Replies: 2 comments 2 replies
-
Maybe not as intended, but his is how I got multiple sites running. I made a couple of changes to the default environment setup for standalone instances of Anubis using systemd. Instead of running as a dynamic user (Remove The Anubis environment (
The Nginx config looks like this:
HTH |
Beta Was this translation helpful? Give feedback.
-
Seconding this: my ideal usecase is something approximating this:
However, anubis fails on this:
The additional annoyance here is that I need to put the caddy container into host network mode so that the IPs in the forwarded headers are actually accurate, instead of being the docker virt bridge interface IPs. But doing that then makes the caddy container trivially able to DNS the requests over to the anubis container - so sharing a socket via a volume is the straightforward solution here, except also there's permissions errors abound here. I figure there's probably a concise solution here that I'm missing (maybe just binding |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello community,
I have installed anubis via native package on debian. When using the default value for unix socket bind
BIND=/run/anubis/instance.sock
there are two problems:What is the best way to solve this?
Regards
Beta Was this translation helpful? Give feedback.
All reactions