created major large-scale changes
This commit is contained in:
16
vars/gitea_settings.yml
Normal file
16
vars/gitea_settings.yml
Normal file
@@ -0,0 +1,16 @@
|
||||
gitea:
|
||||
containerized: true
|
||||
subdomain: git
|
||||
trusted:
|
||||
proxies:
|
||||
- "127.0.0.1"
|
||||
- "::1"
|
||||
db:
|
||||
type: mysql
|
||||
name: "{{ mysql.users.admin.databases.gitea.name }}"
|
||||
ssh:
|
||||
port: 2323
|
||||
site:
|
||||
registration:
|
||||
enabled: true
|
||||
landing: explore
|
||||
Reference in New Issue
Block a user