simple docker image + external nginx + lets encrypt #615
RobertBerger
started this conversation in
Ideas & Feature Requests
Replies: 1 comment 1 reply
-
probably I will need the advanced configuration? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I run the simple docker image of linkace with http:// and everything works on my own network.
Now I would like to expose it via an nginx which runs on another server to the outside world.
The main advantage is, that I also have letsencrypt running there to update the keys and don't need to manually copy keys around.
Is there any way to do that?
Maybe external https:// access to the my nginx and this routes to the http:// docker image.
At the moment this fails after the login page ;)
How do other people update their keys automatically?
Beta Was this translation helpful? Give feedback.
All reactions