feat(gitea): refactor configuration to use structured app_config and add TLS support

This commit is contained in:
2025-05-09 22:21:33 +02:00
parent 9de7d52192
commit 17a54f6792
13 changed files with 487 additions and 206 deletions
@@ -0,0 +1,4 @@
[mysqld]
ssl-cert = /etc/ssl/certs/private/tls.crt
ssl-key = /etc/ssl/certs/private/tls.key
tls-version = TLSv1.2,TLSv1.3