netbird/infrastructure_files
Diego Noguês 56896794b3
feat: organizing infrastructure_files folder and adds new envs (#1235)
This PR aims to organize a little the files within `infrastructure_files` folder and adds some new ENV vars to the process.

1. It creates the `artifacts` folder within the `infrastructure_files` folder, the idea behind it is to split templates from artifacts created after running `./configure.sh`. It makes it easier to cp/rsync only `artifacts` content to the final server/destination.

2. Creates `NETBIRD_TURN_DOMAIN` and `TURN_DOMAIN` ENV vars. The idea behind it is to make it possible to split the management/signal server from TURN server. If `NETBIRD_TURN_DOMAIN` is not set, then, `TURN_DOMAIN` will be set as `NETBIRD_DOMAIN`.

3. Creates `*_TAG` ENVs for each component. The idea behind it is to give the users the choice to use `latest` tag as default or tie it to specific versions of each component in the stack.
2023-12-17 17:43:06 +01:00
..
artifacts feat: organizing infrastructure_files folder and adds new envs (#1235) 2023-12-17 17:43:06 +01:00
tests Make possible set IdpSignKeyRefreshEnabled from setup.env (#1230) 2023-10-18 18:03:51 +02:00
base.setup.env feat: organizing infrastructure_files folder and adds new envs (#1235) 2023-12-17 17:43:06 +01:00
configure.sh feat: organizing infrastructure_files folder and adds new envs (#1235) 2023-12-17 17:43:06 +01:00
docker-compose.yml.tmpl feat: organizing infrastructure_files folder and adds new envs (#1235) 2023-12-17 17:43:06 +01:00
docker-compose.yml.tmpl.traefik feat: organizing infrastructure_files folder and adds new envs (#1235) 2023-12-17 17:43:06 +01:00
getting-started-with-zitadel.sh Add codespell job (#1281) 2023-11-07 13:37:57 +01:00
management.json.tmpl feat: organizing infrastructure_files folder and adds new envs (#1235) 2023-12-17 17:43:06 +01:00
nginx.tmpl.conf Added nginx template (#867) 2023-05-29 13:51:25 +02:00
setup.env.example feat: organizing infrastructure_files folder and adds new envs (#1235) 2023-12-17 17:43:06 +01:00
turnserver.conf.tmpl Add codespell job (#1281) 2023-11-07 13:37:57 +01:00