[gitea] Upgrade

main
_shirenn 2023-01-11 16:44:26 +01:00
parent c40bd90e26
commit 98f2589bf4
2 changed files with 2 additions and 4 deletions

View File

@ -1,6 +1,6 @@
---
glob_gitea:
version: 1.17.4
version: 1.18.0
home_path: /stock/git
data_path: /stock/gitea
config:

View File

@ -1,5 +1,3 @@
{{ ansible_header | comment }}
APP_NAME = {{ gitea.config.app_name }}
RUN_USER = git
RUN_MODE = prod
@ -17,7 +15,7 @@ DB_TYPE = sqlite3
NAME = gitea
USER = gitea
PASSWD = {{ gitea.config.database.passwd }}
SCHEMA =
SCHEMA =
SSL_MODE = disable
CHARSET = utf8
PATH = {{ (gitea.data_path, 'data', 'gitea.db') | path_join }}