mirror of
https://github.com/roles-ansible/ansible_role_gitea.git
synced 2024-08-16 11:39:50 +02:00
38 lines
809 B
YAML
38 lines
809 B
YAML
gitea_version: "1.0.1"
|
|
|
|
gitea_app_name: "Gitea"
|
|
gitea_user: "gitea"
|
|
gitea_home: "/var/lib/gitea"
|
|
|
|
gitea_user_repo_limit: -1
|
|
|
|
gitea_http_domain: localhost
|
|
gitea_root_url: http://localhost:3000
|
|
gitea_protocol: http
|
|
gitea_http_listen: 127.0.0.1
|
|
gitea_http_port: 3000
|
|
gitea_disable_http_git: false
|
|
gitea_offline_mode: true
|
|
|
|
gitea_db_type: sqlite3
|
|
gitea_db_host: 127.0.0.0:3306
|
|
gitea_db_name: root
|
|
gitea_db_user: gitea
|
|
gitea_db_password: lel
|
|
gitea_db_ssl: disable
|
|
gitea_db_path: "{{ gitea_home }}/data/gitea.db"
|
|
|
|
gitea_ssh_listen: 0.0.0.0
|
|
gitea_ssh_domain: localhost
|
|
gitea_start_ssh: true
|
|
gitea_ssh_port: 2222
|
|
|
|
gitea_secret_key: T0pS3cr31
|
|
|
|
gitea_show_user_email: false
|
|
gitea_disable_gravatar: true
|
|
gitea_disable_registration: false
|
|
gitea_require_signin: true
|
|
gitea_enable_captcha: true
|
|
|
|
gitea_force_private: false
|