mirror of
https://github.com/arch3rPro/1Panel-Appstore.git
synced 2026-05-11 03:51:39 +08:00
feat: add App NetBird Client
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
additionalProperties:
|
||||
formFields:
|
||||
- default: NB_SETUP_KEY
|
||||
envKey: NB_SETUP_KEY
|
||||
label:
|
||||
en: NetBird-API-Key
|
||||
zh: NetBird密钥
|
||||
required: true
|
||||
type: text
|
||||
edit: true
|
||||
rule: paramCommon
|
||||
@@ -0,0 +1,19 @@
|
||||
services:
|
||||
netbird:
|
||||
container_name: ${CONTAINER_NAME}
|
||||
image: netbirdio/netbird:latest
|
||||
hostname: Free-Node
|
||||
cap_add:
|
||||
- NET_ADMIN
|
||||
- SYS_ADMIN
|
||||
- SYS_RESOURCE
|
||||
network_mode: host
|
||||
environment:
|
||||
- NB_SETUP_KEY=${NB_SETUP_KEY}
|
||||
volumes:
|
||||
- netbird-client:/var/lib/netbird
|
||||
labels:
|
||||
createdBy: "Apps"
|
||||
volumes:
|
||||
netbird-client:
|
||||
name: netbird-client
|
||||
Reference in New Issue
Block a user