Compare commits

..

No commits in common. "c0ea6c76b91254c8ce80be6731bca59a8be4a0d1" and "a38ddd4e76c1ee386f53917638e53ba7afe800e1" have entirely different histories.

2 changed files with 7 additions and 5 deletions

View file

@ -65,7 +65,7 @@ blocky_custom_lookups: # optional
ip: 192.168.2.43
- name: registry.mgrote.net
ip: 192.168.2.43
- name: git.mgrote.net
- name: git.mgrote.net # anpassen
ip: 192.168.2.43
# Intern
- name: ads2700w.mgrote.net
@ -86,6 +86,8 @@ blocky_custom_lookups: # optional
ip: 192.168.2.1
- name: fritz.box
ip: 192.168.5.1
- name: git2.mgrote.net
ip: 192.168.2.43 # wieder löschen
- name: ldap.mgrote.net
ip: 192.168.2.47

View file

@ -45,7 +45,7 @@ ufw_rules:
from_ip: 0.0.0.0/0
### pyratlabs-ansible-role-gitea
# https://git.mgrote.net/ansible-roles-mirrors/pyratlabs-ansible-role-gitea
# https://git2.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: "git.mgrote.net"
gitea_fqdn: "git2.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://git.mgrote.net
gitea_root_url: https://git2.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: "git.mgrote.net - "
gitea_subject_prefix: "git2.mgrote.net - " # muss der bindestrichs ein?
# log
gitea_log_systemd: true
gitea_log_level: "Info"