1
0

Update Apps

This commit is contained in:
pooneyy
2025-06-16 09:55:21 +08:00
parent 16a1e881e2
commit 654aee332f
190 changed files with 61 additions and 2321 deletions

View File

@@ -12,7 +12,7 @@ services:
command: node /usr/local/bin/picgo-server -k ${AUTH_KEY}
labels:
createdBy: "Apps"
networks:
1panel-network:
external: true

View File

@@ -1,4 +0,0 @@
CONTAINER_NAME="piclist"
DATA_PATH="./data"
PANEL_APP_PORT_HTTP=40333
AUTH_KEY="password"

View File

@@ -1,26 +0,0 @@
additionalProperties:
formFields:
- default: "40333"
edit: true
envKey: PANEL_APP_PORT_HTTP
labelEn: Port
labelZh: 端口
required: true
rule: paramPort
type: number
- default: "./data"
edit: true
envKey: DATA_PATH
labelEn: Data Path
labelZh: 数据路径
required: true
type: text
- default: "password"
edit: true
envKey: AUTH_KEY
labelEn: Auth Key
labelZh: 授权密钥
random: true
required: true
rule: paramComplexity
type: password

View File

@@ -1,18 +0,0 @@
services:
piclist:
image: "kuingsmile/piclist:latest"
container_name: ${CONTAINER_NAME}
restart: always
networks:
- 1panel-network
ports:
- "${PANEL_APP_PORT_HTTP}:36677"
volumes:
- "${DATA_PATH}:/root/.piclist"
command: node /usr/local/bin/picgo-server -k ${AUTH_KEY}
labels:
createdBy: "Apps"
networks:
1panel-network:
external: true