feat:添加openlitespeed、calibre-web等十几个应用到列表 (#340)

This commit is contained in:
okxlin
2023-11-03 15:09:13 +08:00
committed by GitHub
parent 4d41bbeb7b
commit 264f211f7e
104 changed files with 6203 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
additionalProperties:
formFields:
- default: 8081
edit: true
envKey: PANEL_APP_PORT_HTTP
labelEn: Port
labelZh: 端口
required: true
rule: paramPort
type: number
+18
View File
@@ -0,0 +1,18 @@
version: "3.5"
services:
kodbox:
image: kodcloud/kodbox:v1.4104
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