Add SatHub service deployment with Docker Compose and configuration
All checks were successful
Ansible Lint Check / check-ansible (push) Successful in 5s
Nix Format Check / check-format (push) Successful in 1m18s
Python Lint Check / check-python (push) Successful in 7s

This commit is contained in:
2025-09-29 01:21:41 +02:00
parent 902d797480
commit 95bc4540db
6 changed files with 190 additions and 4 deletions

View File

@@ -71,6 +71,45 @@ beszel.vleeuwen.me {
tls {{ caddy_email }}
}
sathub.de {
import country_block
handle {
reverse_proxy sathub-frontend:4173
}
# Enable compression
encode gzip
# Security headers
header {
X-Frame-Options "SAMEORIGIN"
X-Content-Type-Options "nosniff"
X-XSS-Protection "1; mode=block"
Referrer-Policy "strict-origin-when-cross-origin"
Strict-Transport-Security "max-age=31536000; includeSubDomains"
}
tls {{ caddy_email }}
}
api.sathub.de {
import country_block
reverse_proxy sathub-backend:4001
tls {{ caddy_email }}
}
obj.sathub.de {
import country_block
reverse_proxy sathub-minio:9001
tls {{ caddy_email }}
}
sathub.nl {
import country_block
redir https://sathub.de{uri}
tls {{ caddy_email }}
}
photos.mvl.sh {
import country_block
reverse_proxy immich:2283