8000 Can it run as a docker container on a closed network? · Issue #84 · bryangerlach/rdgen · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Can it run as a docker container on a closed network? #84

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and priva 8000 cy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
devra1 opened this issue May 26, 2025 · 1 comment
Open

Can it run as a docker container on a closed network? #84

devra1 opened this issue May 26, 2025 · 1 comment

Comments

@devra1
Copy link
devra1 commented May 26, 2025

Hi. I implemented the docker container for rdgen on a server which runs on a tailscale network and is behind a Traefik reverse proxy. It is accessible anywhere from my Tailnet, but not from the Internet.

The GUI runs, but when I press Generate Custom Client, the screen shows "Status: Starting generator...please wait" and it never progresses.
The logs from the docker container show:
"checking icon"
"Invalid base64 data"
"Invalid base64 data"
"<Response [204]>"

I was not sure what the GENURL environment variable in the compose file should be so I set it to my server address "rdgen.mydomain" but like I said, this is only accessible from within my Tailnet. I had also set the Respository secrets in the GitHub fork to be the same.
Am I misunderstanding something?

@bryangerlach
Copy link
Owner

Yes, you are misunderstanding the fact that for this to work, it has to be accessible from within the github action. Basically, the clients are built using github actions, and require that github can send you the completed client executable files. Therefore, your server must be accessible from the internet.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants
0