upgrade to 1.17.2 and fix error on vagrant (#18)

Co-authored-by: meaz <meaz@disroot.org>
Reviewed-on: Disroot-Ansible/gitea#18
Reviewed-by: muppeth <muppeth@no-reply@disroot.org>
This commit is contained in:
meaz 2022-09-27 19:25:26 +00:00
parent c291788219
commit d50021d9f2
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'