Huge role refactoring/cleanup. Other commits will propably follow. Because some bugs will exist. Still important for longrun and also for auto docs/help/slideshow generation

This commit is contained in:
2025-07-08 23:43:13 +02:00
parent 6b87a049d4
commit 563d5fd528
1242 changed files with 2301 additions and 1355 deletions

View File

@@ -26,10 +26,10 @@ system_maintenance_cleanup_services:
### Services that Manipulate the System
system_maintenance_manipulation_services:
- "heal-docker"
- "maintenance-docker-heal"
- "update-docker"
- "system-storage-optimizer"
- "restart-docker"
- "maintenance-docker-storage-optimizer"
- "maintenance-docker-restart"
## Total System Maintenance Services
system_maintenance_services: "{{ system_maintenance_backup_services + system_maintenance_cleanup_services + system_maintenance_manipulation_services }}"

View File

@@ -3,4 +3,4 @@
path_administrator_home: "/home/administrator/"
path_administrator_scripts: "/opt/scripts/"
path_docker_compose_instances: "/opt/docker/"
path_system_lock_script: "/opt/scripts/system-maintenance-lock.py"
path_system_lock_script: "/opt/scripts/maintenance-lock.py"

View File

@@ -63,8 +63,10 @@ ports:
mobilizon: 8043
simpleicons: 8044
libretranslate: 8055
pretix: 8056
bigbluebutton: 48087 # This port is predefined by bbb. @todo Try to change this to a 8XXX port
# Ports which are exposed to the World Wide Web
public:
# The following ports should be changed to 22 on the subdomain via stream mapping
ssh:

View File

@@ -90,7 +90,9 @@ defaults_networks:
subnet: 192.168.103.112/28
libretranslate:
subnet: 192.168.103.128/28
pretix:
subnet: 192.168.103.144/28
# /24 Networks / 254 Usable Clients
bigbluebutton:
subnet: 10.7.7.0/24 # This variable does not have an impact. It's just there for documentation reasons, because this network is used in bbb
@@ -99,4 +101,4 @@ defaults_networks:
mariadb:
subnet: 192.168.201.0/24
central_ldap:
subnet: 192.168.202.0/24
subnet: 192.168.202.0/24