TY
TY
DDokploy
Created by DJKnaeckebrot on 11/10/2024 in #help
Use self hosted Gitlab
is the self hosted git lab accessible to the dokploy server? If so, you should be able to add your SSH keys for it to connect over ssh and pull the files. So yes, definitely.
5 replies
DDokploy
Created by TY on 11/7/2024 in #help
Advanced tab - Missing sections for Service type: Template or database type
@Siumauricio - Is this intentional? or perhaps I am doing something wrong? Thx
6 replies
DDokploy
Created by TY on 11/7/2024 in #help
Advanced tab - Missing sections for Service type: Template or database type
Anyone?
6 replies
DDokploy
Created by NimiqHub on 10/27/2024 in #help
Wildcard SSL
No description
2 replies
DDokploy
Created by jdnielss on 10/25/2024 in #help
Traefik not routing my API Endpoint
Just taking a guess here: what if you changed line 15 from /health to /apps/traefik/v2/health
9 replies
DDokploy
Created by TY on 10/21/2024 in #help
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
DDokploy
Created by TY on 10/21/2024 in #help
Pressing ESCAPE key while in Terminal View (Editing in VIM) closes the terminal window
No description
4 replies
DDokploy
Created by TY on 10/21/2024 in #help
[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
DDokploy
Created by TY on 10/21/2024 in #help
[Resolved] GIT Provider - (Hosted GITEA) - SSH Keys not working. Stumped!
I think i will just start fresh as this has all the signs of user error 😬
49 replies
DDokploy
Created by TY on 10/21/2024 in #help
[Resolved] GIT Provider - (Hosted GITEA) - SSH Keys not working. Stumped!
No description
49 replies
DDokploy
Created by TY on 10/21/2024 in #help
[Resolved] GIT Provider - (Hosted GITEA) - SSH Keys not working. Stumped!
Sure, let me spin up a new server with gitea on a IP that i will throw away and i will generate a key and share with you privately. give me an hour or so - Thank you
49 replies
DDokploy
Created by TY on 10/21/2024 in #help
[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.?
49 replies
DDokploy
Created by EAlcazar on 10/22/2024 in #help
PostgreSQL can't be accessed using the external credentials
You're very welcome! Have fun! 🙂
4 replies
DDokploy
Created by TY on 10/21/2024 in #help
[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
DDokploy
Created by TY on 10/21/2024 in #help
[Resolved] GIT Provider - (Hosted GITEA) - SSH Keys not working. Stumped!
No description
49 replies
DDokploy
Created by TY on 10/21/2024 in #help
[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
DDokploy
Created by TY on 10/21/2024 in #help
[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
DDokploy
Created by TY on 10/21/2024 in #help
[Resolved] GIT Provider - (Hosted GITEA) - SSH Keys not working. Stumped!
so.. this tells me perhaps DOKPLOY is not accepting the port notation - is that not a feature implemented?
49 replies
DDokploy
Created by TY on 10/21/2024 in #help
[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
DDokploy
Created by EAlcazar on 10/22/2024 in #help
PostgreSQL can't be accessed using the external credentials
No description
4 replies