Replies: 6 comments 2 replies
-
@tygore587 have you blocked out going connections in a firewall ? |
Beta Was this translation helpful? Give feedback.
-
@djsisson Outgoing connections are not blocked in any way. One thing I should mention. I have installed dokploy in a lxc container with the fix posted here: #65 (comment) |
Beta Was this translation helpful? Give feedback.
-
What do you get when you run a curl from inside the dokploy container |
Beta Was this translation helpful? Give feedback.
-
I'm getting: I ran curl www.google.com I also checked in the lxc container itself and there the internet connection works. |
Beta Was this translation helpful? Give feedback.
-
It will be some routing or iptable issue due to running it inside lxc. I can't remember what you need to do to fix it. Was it setup as privileged? Someone might know, or just ask ai or on proxmox forums |
Beta Was this translation helpful? Give feedback.
-
Unfortunately I know that proxmox has some network problems, I am going to transfer this discussion as I consider that there are no changes to be made to dokploy itself. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
To Reproduce
Hi,
I have dokploy behind a reverse proxy (nginx proxy manager). When I want to create a Github app, I get an internal server error.
So my setup is the following:
Cloudflare tunnel -> nginx proxy manager -> dokploy instance
So I made Dokploy accessible via
dokploy.example.com
and I can also login into the instance.Here are the logs from the dokploy container:
Current vs. Expected behavior
Expected: Successfully creating github app
Actual: Getting 500 error
Provide environment information
Operating System: OS: Debian 12 Arch: x64/86 Dokploy version: 0.24.0 Hypervisor: Proxmox CE What are you trying to do? Create a github App
Which area(s) are affected? (Select all that apply)
Installation
Are you deploying the applications where Dokploy is installed or on a remote server?
Same server where Dokploy is installed
Additional context
I'm running it on proxmox.
Will you send a PR to fix it?
Maybe, need help
Beta Was this translation helpful? Give feedback.
All reactions