|
@@ -11,4 +11,7 @@ MariaDB is automatically bootstrapped into /data/mariadb. To add additional my.c
|
11
|
11
|
|
12
|
12
|
## SSL
|
13
|
13
|
Image supports using SSL with nginx which acts as reverse proxy for Gitea. It has embedded Lets Encrypt support with auto renewal. If you don't have account.key script will generate it for you.
|
14
|
|
-Required files for cert are /data/ssl/cert.crt /data/ssl/cert.key .
|
|
14
|
+Required files for cert are /data/ssl/cert.crt /data/ssl/cert.key .
|
|
15
|
+
|
|
16
|
+## Gitea
|
|
17
|
+There are a few tweaks to app.ini template. Most of them are around disabling unecessary logs and features that may lead to potentional exploit of installation.
|