forgejo: fix organizations + roles/collections paths #5
1 changed files with 3 additions and 1 deletions
|
@ -75,7 +75,8 @@ gitea_protocol: "http"
|
|||
gitea_http_domain: "{{ gitea_fqdn }}"
|
||||
gitea_http_port: "3000"
|
||||
gitea_http_listen: "0.0.0.0"
|
||||
gitea_root_url: https://git.mgrote.net
|
||||
gitea_root_url: "https://git.mgrote.net"
|
||||
gitea_landing_page: "login"
|
||||
# database
|
||||
gitea_db_type: "postgres"
|
||||
gitea_db_host: "localhost"
|
||||
|
@ -101,6 +102,7 @@ gitea_default_user_visibility: "public"
|
|||
gitea_show_milestones_dashboard_page: false
|
||||
gitea_default_allow_create_organization: true
|
||||
gitea_default_org_visibility: "public"
|
||||
gitea_default_user_is_restricted: false
|
||||
# Mailer
|
||||
gitea_mailer_enabled: true
|
||||
gitea_mailer_protocol: "smtp"
|
||||
|
|
Loading…
Reference in a new issue