upgrade to 1.17.2 and fix error on vagrant

This commit is contained in:
meaz 2022-09-25 21:41:48 +02:00
parent c291788219
commit bd9febe4ad
Signed by: meaz
GPG Key ID: CD7A47B2F1ED43B4
1 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ gitea_lib_dir: "/var/lib/gitea"
gitea_user: 'git'
gitea_group: 'git'
gitea_confdir: '/etc/gitea/app.ini'
gitea_version: '1.17.1'
gitea_version: '1.17.2'
#[CONFIG]
@ -43,7 +43,7 @@ gitea_server_config:
- 'SSH_DOMAIN = git.example.org'
- 'DOMAIN = 192.168.33.14'
- 'HTTP_PORT = 3000'
- 'ROOT_URL = 192.168.33.14'
- 'ROOT_URL = http://192.168.33.14:3000'
- 'DISABLE_SSH = false'
- 'SSH_PORT = 22'
- 'LFS_START_SERVER = true'