mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-07-22 08:11:09 +02:00
85 lines
2.3 KiB
YAML
85 lines
2.3 KiB
YAML
ports:
|
|
# Ports which are exposed to localhost
|
|
localhost:
|
|
database:
|
|
svc-db-postgres: 5432
|
|
svc-db-mariadb: 3306
|
|
# https://developer.mozilla.org/de/docs/Web/API/WebSockets_API
|
|
websocket:
|
|
web-app-mastodon: 4001
|
|
web-app-espocrm: 4002
|
|
oauth2_proxy:
|
|
web-app-phpmyadmin: 4181
|
|
lam: 4182
|
|
web-app-openproject: 4183
|
|
yourls: 4184
|
|
pgadmin: 4185
|
|
phpldapadmin: 4186
|
|
fusiondirectory: 4187
|
|
web-app-gitea: 4188
|
|
snipe-it: 4189
|
|
ldap:
|
|
svc-db-openldap: 389
|
|
http:
|
|
web-app-nextcloud: 8001
|
|
web-app-gitea: 8002
|
|
web-app-wordpress: 8003
|
|
web-app-mediawiki: 8004
|
|
web-app-mybb: 8005
|
|
yourls: 8006
|
|
mailu: 8007
|
|
web-app-elk: 8008
|
|
web-app-mastodon: 8009
|
|
web-app-pixelfed: 8010
|
|
web-app-peertube: 8011
|
|
funkwhale: 8012
|
|
roulette-wheel: 8013
|
|
web-app-joomla: 8014
|
|
attendize: 8015
|
|
pgadmin: 8016
|
|
web-app-baserow: 8017
|
|
web-app-matomo: 8018
|
|
web-app-listmonk: 8019
|
|
web-app-discourse: 8020
|
|
web-app-matrix_synapse: 8021
|
|
web-app-matrix_element: 8022
|
|
web-app-openproject: 8023
|
|
gitlab: 8024
|
|
web-app-akaunting: 8025
|
|
web-app-moodle: 8026
|
|
taiga: 8027
|
|
friendica: 8028
|
|
web-app-port-ui: 8029
|
|
bluesky_api: 8030
|
|
bluesky_web: 8031
|
|
web-app-keycloak: 8032
|
|
lam: 8033
|
|
web-app-phpmyadmin: 8034
|
|
snipe-it: 8035
|
|
sphinx: 8036
|
|
phpldapadmin: 8037
|
|
fusiondirectory: 8038
|
|
presentation: 8039
|
|
web-app-espocrm: 8040
|
|
syncope: 8041
|
|
collabora: 8042
|
|
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:
|
|
web-app-gitea: 2201
|
|
gitlab: 2202
|
|
ldaps:
|
|
svc-db-openldap: 636
|
|
stun:
|
|
bigbluebutton: 3478 # Not sure if it's right placed here or if it should be moved to localhost section
|
|
web-app-nextcloud: 3479
|
|
turn:
|
|
bigbluebutton: 5349 # Not sure if it's right placed here or if it should be moved to localhost section
|
|
web-app-nextcloud: 5350 # Not used yet |