Skip to content
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 privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Serve private pages with https too #48

Open
dapplion opened this issue Apr 10, 2021 · 3 comments
Open

Serve private pages with https too #48

dapplion opened this issue Apr 10, 2021 · 3 comments
Assignees

Comments

@dapplion
Copy link
Collaborator

dapplion commented Apr 10, 2021

If possible it would be awesome to access your local (not exposed) my.dappnode Admin UI with HTTPs as https://my.dappnode

CC: @eduadiez

@3alpha
Copy link
Member

3alpha commented Apr 11, 2021

That would be awesome, but I don't know how would be sign those certificates.

After some googling it seems impossible :(
https://serverfault.com/questions/964119/enable-https-on-a-private-network

@dapplion
Copy link
Collaborator Author

@3alpha Could we intercept my.dappnode and redirect to my.12136171233712.dyndns.dappnode.io, intercept that request again and serve the local my.dappnode?

@3alpha
Copy link
Member

3alpha commented Apr 13, 2021

So that in browser we still have this public domain shown?

Actually, that may be actually possible. We just need to keep exposed and non exposed services safely separated inside nginx proxy (HTTPS portal) based on where is request coming from.

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