Anubis module for Caddy
10
fork

Configure Feed

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

Move to tangled!

Kot 7698c9c8 35b28079

+5 -4
+2 -2
README.md
··· 4 4 5 5 ``` 6 6 xcaddy build \ 7 - --with github.com/kotx/caddy-anubis \ 8 - --replace github.com/TecharoHQ/anubis=github.com/kotx/anubis-static@v1.21.0 7 + --with tangled.sh/kot.pink/caddy-anubis \ 8 + --replace github.com/TecharoHQ/anubis=github.com/kotx/anubis-static@v1.23.1 9 9 # ...any other plugins 10 10 ```
+2 -1
example/Dockerfile
··· 1 1 FROM caddy:builder AS builder 2 2 3 3 RUN xcaddy build \ 4 - --with pkg.kot.pink/caddy-anubis 4 + --with tangled.sh/kot.pink/caddy-anubis \ 5 + --replace github.com/TecharoHQ/anubis=github.com/kotx/anubis-static@v1.23.1 5 6 6 7 FROM caddy:latest 7 8
+1 -1
go.mod
··· 1 - module git.teto.zip/kot/caddy-anubis 1 + module tangled.sh/kot.pink/caddy-anubis 2 2 3 3 go 1.25 4 4