mirror of
https://github.com/netbirdio/netbird.git
synced 2024-11-07 08:44:07 +01:00
08dd719aa1
* docs: first steps of the self-hosting guide * feature: add setup configurator for the self-hosted guide * docs: add setup.env comments * docs: simplify installation steps - support ./configure.sh * docs: fix file references * docs: fix minor docs issues * docs: remove unused title
11 lines
300 B
Bash
11 lines
300 B
Bash
# e.g. app.mydomain.com
|
|
WIRETRUSTEE_DOMAIN=""
|
|
# e.g. dev-24vkclam.us.auth0.com
|
|
WIRETRUSTEE_AUTH0_DOMAIN=""
|
|
# e.g. 61u3JMXRO0oOevc7gCkZLCwePQvT4lL0
|
|
WIRETRUSTEE_AUTH0_CLIENT_ID=""
|
|
# e.g. https://app.mydomain.com/
|
|
WIRETRUSTEE_AUTH0_AUDIENCE=""
|
|
# e.g. hello@mydomain.com
|
|
WIRETRUSTEE_LETSENCRYPT_EMAIL=""
|