--- gitea_app_name: "Gitea" gitea_user: "gitea" gitea_home: "/mnt/diskstation/git" gitea_shell: "/bin/false" gitea_Static_Root_Path: "/usr/share/gitea" gitea_user_repo_limit: -1 gitea_enable_push_create_user: true gitea_enable_push_create_org: true 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: postgres # mysql or postgres 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" gitea_SQl_target_file: [] 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 gitea_require_signin: false 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 gitea_oauth2_jwt_secret: ChangeMe