mirror of
https://github.com/RWejlgaard/pez-infra.git
synced 2026-05-06 04:14:43 +00:00
21 lines
465 B
YAML
21 lines
465 B
YAML
---
|
|
host_role: proxy
|
|
host_description: "Reverse proxy (Caddy), main traffic gateway"
|
|
host_location: "Hetzner Cloud"
|
|
prometheus_location: cloud
|
|
|
|
caddy_config_src: "{{ playbook_dir }}/services/caddy/Caddyfile"
|
|
|
|
docker_services:
|
|
- authelia
|
|
- forgejo
|
|
- bitwarden
|
|
|
|
systemd_services:
|
|
- thiswebsitedoesnotexist
|
|
|
|
node_exporter_bind_tailscale: true
|
|
|
|
common_ufw_allowed_ports:
|
|
- {port: 80, proto: tcp, comment: "HTTP"}
|
|
- {port: 443, proto: tcp, comment: "HTTPS"}
|