You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
760 B
21 lines
760 B
11 months ago
|
---
|
||
|
gitea_binary_version: '1.21.2'
|
||
|
gitea_binary_url: "https://dl.gitea.com/gitea/{{ gitea_binary_version }}/gitea-{{ gitea_binary_version }}-linux-amd64"
|
||
|
gitea_binary_checksum: "https://dl.gitea.com/gitea/{{ gitea_binary_version }}/gitea-{{ gitea_binary_version }}-linux-amd64.sha256"
|
||
|
gitea_binary_system_user: git
|
||
|
gitea_binary_system_group: git
|
||
|
gitea_db_name: gitea
|
||
|
gitea_db_user: gitea
|
||
|
gitea_db_password:
|
||
|
gitea_domain_name:
|
||
|
gitea_admin_user: 'gitadmin'
|
||
|
gitea_admin_password:
|
||
|
gitea_admin_email: "{{ gitea_admin_user }}@{{ gitea_domain_name }}"
|
||
|
# Gitea application name (page title)
|
||
|
gitea_app_name: 'MSVSphere Git Server'
|
||
|
# Apache httpd configuration
|
||
|
gitea_binary_ca_cert_path:
|
||
|
gitea_binary_cert_path:
|
||
|
gitea_binary_cert_key_path:
|
||
|
gitea_binary_cert_chain_path:
|