feat(starvpn-node): update to version 1.2.6
- update docker image tag from 1.2.5 to 1.2.6 - make container name configurable via environment variable - standardize labels formatting
This commit is contained in:
32
apps/starvpn-node/1.2.6/data.yml
Normal file
32
apps/starvpn-node/1.2.6/data.yml
Normal file
@@ -0,0 +1,32 @@
|
||||
additionalProperties:
|
||||
formFields:
|
||||
- default: ""
|
||||
edit: true
|
||||
envKey: SERVER_ADDR
|
||||
labelEn: Server IP
|
||||
labelZh: 服务器IP地址
|
||||
label:
|
||||
en: Server IP
|
||||
zh: 服务器IP地址
|
||||
required: true
|
||||
type: text
|
||||
- default: ""
|
||||
edit: true
|
||||
envKey: STARS_ACCOUNT
|
||||
labelEn: Starvpn Account
|
||||
labelZh: 星空组网账号
|
||||
label:
|
||||
en: Starvpn Account
|
||||
zh: 星空组网账号
|
||||
required: true
|
||||
type: text
|
||||
- default: ""
|
||||
edit: true
|
||||
envKey: TOKEN
|
||||
labelEn: Custom Security Token
|
||||
labelZh: 自定义安全令牌
|
||||
label:
|
||||
en: Custom Security Token
|
||||
zh: 自定义安全令牌
|
||||
required: true
|
||||
type: text
|
||||
12
apps/starvpn-node/1.2.6/docker-compose.yml
Normal file
12
apps/starvpn-node/1.2.6/docker-compose.yml
Normal file
@@ -0,0 +1,12 @@
|
||||
services:
|
||||
stars-node:
|
||||
image: registry.cn-beijing.aliyuncs.com/ld_beijing/stars.node:1.2.6
|
||||
restart: always
|
||||
container_name: ${CONTAINER_NAME}
|
||||
network_mode: "host"
|
||||
environment:
|
||||
- SERVER_ADDR=${SERVER_ADDR}
|
||||
- ALLOW_COMMUNITY=${STARS_ACCOUNT}
|
||||
- TOKEN=${TOKEN}
|
||||
labels:
|
||||
createdBy: Apps
|
||||
Reference in New Issue
Block a user