Weighs the soul of incoming HTTP requests to stop AI crawlers
at main 22 lines 516 B view raw
1services: 2 caddy: 3 image: xxxtest/caddy 4 build: . 5 ports: 6 - 8080:80 7 - 8443:443 8 volumes: 9 - "../pki/caddy.local.cetacean.club:/etc/techaro/pki/caddy.local.cetacean.club/" 10 11 anubis: 12 image: ghcr.io/techarohq/anubis:main 13 environment: 14 BIND: ":3000" 15 TARGET: http://httpdebug:3000 16 POLICY_FNAME: /etc/techaro/anubis/less_paranoid.yaml 17 volumes: 18 - ../anubis_configs:/etc/techaro/anubis 19 20 httpdebug: 21 image: ghcr.io/xe/x/httpdebug 22 pull_policy: always