mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-07-27 00:05:44 +02:00
Update to 2022-08-01 12:00
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
---
|
||||
|
||||
# Version to install
|
||||
gitea_version: 1.16.9
|
||||
gitea_version: 1.17.0
|
||||
# URL to the binary
|
||||
gitea_bin_url: https://dl.gitea.io/gitea/{{ gitea_version }}/gitea-{{ gitea_version }}-linux-amd64
|
||||
# sha256 of the binary
|
||||
gitea_bin_sha256: 821dd30afed9ae42b18e727174b078ea9118a6ccc5106d8246bebf8180fcbef3
|
||||
gitea_bin_sha256: bc4a8e1f5d5f64d4be2e50c387de08d07c062aecdba2f742c2f61c20accfcc46
|
||||
# Handle updates. If set to false, ansible will only install
|
||||
# Gitea and then won't touch an existing installation
|
||||
gitea_manage_upgrade: True
|
||||
@@ -31,6 +31,9 @@ gitea_web_src_ip: []
|
||||
# Enable user registration
|
||||
gitea_registration: False
|
||||
|
||||
# Default branch name
|
||||
gitea_default_branch: master
|
||||
|
||||
# Database settings
|
||||
gitea_db_server: "{{ mysql_server | default('localhost') }}"
|
||||
gitea_db_name: gitea
|
||||
|
@@ -52,6 +52,7 @@ LOG_SQL = false
|
||||
|
||||
[repository]
|
||||
ROOT = {{ gitea_root_dir }}/data/repositories
|
||||
DEFAULT_BRANCH = {{ gitea_default_branch }}
|
||||
|
||||
[mailer]
|
||||
ENABLED = true
|
||||
|
Reference in New Issue
Block a user