Replies: 1 comment
-
|
I tried again today and it worked. Never mind. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, this seems like an awesome app. I want to host it on my server with Docker. All my docker containers are connected to a network that cannot be accessed from the host. The nginx container exposes port 80 from which I have proxied my other services. I have modified the docker compose file to include the container in my network. I can see the container running and created an nginx configuration to access it. When I load the page, I see a dark gray screen (my dark mode extension is probably doing that), even though the page is titled 2FAuth. The related part of my nginx configuration is:
Is there any other configuration required for the proxy to work correctly?
Beta Was this translation helpful? Give feedback.
All reactions