mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-30 07:18:09 +02:00
Solved multiple bugs like networking, variables etc. which occured on veen.world server
This commit is contained in:
@@ -6,6 +6,8 @@ defaults_networks:
|
||||
# The default docker subnetworking does lead to overlapping and to huge networks.
|
||||
# Due to this reason networks with 16 ips are created.
|
||||
# This should be sufficient for the most cases
|
||||
|
||||
# /28 Networks, 14 Usable Ip Addresses
|
||||
akaunting:
|
||||
subnet: 192.168.101.0/28
|
||||
attendize:
|
||||
@@ -32,8 +34,8 @@ defaults_networks:
|
||||
subnet: 192.168.101.176/28
|
||||
listmonk:
|
||||
subnet: 192.168.101.192/28
|
||||
mariadb:
|
||||
subnet: 192.168.101.208/28
|
||||
# Free:
|
||||
# subnet: 192.168.101.208/28
|
||||
matomo:
|
||||
subnet: 192.168.101.224/28
|
||||
mastodon:
|
||||
@@ -58,8 +60,8 @@ defaults_networks:
|
||||
subnet: 192.168.102.112/28
|
||||
pixelfed:
|
||||
subnet: 192.168.102.128/28
|
||||
postgres:
|
||||
subnet: 192.168.102.144/28
|
||||
# Free :
|
||||
# subnet: 192.168.102.144/28
|
||||
snipe_it:
|
||||
subnet: 192.168.102.160/28
|
||||
taiga:
|
||||
@@ -68,7 +70,14 @@ defaults_networks:
|
||||
subnet: 192.168.102.192/28
|
||||
discourse:
|
||||
subnet: 192.168.102.208/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.
|
||||
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
|
||||
postgres:
|
||||
subnet: 192.168.200.0/24
|
||||
mariadb:
|
||||
subnet: 192.168.201.0/24
|
||||
central_ldap:
|
||||
subnet: 192.168.202.0/24
|
||||
|
||||
|
Reference in New Issue
Block a user