How to setup LinkStack with ssl through reverse_proxy with caddy #838
Unanswered
giacomolanzi
asked this question in
Questions
Replies: 1 comment
-
You exported the port
You don't even need to export ports since you're using caddy. |
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.
-
Hello,
I am having trouble setting up LinkStack on docker alongside with Caddy for reverse proxy.
Here is my yml:
To be noted: I edited the HTTP_SERVER_NAME and HTTPS_SERVER_NAME using the third level domain I would like to use to navigate to LinkStack.
Since ports 80/443 are used by caddy, I assigned 8190:443.
Here is my Caddy Config section related to LinkStack:
What I am doing wrong?
Beta Was this translation helpful? Give feedback.
All reactions