diff --git a/host_vars/forgejo.mgrote.net.yml b/host_vars/forgejo.mgrote.net.yml index 06cfda68..bd696942 100644 --- a/host_vars/forgejo.mgrote.net.yml +++ b/host_vars/forgejo.mgrote.net.yml @@ -45,7 +45,7 @@ ufw_rules: from_ip: 0.0.0.0/0 ### pyratlabs-ansible-role-gitea -# https://git2.mgrote.net/ansible-roles-mirrors/pyratlabs-ansible-role-gitea +# https://git.mgrote.net/ansible-roles-mirrors/pyratlabs-ansible-role-gitea gitea_fork: "forgejo" # gitea update gitea_version: "1.21.7-0" # alt zum renovate testen @@ -59,7 +59,7 @@ gitea_user_home: "{{ gitea_home }}" # config liegt in /etc/gitea/gitea.ini gitea_configuration_path: "/etc/gitea" # anpassen gitea_app_name: "forgejo" -gitea_fqdn: "git2.mgrote.net" +gitea_fqdn: "git.mgrote.net" # ssh gitea_ssh_port: 22 # assuming the host SSH server is running on port 22 gitea_start_ssh: false # to not start the built-in SSH server @@ -75,7 +75,7 @@ gitea_protocol: "http" gitea_http_domain: "{{ gitea_fqdn }}" gitea_http_port: "3000" gitea_http_listen: "0.0.0.0" -gitea_root_url: https://git2.mgrote.net +gitea_root_url: https://git.mgrote.net # database gitea_db_type: "postgres" gitea_db_host: "localhost" @@ -107,7 +107,7 @@ 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? +gitea_subject_prefix: "git.mgrote.net - " # muss der bindestrichs ein? # log gitea_log_systemd: true gitea_log_level: "Info"