feat: 增加 screego 应用 (#1627)

This commit is contained in:
zhengkunwang
2024-06-24 17:04:54 +08:00
committed by GitHub
parent e05962daa0
commit 20390c8ae8
10 changed files with 101 additions and 54 deletions
-10
View File
@@ -1,10 +0,0 @@
additionalProperties:
formFields:
- default: 8081
edit: true
envKey: PANEL_APP_PORT_HTTP
labelEn: Port
labelZh: 端口
required: true
rule: paramPort
type: number
@@ -1,16 +0,0 @@
services:
kodbox:
image: kodcloud/kodbox:v1.4505
container_name: ${CONTAINER_NAME}
ports:
- ${PANEL_APP_PORT_HTTP}:80
volumes:
- "./site:/var/www/html"
restart: always
labels:
createdBy: "Apps"
networks:
- 1panel-network
networks:
1panel-network:
external: true