Skip to content
Snippets Groups Projects
Commit 1fba4f3f authored by Armin Co's avatar Armin Co
Browse files

Use main config domain

parent f6da37f0
No related branches found
No related tags found
No related merge requests found
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
# Public URL for the web service (required) # Public URL for the web service (required)
-#PUBLIC_URL=https://meet.example.com -#PUBLIC_URL=https://meet.example.com
+PUBLIC_URL=https://jitsi.armin-co.de +PUBLIC_URL=https://jitsi.your-domain.com
# IP address of the Docker host # IP address of the Docker host
# See the "Running behind NAT or on a LAN environment" section in the README # See the "Running behind NAT or on a LAN environment" section in the README
...@@ -46,6 +46,7 @@ cp env.example .env ...@@ -46,6 +46,7 @@ cp env.example .env
make_config_dirs make_config_dirs
# Patch provided files with applyed settings. # Patch provided files with applyed settings.
sed -i "s/your-domain.com/jitsi.$DOMAIN/" env.patch
patch .env ../jitsi-auto-config/env.patch patch .env ../jitsi-auto-config/env.patch
patch docker-compose.yml ../jitsi-auto-config/docker-compose.patch patch docker-compose.yml ../jitsi-auto-config/docker-compose.patch
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment