feat(omnitools): 添加 OmniTools 应用配置及文档

This commit is contained in:
arch3rPro
2025-11-05 16:40:35 +08:00
parent dc439532bc
commit 5df2214554
8 changed files with 108 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
additionalProperties:
formFields:
- default: "8080"
envKey: PANEL_APP_PORT_HTTP
label:
en: Port
zh: 端口
required: true
type: number
edit: true
rule: paramPort
+15
View File
@@ -0,0 +1,15 @@
services:
omni-tools:
image: iib0011/omni-tools:0.6.0
container_name: omni-tools
restart: always
ports:
- "${PANEL_APP_PORT_HTTP}:80"
networks:
- 1panel-network
labels:
createdBy: "Apps"
networks:
1panel-network:
external: true