1
0

Update app version [skip ci]

This commit is contained in:
github-action update-app-version
2025-04-05 02:02:48 +00:00
parent c3383225e4
commit d2553a1522
3 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
CONTAINER_NAME="cloudflared"
CFD_TOKEN="xxxxx"

View File

@@ -0,0 +1,9 @@
additionalProperties:
formFields:
- default: ''
edit: true
envKey: CFD_TOKEN
labelEn: Token
labelZh: Token
required: true
type: text

View File

@@ -0,0 +1,14 @@
services:
cloudflared:
image: cloudflare/cloudflared:2025.4.0
container_name: ${CONTAINER_NAME}
restart: always
networks:
- 1panel-network
command: tunnel --no-autoupdate run --token ${CFD_TOKEN}
labels:
createdBy: "Apps"
networks:
1panel-network:
external: true