localλorse ♓
localλorse ♓
DDokploy
Created by localλorse ♓ on 9/17/2024 in #help
Deploy of the test app (Dokploy/next-todo-app) fails, git clone fails: Host key verification failed.
No description
27 replies
DDokploy
Created by localλorse ♓ on 9/17/2024 in #help
Deploy of the test app (Dokploy/next-todo-app) fails, git clone fails: Host key verification failed.
What changed since this tutorial, do I need any of the traefik labels at all anymore?
27 replies
DDokploy
Created by localλorse ♓ on 9/17/2024 in #help
Deploy of the test app (Dokploy/next-todo-app) fails, git clone fails: Host key verification failed.
Or is there something else that prevents this?
27 replies
DDokploy
Created by localλorse ♓ on 9/17/2024 in #help
Deploy of the test app (Dokploy/next-todo-app) fails, git clone fails: Host key verification failed.
Does it mean I can use the same docker-compose.yml file for different environments? (staging/production)
27 replies
DDokploy
Created by localλorse ♓ on 9/17/2024 in #help
Deploy of the test app (Dokploy/next-todo-app) fails, git clone fails: Host key verification failed.
ah nice
27 replies
DDokploy
Created by localλorse ♓ on 9/17/2024 in #help
Deploy of the test app (Dokploy/next-todo-app) fails, git clone fails: Host key verification failed.
To keep the docker-compose.yml file domain-independent
27 replies
DDokploy
Created by localλorse ♓ on 9/17/2024 in #help
Deploy of the test app (Dokploy/next-todo-app) fails, git clone fails: Host key verification failed.
The host domain has to be written in the docker-compose.yml file, is there no way to avoid this?
27 replies
DDokploy
Created by localλorse ♓ on 9/17/2024 in #help
Deploy of the test app (Dokploy/next-todo-app) fails, git clone fails: Host key verification failed.
Now I'm watching the docker compose tutorial: https://www.youtube.com/watch?v=3qr_celxISA
27 replies
DDokploy
Created by localλorse ♓ on 9/17/2024 in #help
Deploy of the test app (Dokploy/next-todo-app) fails, git clone fails: Host key verification failed.
I was watching at faster speed so I thought you had copied the SSH url 😅
27 replies
DDokploy
Created by localλorse ♓ on 9/17/2024 in #help
Deploy of the test app (Dokploy/next-todo-app) fails, git clone fails: Host key verification failed.
ah sorry
27 replies
DDokploy
Created by localλorse ♓ on 9/17/2024 in #help
Deploy of the test app (Dokploy/next-todo-app) fails, git clone fails: Host key verification failed.
yeah because that's what the vid showed :)
27 replies
DDokploy
Created by localλorse ♓ on 9/17/2024 in #help
Deploy of the test app (Dokploy/next-todo-app) fails, git clone fails: Host key verification failed.
it's your test app: Dokploy/next-todo-app.git
27 replies
DDokploy
Created by localλorse ♓ on 9/17/2024 in #help
Deploy of the test app (Dokploy/next-todo-app) fails, git clone fails: Host key verification failed.
public
27 replies
DDokploy
Created by localλorse ♓ on 9/17/2024 in #help
Deploy of the test app (Dokploy/next-todo-app) fails, git clone fails: Host key verification failed.
I was following your tutorial https://youtu.be/mznYKPvhcfw?t=372, so I entered the URL [email protected]:Dokploy/next-todo-app.git. But it didn't even work without a SSH key, I was surprised! (Why?) So I added a GH deploy key that I had that has read-only access to one of my private repos. But then I had the above problem that there was no trailing newline in that file after I entered the key in Dokploy's UI. But then after I added a newline to the file /etc/dokploy/ssh/H6eIbZK8frkfF6IstsNdc_rsa manually, it worked with this deploy key (weird).
27 replies
DDokploy
Created by localλorse ♓ on 9/17/2024 in #help
Deploy of the test app (Dokploy/next-todo-app) fails, git clone fails: Host key verification failed.
@Siumauricio It took me forever to figure this out.. It would be nice if Dokploy would append that newline (if there's none already) when the user adds a ssh key via the UI...
27 replies
DDokploy
Created by localλorse ♓ on 9/17/2024 in #help
Deploy of the test app (Dokploy/next-todo-app) fails, git clone fails: Host key verification failed.
ah, it turns out that after I added a newline at the end of that file (manually in the terminal), it works now!
27 replies
DDokploy
Created by localλorse ♓ on 9/17/2024 in #help
Deploy of the test app (Dokploy/next-todo-app) fails, git clone fails: Host key verification failed.
I added an SSH key (Github deploy key) to Dokploy and retried deployment, now I get this error:
Initializing deployment
Cloning Repo Custom [email protected]:Dokploy/next-todo-app.git to /etc/dokploy/applications/test-todo-app-frontend-639a2f/code: ✅
Cloning into '/etc/dokploy/applications/test-todo-app-frontend-639a2f/code'...
Load key "/etc/dokploy/ssh/H6eIbZK8frkfF6IstsNdc_rsa": error in libcrypto
[email protected]: Permission denied (publickey).
fatal: Could not read from remote repository.
Initializing deployment
Cloning Repo Custom [email protected]:Dokploy/next-todo-app.git to /etc/dokploy/applications/test-todo-app-frontend-639a2f/code: ✅
Cloning into '/etc/dokploy/applications/test-todo-app-frontend-639a2f/code'...
Load key "/etc/dokploy/ssh/H6eIbZK8frkfF6IstsNdc_rsa": error in libcrypto
[email protected]: Permission denied (publickey).
fatal: Could not read from remote repository.
27 replies
DDokploy
Created by localλorse ♓ on 9/17/2024 in #help
Deploy of the test app (Dokploy/next-todo-app) fails, git clone fails: Host key verification failed.
Then I did this https://stackoverflow.com/questions/13363553/git-error-host-key-verification-failed-when-connecting-to-remote-repository/29380765#29380765:
ssh-keyscan -t rsa github.com >> ~/.ssh/known_hosts
And tried to deploy again, but same error 😔
27 replies