feat: initial implementation of container management platform

This commit is contained in:
Tomas Dvorak
2026-02-16 10:18:05 +01:00
commit ffa5489dc1
167 changed files with 55910 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
# Cloudflare Tunnel Configuration
# This file provides additional configuration for cloudflared
# You can customize this for more advanced tunnel setups
tunnel: auto
logfile: /var/log/cloudflared.log
loglevel: info
# Optional: Ingress rules for more control
# ingress:
# - hostname: your-domain.com
# service: http://traefik:80
# - service: http_status:404