forgejo: fix organizations + roles/collections paths #5

Merged
mg merged 3 commits from g into master 2024-04-04 21:52:07 +02:00
Showing only changes of commit fa72452362 - Show all commits

View file

@ -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"