Remake Repository

This commit is contained in:
arch3rPro
2025-06-30 23:37:03 +08:00
parent d593e04bd7
commit e98d0faf79
420 changed files with 55489 additions and 0 deletions
+36
View File
@@ -0,0 +1,36 @@
additionalProperties:
formFields:
- default: 3000
edit: true
envKey: PANEL_APP_PORT_HTTP
labelEn: Web Port 1
labelZh: Web 端口 1
required: true
rule: paramPort
type: number
label:
en: Web Port 1
ja: Web ポート 1
ms: Port Web 1
pt-br: Porta Web 1
ru: Веб Порт 1
ko: 웹 포트 1
zh-Hant: Web 埠 1
zh: Web 端口 1
- default: 3001
edit: true
envKey: PANEL_APP_PORT_HTTPS
labelEn: HTTPS Port
labelZh: HTTPS 端口
required: true
rule: paramPort
type: number
label:
en: HTTPS Port
ja: HTTPS ポート
ms: Port HTTPS
pt-br: Porta HTTPS
ru: HTTPS Порт
ko: HTTPS 포트
zh-Hant: HTTPS 埠
zh: HTTPS 端口
+27
View File
@@ -0,0 +1,27 @@
services:
kali-linux:
container_name: ${CONTAINER_NAME}
restart: always
networks:
- 1panel-network
security_opt:
- seccomp:unconfined
ports:
- "${PANEL_APP_PORT_HTTP}:3000"
- "${PANEL_APP_PORT_HTTPS}:3001"
volumes:
- ./config:/config
- /var/run/docker.sock:/var/run/docker.sock
environment:
- PUID=1000
- PGID=1000
- TZ=Asia/Shanghai
- SUBFOLDER=/
- TITLE=Kali Linux
shm_size: "1gb"
image: lscr.io/linuxserver/kali-linux:latest
labels:
createdBy: "Apps"
networks:
1panel-network:
external: true