Enable logging

Add synamic configs for authentik + gitea
This commit is contained in:
2026-04-06 23:12:57 +00:00
parent 17a28f46e3
commit d56496aab2
3 changed files with 35 additions and 1 deletions

16
custom/gitea_conf.yml Normal file
View File

@@ -0,0 +1,16 @@
http:
routers:
gitea:
entryPoints:
- websecure
service: gitea
rule: "Host(`gitea.nearfuture.industries`)"
tls:
certresolver: myresolver
#middlewares:
#- authentik@file
services:
gitea:
loadBalancer:
servers:
- url: "http://192.168.1.101:8418"