Compare commits
3 commits
a38ddd4e76
...
c0ea6c76b9
Author | SHA1 | Date | |
---|---|---|---|
c0ea6c76b9 | |||
13dcbb9df0 | |||
a252b45f95 |
2 changed files with 5 additions and 7 deletions
|
@ -65,7 +65,7 @@ blocky_custom_lookups: # optional
|
||||||
ip: 192.168.2.43
|
ip: 192.168.2.43
|
||||||
- name: registry.mgrote.net
|
- name: registry.mgrote.net
|
||||||
ip: 192.168.2.43
|
ip: 192.168.2.43
|
||||||
- name: git.mgrote.net # anpassen
|
- name: git.mgrote.net
|
||||||
ip: 192.168.2.43
|
ip: 192.168.2.43
|
||||||
# Intern
|
# Intern
|
||||||
- name: ads2700w.mgrote.net
|
- name: ads2700w.mgrote.net
|
||||||
|
@ -86,8 +86,6 @@ blocky_custom_lookups: # optional
|
||||||
ip: 192.168.2.1
|
ip: 192.168.2.1
|
||||||
- name: fritz.box
|
- name: fritz.box
|
||||||
ip: 192.168.5.1
|
ip: 192.168.5.1
|
||||||
- name: git2.mgrote.net
|
|
||||||
ip: 192.168.2.43 # wieder löschen
|
|
||||||
- name: ldap.mgrote.net
|
- name: ldap.mgrote.net
|
||||||
ip: 192.168.2.47
|
ip: 192.168.2.47
|
||||||
|
|
||||||
|
|
|
@ -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 - "
|
||||||
# log
|
# log
|
||||||
gitea_log_systemd: true
|
gitea_log_systemd: true
|
||||||
gitea_log_level: "Info"
|
gitea_log_level: "Info"
|
||||||
|
|
Loading…
Reference in a new issue