services:traefik
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| services:traefik [2026/02/07 10:40] – Consolidated into infrastructure:automation-stack admin | services:traefik [2026/02/08 08:34] (current) – created - external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== Traefik ====== | ||
| + | |||
| + | Reverse Proxy mit automatischer TLS-Terminierung. | ||
| + | |||
| + | ===== Details ===== | ||
| + | |||
| + | ^ Key ^ Value ^ | ||
| + | | Container | CT 102 | | ||
| + | | IP | 10.100.161.102 | | ||
| + | | Ports | 80, 443 | | ||
| + | | RAM | 512 MB | | ||
| + | |||
| + | ===== Features ===== | ||
| + | |||
| + | * Let's Encrypt Wildcard-Zertifikat (*.home.miskam.xyz) | ||
| + | * DNS Challenge via Cloudflare | ||
| + | * Automatische HTTP→HTTPS Redirect | ||
| + | * Dynamic Configuration (File Provider) | ||
| + | |||
| + | ===== Konfiguration ===== | ||
| + | |||
| + | < | ||
| + | / | ||
| + | ├── traefik.yml | ||
| + | ├── acme.json | ||
| + | └── dynamic/ | ||
| + | └── services.yml | ||
| + | </ | ||
| + | |||
| + | ===== Routes ===== | ||
| + | |||
| + | ^ Host ^ Backend ^ | ||
| + | | n8n.home.miskam.xyz | 10.100.161.111: | ||
| + | | vault.home.miskam.xyz | 10.100.161.112: | ||
| + | | wiki.home.miskam.xyz | 10.100.161.113: | ||
| + | | status.home.miskam.xyz | 10.100.161.114: | ||
| + | | monitoring.home.miskam.xyz | 10.100.161.115: | ||
| + | | git.home.miskam.xyz | 10.100.161.116: | ||
| + | |||
| + | ===== Logs ===== | ||
| + | |||
| + | <code bash> | ||
| + | journalctl -u traefik -f | ||
| + | </ | ||
| + | |||
| + | ===== Ansible ===== | ||
| + | |||
| + | <code bash> | ||
| + | ansible-playbook site.yml --limit traefik | ||
| + | </ | ||
| + | |||
| + | ===== Links ===== | ||
| + | |||
| + | * [[https:// | ||
| + | * [[infrastructure: | ||
services/traefik.1770460812.txt.gz · Last modified: by admin
