import conf/*.caddy { import dynamic_dns import auth import geoip2 # import layer4 } (unprotected) { {args[0]}.rik.veenboer.xyz { log { output file /var/log/{args[0]}.log } reverse_proxy {args[1]} } } (protected) { {args[0]}.rik.veenboer.xyz { import authentik reverse_proxy {args[1]} } } import unprotected authentik host:19000 import unprotected vouch host:9090 import unprotected jellyfin host:8097 import unprotected seafile host:8082 import unprotected grafana host:3333 import unprotected pgadmin host:5050 import unprotected homarr host:17575 import unprotected jellyseerr host:15055 import protected sonarr host:18989 import protected radarr host:17878 import protected bazarr host:16767 import protected jackett host:9117 import protected dagster host:3000 import protected photoprism host:2342 import protected qbittorrent host:9092 import protected esp host:6052 import protected dsmr host:8888 import protected transmission host:9091 import protected droppy host:8989 import protected filebrowser host:8002 import protected jupyter host:9999 import sites/root.caddy import sites/authentik.caddy import sites/ha.caddy import sites/geo.caddy import sites/test.caddy