You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 20, 2022. It is now read-only.
Hi! This looks like a nice thing, however I wonder what are the implications of running this behind a reverse proxy (nginx) with https already configured and duckdns already set up?
The text was updated successfully, but these errors were encountered:
I don't know much about nginx or reverse proxys, but it seems like nginx can serve static files by itself. So if you already set up DNS and HTTPS, upduck is quite useless because it basically does these three things only.
You could in theory forward an HTTPS port from nginx to the HTTP port of upduck to encrypt it, but that basically adds an - depending on the usecase - unnecessary layer both programs could handle without the other one.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi! This looks like a nice thing, however I wonder what are the implications of running this behind a reverse proxy (nginx) with https already configured and duckdns already set up?
The text was updated successfully, but these errors were encountered: