NUKE
Some checks failed
Docker image builds / build (push) Failing after 4m22s

This commit is contained in:
Soph :3 2026-02-07 14:27:38 +02:00
parent d2205b11a7
commit 02b9aebbe5
341 changed files with 1571 additions and 32574 deletions

View file

@ -1,14 +1,14 @@
:80 {
reverse_proxy http://anubis:3000 {
reverse_proxy http://nuke:3000 {
header_up X-Real-Ip {remote_host}
header_up X-Http-Version {http.request.proto}
}
}
:443 {
tls /etc/techaro/pki/caddy.local.cetacean.club/cert.pem /etc/techaro/pki/caddy.local.cetacean.club/key.pem
tls /etc/sad.ovh/pki/caddy.local.cetacean.club/cert.pem /etc/sad.ovh/pki/caddy.local.cetacean.club/key.pem
reverse_proxy http://anubis:3000 {
reverse_proxy http://nuke:3000 {
header_up X-Real-Ip {remote_host}
header_up X-Http-Version {http.request.proto}
header_up X-Tls-Version {http.request.tls.version}

View file

@ -6,16 +6,16 @@ services:
- 8080:80
- 8443:443
volumes:
- "../pki/caddy.local.cetacean.club:/etc/techaro/pki/caddy.local.cetacean.club/"
- "../pki/caddy.local.cetacean.club:/etc/sad.ovh/pki/caddy.local.cetacean.club/"
anubis:
image: ghcr.io/techarohq/anubis:main
nuke:
image: git.sad.ovh/sophie/nuke:main
environment:
BIND: ":3000"
TARGET: http://httpdebug:3000
POLICY_FNAME: /etc/techaro/anubis/less_paranoid.yaml
POLICY_FNAME: /etc/sad.ovh/nuke/less_paranoid.yaml
volumes:
- ../anubis_configs:/etc/techaro/anubis
- ../nuke_configs:/etc/sad.ovh/nuke
httpdebug:
image: ghcr.io/xe/x/httpdebug