git2 -> git
This commit is contained in:
parent
a38ddd4e76
commit
a252b45f95
1 changed files with 4 additions and 4 deletions
|
@ -45,7 +45,7 @@ ufw_rules:
|
||||||
from_ip: 0.0.0.0/0
|
from_ip: 0.0.0.0/0
|
||||||
|
|
||||||
### pyratlabs-ansible-role-gitea
|
### 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_fork: "forgejo"
|
||||||
# gitea update
|
# gitea update
|
||||||
gitea_version: "1.21.7-0" # alt zum renovate testen
|
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
|
# config liegt in /etc/gitea/gitea.ini
|
||||||
gitea_configuration_path: "/etc/gitea" # anpassen
|
gitea_configuration_path: "/etc/gitea" # anpassen
|
||||||
gitea_app_name: "forgejo"
|
gitea_app_name: "forgejo"
|
||||||
gitea_fqdn: "git2.mgrote.net"
|
gitea_fqdn: "git.mgrote.net"
|
||||||
# ssh
|
# ssh
|
||||||
gitea_ssh_port: 22 # assuming the host SSH server is running on port 22
|
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
|
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_domain: "{{ gitea_fqdn }}"
|
||||||
gitea_http_port: "3000"
|
gitea_http_port: "3000"
|
||||||
gitea_http_listen: "0.0.0.0"
|
gitea_http_listen: "0.0.0.0"
|
||||||
gitea_root_url: https://git2.mgrote.net
|
gitea_root_url: https://git.mgrote.net
|
||||||
# database
|
# database
|
||||||
gitea_db_type: "postgres"
|
gitea_db_type: "postgres"
|
||||||
gitea_db_host: "localhost"
|
gitea_db_host: "localhost"
|
||||||
|
@ -107,7 +107,7 @@ gitea_mailer_protocol: "smtp"
|
||||||
gitea_mailer_smtp_addr: "docker10.mgrote.net"
|
gitea_mailer_smtp_addr: "docker10.mgrote.net"
|
||||||
gitea_mailer_smtp_port: 1025
|
gitea_mailer_smtp_port: 1025
|
||||||
gitea_mailer_from: "gitea@mgrote.net"
|
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
|
# log
|
||||||
gitea_log_systemd: true
|
gitea_log_systemd: true
|
||||||
gitea_log_level: "Info"
|
gitea_log_level: "Info"
|
||||||
|
|
Loading…
Reference in a new issue