Add Authentik SSO service and refactor Valkey configuration to use native tools and consolidated systemd service

This commit is contained in:
2025-11-22 21:36:23 +01:00
parent 500224b5de
commit d814369c99
21 changed files with 769 additions and 74 deletions

View File

@@ -20,8 +20,7 @@ NoNewPrivileges=true
PrivateTmp=true
ProtectHome=true
ProtectSystem=strict
ReadWritePaths={{ gitea_home }}
ReadWritePaths=/etc/gitea
ReadWritePaths={{ gitea_home }} /etc/gitea
RestrictAddressFamilies=AF_UNIX AF_INET AF_INET6
# Process limits
@@ -30,4 +29,4 @@ LimitNOFILE=65536
[Install]
WantedBy=multi-user.target
# Rick-Infra: Self-contained Gitea service with security hardening
# Rick-Infra: Self-contained Gitea service with security hardening