Anubis module for Caddy
10
fork

Configure Feed

Select the types of activity you want to include in your feed.

update instructions for anubis 1.24

Kot 469d378d 68061ded

+2 -2
+1 -1
README.md
··· 5 5 ``` 6 6 xcaddy build \ 7 7 --with tangled.sh/kot.pink/caddy-anubis \ 8 - --replace github.com/TecharoHQ/anubis=github.com/kotx/anubis-static@v1.23.1 8 + --replace github.com/TecharoHQ/anubis=github.com/kotx/anubis-static@v1.24.0 9 9 # ...any other plugins 10 10 ``` 11 11
+1 -1
example/Dockerfile
··· 2 2 3 3 RUN xcaddy build \ 4 4 --with tangled.sh/kot.pink/caddy-anubis \ 5 - --replace github.com/TecharoHQ/anubis=github.com/kotx/anubis-static@v1.23.1 5 + --replace github.com/TecharoHQ/anubis=github.com/kotx/anubis-static@v1.24.0 6 6 7 7 FROM caddy:latest 8 8