Skip to content

Commit 9630c85

Browse files
authored
selfhosted-guide: make it clear when to run configure.sh (#419)
1 parent 28eb592 commit 9630c85

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/pages/selfhosted/selfhosted-guide.mdx

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,10 @@ NETBIRD_AUTH_DEVICE_AUTH_CLIENT_ID=""
7373
NETBIRD_LETSENCRYPT_EMAIL=""
7474
```
7575

76+
<Note>
77+
The changes made to `setup.env` will not take any effect until you run `configure.sh` (mentioned later on).
78+
</Note>
79+
7680
- Set ```NETBIRD_DOMAIN``` to your domain, e.g. `demo.netbird.io`
7781
- Configure ```NETBIRD_LETSENCRYPT_EMAIL``` property.
7882
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:
124128

125129
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.
126130

131+
<Note>
132+
The changes made to `setup.env` will not take any effect until you run `configure.sh` again
133+
</Note>
134+
127135
### Step 6: Run docker compose:
128136

129137
```bash

0 commit comments

Comments
 (0)