How to use Anubis with Caddy on 443 with file_server? #671
Unanswered
herzenschein
asked this question in
Q&A
Replies: 2 comments 1 reply
-
Here's one way to do it, but it's running an additional caddy. The first one for TLS termination, then Anubis, and then another caddy for the file_server. Personally, I'm not really happy with that and hope that someone can come up with a way that doesn't require more caddies 🥴 |
Beta Was this translation helpful? Give feedback.
0 replies
-
Issue #16 regards a module/middleware for caddy, which would allow you to just plop a line into your Caddyfile to have anubis sit there. They mention daebalus/caddy-anubis, which is still in an early state, but is usable if you want to try it. |
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
Uh oh!
There was an error while loading. Please reload this page.
-
https://anubis.techaro.lol/docs/admin/environments/caddy mentions how to use it for services running on a given port, but I can't find a way to use it for a main website on port 443 using
file_server
.Like:
Beta Was this translation helpful? Give feedback.
All reactions