This commit is contained in:
Michael Grote 2024-04-03 11:36:51 +02:00
parent 717a033cf0
commit dda1273951

View file

@ -77,10 +77,10 @@ gitea_http_port: "3000"
gitea_http_listen: "0.0.0.0"
gitea_root_url: https://git2.mgrote.net
# database
gitea_db_type: postgres
gitea_db_host: localhost
gitea_db_name: gitea
gitea_db_user: gitea
gitea_db_type: "postgres"
gitea_db_host: "localhost"
gitea_db_name: "gitea"
gitea_db_user: "gitea"
gitea_db_password: "{{ lookup('keepass', 'gitea_db_password', 'password') }}"
# indexer
gitea_repo_indexer_enabled: true
@ -103,8 +103,8 @@ gitea_default_allow_create_organization: true
gitea_default_org_visibility: "public"
# Mailer
gitea_mailer_enabled: true
gitea_mailer_protocol: smtp
gitea_mailer_smtp_addr: docker10.mgrote.net
gitea_mailer_protocol: "smtp"
gitea_mailer_smtp_addr: "docker10.mgrote.net"
gitea_mailer_smtp_port: 1025
gitea_mailer_from: "gitea@mgrote.net"
gitea_subject_prefix: "git2.mgrote.net - " # muss der bindestrichs ein?