2025-01-30 15:04:23 +01:00
|
|
|
ports:
|
|
|
|
# Ports which are exposed to localhost
|
|
|
|
localhost:
|
|
|
|
web_socket:
|
|
|
|
mastodon: 4001
|
2025-02-12 12:41:13 +01:00
|
|
|
oauth2_proxy:
|
2025-01-30 15:04:23 +01:00
|
|
|
phpmyadmin: 4181
|
|
|
|
ldap: 4182
|
|
|
|
openproject: 4183
|
2025-02-19 05:53:00 +01:00
|
|
|
yourls: 4184
|
2025-02-12 12:41:13 +01:00
|
|
|
ldap:
|
|
|
|
openldap: 389
|
|
|
|
http:
|
2025-01-30 15:04:23 +01:00
|
|
|
nextcloud: 8001
|
|
|
|
gitea: 8002
|
|
|
|
wordpress: 8003
|
|
|
|
mediawiki: 8004
|
|
|
|
mybb: 8005
|
|
|
|
yourls: 8006
|
|
|
|
mailu: 8007
|
|
|
|
elk: 8008
|
|
|
|
mastodon: 8009
|
|
|
|
pixelfed: 8010
|
|
|
|
peertube: 8011
|
|
|
|
funkwhale: 8012
|
|
|
|
roulette-wheel: 8013
|
|
|
|
joomla: 8014
|
|
|
|
attendize: 8015
|
2025-02-19 05:53:00 +01:00
|
|
|
#matrix: 8016 Not used anymore
|
2025-01-30 15:04:23 +01:00
|
|
|
baserow: 8017
|
|
|
|
matomo: 8018
|
|
|
|
listmonk: 8019
|
|
|
|
discourse: 8020
|
|
|
|
matrix_synapse: 8021
|
|
|
|
matrix_element: 8022
|
|
|
|
openproject: 8023
|
|
|
|
gitlab: 8024
|
|
|
|
akaunting: 8025
|
|
|
|
moodle: 8026
|
|
|
|
taiga: 8027
|
|
|
|
friendica: 8028
|
|
|
|
portfolio: 8029
|
|
|
|
bluesky_api: 8030
|
|
|
|
bluesky_web: 8031
|
|
|
|
keycloak: 8032
|
|
|
|
ldap: 8033
|
|
|
|
phpmyadmin: 8034
|
2025-02-04 16:43:34 +01:00
|
|
|
snipe_it: 8035
|
2025-01-30 15:04:23 +01:00
|
|
|
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
|
2025-02-12 12:41:13 +01:00
|
|
|
ssh:
|
2025-01-30 15:04:23 +01:00
|
|
|
gitea: 2201
|
|
|
|
gitlab: 2202
|
2025-02-12 12:41:13 +01:00
|
|
|
ldaps:
|
|
|
|
openldap: 636
|
2025-02-20 11:44:50 +01:00
|
|
|
stun:
|
|
|
|
bigbluebutton: 3478 # Not sure if it's right placed here or if it should be moved to localhost section
|
|
|
|
turn:
|
|
|
|
bigbluebutton: 5349 # Not sure if it's right placed here or if it should be moved to localhost section
|