feat:添加zdir到列表

This commit is contained in:
okxlin 2024-05-10 00:20:50 +08:00
parent d995db9580
commit 40c618a37e
9 changed files with 116 additions and 0 deletions

View File

@ -0,0 +1,4 @@
CONTAINER_NAME="zdir"
PANEL_APP_PORT_HTTP="40231"
DATA_PATH="./data/data"
MOUNT_PATH="./data/mnt"

24
apps/zdir/3.3.0/data.yml Normal file
View File

@ -0,0 +1,24 @@
additionalProperties:
formFields:
- default: 40231
edit: true
envKey: PANEL_APP_PORT_HTTP
labelEn: Port
labelZh: 端口
required: true
rule: paramPort
type: number
- default: ./data/data
edit: true
envKey: DATA_PATH
labelEn: Data folder path
labelZh: 数据文件夹路径
required: true
type: text
- default: ./data/mnt
edit: true
envKey: MOUNT_PATH
labelEn: Mount folder path
labelZh: 挂载文件夹路径
required: true
type: text

View File

@ -0,0 +1,19 @@
version: '3.3'
services:
zdir:
image: helloz/zdir:3.3.0
container_name: ${CONTAINER_NAME}
restart: always
networks:
- 1panel-network
ports:
- "${PANEL_APP_PORT_HTTP}:6080"
volumes:
- "${DATA_PATH}:/data/apps/zdir/data"
- "${MOUNT_PATH}:/data/apps/zdir/data/public"
labels:
createdBy: "Apps"
networks:
1panel-network:
external: true

3
apps/zdir/README.md Normal file
View File

@ -0,0 +1,3 @@
# Zdir
使用Golang + Vue3开发的轻量级目录列表程序支持Linux、Docker、Windows部署支持视频、音频、代码等常规文件预览适合个人或初创公司文件分享使用亦可作为轻量级网盘使用。

19
apps/zdir/data.yml Normal file
View File

@ -0,0 +1,19 @@
name: Zdir
tags:
- 建站
title: 轻量级目录列表程序
description: 轻量级目录列表程序
additionalProperties:
key: zdir
name: Zdir
tags:
- WebSite
shortDescZh: 轻量级目录列表程序
shortDescEn: Lightweight directory listing program
type: website
crossVersionUpdate: true
limit: 0
recommend: 0
website: https://soft.xiaoz.org
github: https://github.com/helloxz/zdir
document: https://doc.xiaoz.me/books/zdir-3

View File

@ -0,0 +1,4 @@
CONTAINER_NAME="zdir"
PANEL_APP_PORT_HTTP="40231"
DATA_PATH="./data/data"
MOUNT_PATH="./data/mnt"

24
apps/zdir/latest/data.yml Normal file
View File

@ -0,0 +1,24 @@
additionalProperties:
formFields:
- default: 40231
edit: true
envKey: PANEL_APP_PORT_HTTP
labelEn: Port
labelZh: 端口
required: true
rule: paramPort
type: number
- default: ./data/data
edit: true
envKey: DATA_PATH
labelEn: Data folder path
labelZh: 数据文件夹路径
required: true
type: text
- default: ./data/mnt
edit: true
envKey: MOUNT_PATH
labelEn: Mount folder path
labelZh: 挂载文件夹路径
required: true
type: text

View File

@ -0,0 +1,19 @@
version: '3.3'
services:
zdir:
image: helloz/zdir:latest
container_name: ${CONTAINER_NAME}
restart: always
networks:
- 1panel-network
ports:
- "${PANEL_APP_PORT_HTTP}:6080"
volumes:
- "${DATA_PATH}:/data/apps/zdir/data"
- "${MOUNT_PATH}:/data/apps/zdir/data/public"
labels:
createdBy: "Apps"
networks:
1panel-network:
external: true

BIN
apps/zdir/logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.8 KiB