From d57ced0147c9111da941352dfb873e131a985583 Mon Sep 17 00:00:00 2001 From: redbeardymcgee Date: Thu, 5 Dec 2024 19:25:48 -0600 Subject: [PATCH] move netbird to wip branch --- WIP/netbird/netbird.container | 21 --------------------- WIP/netbird/netbird.env | 18 ------------------ 2 files changed, 39 deletions(-) delete mode 100644 WIP/netbird/netbird.container delete mode 100644 WIP/netbird/netbird.env diff --git a/WIP/netbird/netbird.container b/WIP/netbird/netbird.container deleted file mode 100644 index a61ed5e..0000000 --- a/WIP/netbird/netbird.container +++ /dev/null @@ -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 diff --git a/WIP/netbird/netbird.env b/WIP/netbird/netbird.env deleted file mode 100644 index 700ed16..0000000 --- a/WIP/netbird/netbird.env +++ /dev/null @@ -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= -