Anubis module for Caddy
10
fork

Configure Feed

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

add dockerfile

Kot fe65e06d 826bf32d

+14 -3
+2
.gitignore
··· 1 + caddy 2 + caddy.exe
+9
Dockerfile
··· 1 + FROM caddy:builder AS builder 2 + 3 + RUN xcaddy build \ 4 + --with pkg.kot.pink/caddy-anubis 5 + 6 + FROM caddy:latest 7 + 8 + COPY --from=builder /usr/bin/caddy /usr/bin/caddy 9 + COPY Caddyfile /etc/caddy/Caddyfile
+3 -3
example/Caddyfile
··· 13 13 # private_key {$ANUBIS_PRIVATE_KEY} 14 14 # private_key_file {$ANUBIS_PRIVATE_KEY_FILE} 15 15 16 - og_passthrough 17 - og_expiry_time 24h 16 + # og_passthrough 17 + # og_expiry_time 24h 18 18 # required for OpenGraph passthrough! 19 19 ## TODO: access backend directly somehow? 20 20 ## otherwise anubis may trigger itself 21 21 ## additionally, https://github.com/TecharoHQ/anubis/issues/319 22 - target http://localhost:8080 22 + # target http://localhost:8080 23 23 24 24 cookie_domain localhost 25 25 cookie_name within.website-x-cmd-anubis-auth