Replies: 1 comment
-
ID10T error. I keep my active proxy-conf files in an |
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.
Uh oh!
There was an error while loading. Please reload this page.
-
I need help getting an NGINX proxy-conf file created for DockFlare.
I'm currently in the process of implementing "split horizon" DNS (I think this is the proper term). I'm using Dockflare to create and manage tunnels for applications that need to be accessible from outside my network (e.g., Nextcloud and Immich), while using local DNS records to enable "friendly url" access for all of my internal applications as well.
Dockflare currently works just fine by accessing ip:port, but on the local network I want to be able to access it via https://dockflare.mydomain.com. No tunnel will be configured, this is just for local-only access.
I'm using NGINX in the SWAG container to handle reverse proxy stuff. All Dockflare tunnels point to (or will point to) the SWAG container for routing. For the stuff I've been able to set up so far, this is working fine.
I've gotten to the point where I'm trying to get Dockflare set up behind NGINX, and it's not working. I'll share a copy of my conf file below (based on the subdomain template provided in the proxy-conf collection in SWAG), but when I navigate to the URL I've specified I simply get the "Welcome to your SWAG instance" default page.
Beta Was this translation helpful? Give feedback.
All reactions