mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-07-08 01:25:14 +02:00
Added simpleicons network and port configuration
This commit is contained in:
parent
63af5b8ef6
commit
3f87f1fcd8
@ -61,6 +61,7 @@ ports:
|
|||||||
syncope: 8041
|
syncope: 8041
|
||||||
collabora: 8042
|
collabora: 8042
|
||||||
mobilizon: 8043
|
mobilizon: 8043
|
||||||
|
simpleicons: 8044
|
||||||
bigbluebutton: 48087 # This port is predefined by bbb. @todo Try to change this to a 8XXX port
|
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
|
# Ports which are exposed to the World Wide Web
|
||||||
public:
|
public:
|
||||||
|
@ -86,6 +86,8 @@ defaults_networks:
|
|||||||
subnet: 192.168.103.80/28
|
subnet: 192.168.103.80/28
|
||||||
collabora:
|
collabora:
|
||||||
subnet: 192.168.103.96/28
|
subnet: 192.168.103.96/28
|
||||||
|
simpleicons:
|
||||||
|
subnet: 192.168.103.112/28
|
||||||
|
|
||||||
# /24 Networks / 254 Usable Clients
|
# /24 Networks / 254 Usable Clients
|
||||||
bigbluebutton:
|
bigbluebutton:
|
||||||
@ -96,4 +98,3 @@ defaults_networks:
|
|||||||
subnet: 192.168.201.0/24
|
subnet: 192.168.201.0/24
|
||||||
central_ldap:
|
central_ldap:
|
||||||
subnet: 192.168.202.0/24
|
subnet: 192.168.202.0/24
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user