gitea/defaults/main.yml

58 lines
1.4 KiB
YAML
Raw Permalink Normal View History

2019-04-17 19:07:25 +00:00
---
gitea_app_name: "Gitea"
gitea_user: "gitea"
gitea_home: "/mnt/diskstation/git"
gitea_shell: "/bin/false"
2020-06-04 20:23:03 +00:00
gitea_Static_Root_Path: "/usr/share/gitea"
2019-04-17 19:07:25 +00:00
gitea_user_repo_limit: -1
2020-11-07 08:39:55 +00:00
gitea_enable_push_create_user: true
gitea_enable_push_create_org: true
2019-04-17 19:07:25 +00:00
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
2020-09-08 19:04:56 +00:00
gitea_db_type: postgres # mysql or postgres
2019-04-17 19:07:25 +00:00
gitea_db_host: 127.0.0.0:3306
gitea_db_name: gitea
gitea_db_user: gitea
gitea_db_password: lel
gitea_db_ssl: disable
gitea_db_path: "{{ gitea_home }}/data/gitea.db"
2019-04-23 16:34:18 +00:00
gitea_SQl_target_file: []
2019-04-17 19:07:25 +00:00
gitea_ssh_listen: 0.0.0.0
gitea_ssh_domain: localhost
gitea_start_ssh: false
gitea_ssh_port: 2222
gitea_secret_key: T0pS3cr31
gitea_internal_token: SomethingVeryLong
gitea_show_user_email: true
gitea_disable_gravatar: false
gitea_disable_registration: false
gitea_show_registration_button: true
2019-05-15 21:22:05 +00:00
gitea_require_signin: false
2019-04-17 19:07:25 +00:00
gitea_enable_captcha: true
gitea_force_private: false
gitea_mailer_enabled: false
gitea_mailer_skip_verify: false
gitea_mailer_tls_enabled: true
gitea_mailer_host: localhost:25
gitea_mailer_from: noreply@your.domain
gitea_fail2ban_enabled: false
gitea_fail2ban_jail_maxretry: 10
gitea_fail2ban_jail_findtime: 3600
gitea_fail2ban_jail_bantime: 900
gitea_fail2ban_jail_action: iptables-allports
gitea_oauth2_enabled: true
2019-05-15 21:22:05 +00:00
gitea_oauth2_jwt_secret: ChangeMe