Implemented espocrm draft

This commit is contained in:
2025-04-25 12:34:09 +02:00
parent 79d6a68dc1
commit edf2be504c
12 changed files with 201 additions and 0 deletions

View File

@@ -10,6 +10,7 @@ defaults_domains:
bluesky_web: "bskyweb.{{primary_domain}}"
discourse: "forum.{{primary_domain}}"
elk: "elk.{{primary_domain}}"
espocrm: "espocrm.{{primary_domain}}"
file_server: "files.{{primary_domain}}"
friendica: "friendica.{{primary_domain}}"
funkwhale: "music.{{primary_domain}}"
@@ -55,6 +56,7 @@ defaults_redirect_domain_mappings:
- { source: "akaunting.{{primary_domain}}", target: "{{domains.akaunting}}" }
- { source: "bbb.{{primary_domain}}", target: "{{domains.bigbluebutton}}" }
- { source: "discourse.{{primary_domain}}", target: "{{domains.discourse}}" }
- { source: "crm.{{primary_domain}}", target: "{{domains.espocrm}}" }
- { source: "funkwhale.{{primary_domain}}", target: "{{domains.funkwhale}}" }
- { source: "gitea.{{primary_domain}}", target: "{{domains.gitea}}" }
- { source: "keycloak.{{primary_domain}}", target: "{{domains.keycloak}}" }

View File

@@ -53,6 +53,7 @@ ports:
phpldapadmin: 8037
fusiondirectory: 8038
presentation: 8039
espocrm: 8040
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:

View File

@@ -80,6 +80,8 @@ defaults_networks:
subnet: 192.168.103.32/28
presentation:
subnet: 192.168.103.48/28
espocrm:
subnet: 192.168.103.64/28
# /24 Networks / 254 Usable Clients
bigbluebutton: