TY
Pressing ESCAPE key while in Terminal View (Editing in VIM) closes the terminal window
Yes! I think trapping the Escape key and suppressing so that it does not close the modal would be great. - What about also do the same for lost focus of modal so it doesn't close on focus out.
Then the modal would only be closed by clicking the X button in top right of modal.
4 replies
[Resolved] GIT Provider - (Hosted GITEA) - SSH Keys not working. Stumped!
AH!! I got it working... I kept adding new keys but it did not help, then i removed them all and added a key. Still was not working and giving same error.
Then I did a update from the Settings page, and it applied the newest version of Dokploy (which i see was yesterday, followed by one 5 days ago which could have been just after my first install)
I don't think the update fixed a bug, but likely just fixed / updated /replaced some files I might have changed permissions on related to ssh keys or known hosts, or a config file.
or it rebooted the service which is what i needed.
Anyway, this is great news as I just completed my first smoke test and know have a pattern for deploying my apps rapidly from a private git repo over ssh with a couple quick clicks.
Now I am excited!
49 replies
[Resolved] GIT Provider - (Hosted GITEA) - SSH Keys not working. Stumped!
This seems related?
https://discord.com/channels/1234073262418563112/1234076648005963786/threads/1258183487488397575
Would you like me to setup a gitea on non port 22 for you that you can test with?
would that help? (or any advice where in the code i can hardcode the port to 222 as a test - was the appraoch I took above correct? or do i need to restart the server etc.?
would that help? (or any advice where in the code i can hardcode the port to 222 as a test - was the appraoch I took above correct? or do i need to restart the server etc.?
49 replies
[Resolved] GIT Provider - (Hosted GITEA) - SSH Keys not working. Stumped!
I'd prefer not to post IP here, but if it would help, I'd be willing to spin up a new one on a fresh server for testing purposes - I will be going to sleep soon today, but could give it a go tomorrow
49 replies
[Resolved] GIT Provider - (Hosted GITEA) - SSH Keys not working. Stumped!
Sorry - ya i just noticed it was nearly the same link i was looking on. I will try to dig a bit more and will circle back after some more time hacking away . Thank you Siumauricio
49 replies
[Resolved] GIT Provider - (Hosted GITEA) - SSH Keys not working. Stumped!
I will check - was just reviewing the code ( I think it might be in here https://github.com/Dokploy/dokploy/blob/canary/packages/server/src/utils/providers/git.ts )
I can see the port parsed out for storing in the known host - i just cant see (yet maybe) if the port is being specified on the ssh -i command to do the git clone.
49 replies
[Resolved] GIT Provider - (Hosted GITEA) - SSH Keys not working. Stumped!
I am using non-standard SSH port (222) instead of 22. I don't know if Dokploy is observing this in the setting - is there anyway to confirm? What I did was close port 22 on the host and tried to deploy again - this time i got a different error which suggests Dokploy is going to 22 by default. here is the error
ssh: connect to host gitea.subdomain.server.com port 22: Connection timed out
fatal: Could not read from remote repository.
even though my repository URL is set to [email protected]:222:user/repository.git
49 replies