精简提交历史记录
This commit is contained in:
2
apps/kkfileview/4.1.0/.env.sample
Normal file
2
apps/kkfileview/4.1.0/.env.sample
Normal file
@@ -0,0 +1,2 @@
|
||||
CONTAINER_NAME="kkfileview"
|
||||
PANEL_APP_PORT_HTTP="40145"
|
||||
10
apps/kkfileview/4.1.0/data.yml
Normal file
10
apps/kkfileview/4.1.0/data.yml
Normal file
@@ -0,0 +1,10 @@
|
||||
additionalProperties:
|
||||
formFields:
|
||||
- default: 40145
|
||||
edit: true
|
||||
envKey: PANEL_APP_PORT_HTTP
|
||||
labelEn: Port
|
||||
labelZh: 端口
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
16
apps/kkfileview/4.1.0/docker-compose.yml
Normal file
16
apps/kkfileview/4.1.0/docker-compose.yml
Normal file
@@ -0,0 +1,16 @@
|
||||
version: '3'
|
||||
services:
|
||||
kkfileview:
|
||||
container_name: ${CONTAINER_NAME}
|
||||
restart: always
|
||||
networks:
|
||||
- 1panel-network
|
||||
ports:
|
||||
- "${PANEL_APP_PORT_HTTP}:8012"
|
||||
image: keking/kkfileview:4.1.0
|
||||
labels:
|
||||
createdBy: "Apps"
|
||||
|
||||
networks:
|
||||
1panel-network:
|
||||
external: true
|
||||
Reference in New Issue
Block a user