Source code of my website
1
fork

Configure Feed

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

🚧 : add Caddyfile for Anubis

+22
+15
content/posts/drafts/anubis/Caddyfile
··· 1 + :8080 2 + 3 + forward_auth 127.0.0.1:8923 { 4 + uri /.within.website/x/cmd/anubis/api/check 5 + trusted_proxies private_ranges 6 + @unauthorized status 401 7 + handle_response @unauthorized { 8 + redir * /.within.website/?redir={uri} 307 9 + } 10 + header_up X-Real-Ip {remote_host} 11 + header_up X-Http-Version {http.request.proto} 12 + } 13 + file_server { 14 + root cc_static_autobuilt 15 + }
+7
content/posts/drafts/anubis/anubis.yml
··· 1 + # POLICY_FNAME=anubis.yaml TARGET=" " anubis 2 + 3 + bots: 4 + - import: (data)/meta/default-config.yaml 5 + - name: allow-telegraf 6 + action: ALLOW 7 + user_agent_regex: Telegraf