move netbird to wip branch
This commit is contained in:
parent
523cb2eb1b
commit
d57ced0147
2 changed files with 0 additions and 39 deletions
|
@ -1,21 +0,0 @@
|
|||
[Unit]
|
||||
Description=Overlay VPN
|
||||
|
||||
Wants=netbird-signal.service
|
||||
Wants=netbird-relay.service
|
||||
|
||||
[Container]
|
||||
ContainerName=netbird
|
||||
Image=docker.io/netbirdio/dashboard:latest
|
||||
EnvironmentFile=./netbird.env
|
||||
|
||||
Volume=netbird-letsencrypt:/etc/letsencrypt
|
||||
|
||||
PublishPort=
|
||||
|
||||
[Service]
|
||||
Restart=on-failure
|
||||
TimeoutStartSec=900
|
||||
|
||||
[Install]
|
||||
WantedBy=default.target
|
|
@ -1,18 +0,0 @@
|
|||
# Endpoints
|
||||
NETBIRD_MGMT_API_ENDPOINT=
|
||||
NETBIRD_MGMT_GRPC_API_ENDPOINT=
|
||||
# OIDC
|
||||
AUTH_AUDIENCE=
|
||||
AUTH_CLIENT_SECRET=
|
||||
AUTH_AUTHORITY=
|
||||
USE_AUTH0=
|
||||
AUTH_SUPPORTED_SCOPES=
|
||||
AUTH_REDIRECT_URI=
|
||||
AUTH_SILENT_REDIRECT_URI=
|
||||
NETBIRD_TOKEN_SOURCE=
|
||||
# SSL
|
||||
NGINX_SSL_PORT=443
|
||||
# Letsencrypt
|
||||
LETSENCRYPT_DOMAIN=
|
||||
LETSENCRYPT_EMAIL=
|
||||
|
Loading…
Add table
Reference in a new issue