20 lines
512 B
YAML
20 lines
512 B
YAML
|
# vim:ft=ansible:
|
||
|
# Look and feel
|
||
|
gitea_app_name: "Git Desu"
|
||
|
# Core config
|
||
|
gitea_db_type: postgres
|
||
|
gitea_db_host: 192.168.164.156:5432
|
||
|
gitea_db_name: gitea-desultd
|
||
|
gitea_db_user: gitea-desultd
|
||
|
gitea_db_password: "{{ secret_gitea_db_pass }}"
|
||
|
gitea_http_domain: git.desu.ltd
|
||
|
gitea_oauth2_enabled: no
|
||
|
gitea_repository_root: /srv/desu.ltd/git
|
||
|
gitea_require_signin: no
|
||
|
gitea_root_url: https://git.desu.ltd
|
||
|
gitea_shell: "/bin/bash"
|
||
|
gitea_ssh_domain: git.desu.ltd
|
||
|
gitea_ssh_port: 22
|
||
|
gitea_start_ssh: no
|
||
|
gitea_user: git
|