diff --git a/README.md b/README.md index 181a5ea..3960f87 100644 --- a/README.md +++ b/README.md @@ -1 +1 @@ -Eolisation de Gogs ! +Eolisation de Gitea ! diff --git a/dicos/50_gitea.xml b/dicos/50_gitea.xml index 150d1e2..bf03e4a 100644 --- a/dicos/50_gitea.xml +++ b/dicos/50_gitea.xml @@ -48,7 +48,7 @@ - /var/db/gitea/repo + /srv/forge/git non diff --git a/systemd/forge.service b/systemd/forge.service index dd1c87f..0e21801 100644 --- a/systemd/forge.service +++ b/systemd/forge.service @@ -10,7 +10,7 @@ After=redis.service [Service] #LimitMEMLOCK=infinity #LimitNOFILE=65535 -RestartSec=2s +RestartSec=4s Type=simple User=git Group=gitservice diff --git a/tmpl/gitea.conf b/tmpl/gitea.conf index a2261c3..3a86cc4 100644 --- a/tmpl/gitea.conf +++ b/tmpl/gitea.conf @@ -70,7 +70,7 @@ HOST = %%{gitea_dbserver}:%%{gitea_dbport} %end if NAME = gitea USER = gitea -PASSWD=gitea1234 +PASSWD = gitea1234 ; For "postgres" only, either "disable", "require" or "verify-full" SSL_MODE = disable ; For "sqlite3" only