From 0dd5d57ab99821941ddc548d71d3d541def78546 Mon Sep 17 00:00:00 2001 From: "Krzysztof Nazarewski (kdn)" Date: Wed, 27 Aug 2025 16:37:47 +0200 Subject: [PATCH] selfhosted-guide: make it clear when to run `configure.sh` --- src/pages/selfhosted/selfhosted-guide.mdx | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/pages/selfhosted/selfhosted-guide.mdx b/src/pages/selfhosted/selfhosted-guide.mdx index e16b0afc..d4a51f90 100644 --- a/src/pages/selfhosted/selfhosted-guide.mdx +++ b/src/pages/selfhosted/selfhosted-guide.mdx @@ -73,6 +73,10 @@ NETBIRD_AUTH_DEVICE_AUTH_CLIENT_ID="" NETBIRD_LETSENCRYPT_EMAIL="" ``` + + The changes made to `setup.env` will not take any effect until you run `configure.sh` (mentioned later on). + + - Set ```NETBIRD_DOMAIN``` to your domain, e.g. `demo.netbird.io` - Configure ```NETBIRD_LETSENCRYPT_EMAIL``` property. This can be any email address. [Let's Encrypt](https://letsencrypt.org/) will create an account while generating a new certificate. @@ -124,6 +128,10 @@ Make sure all the required properties set in the ```setup.env``` file and run: This will export all the properties as environment variables and generate ```artifacts/docker-compose.yml```, ```artifacts/management.json``` and ```artifacts/turnserver.conf``` files substituting required variables. + + The changes made to `setup.env` will not take any effect until you run `configure.sh` again + + ### Step 6: Run docker compose: ```bash