Compare commits

..

No commits in common. "d364a1f0050a71f94aa400938f2de7d8a8cf603f" and "9669a40fcb68c04bf6375b045cb21f7cb2387890" have entirely different histories.

6 changed files with 3 additions and 73 deletions

View File

@ -8,7 +8,7 @@ services:
- .env - .env
image: xhofe/alist:v3.41.0 image: xhofe/alist:v3.41.0
labels: labels:
createdBy: "Apps" createdBy: Apps
restart: always restart: always
networks: networks:
- chish-network - chish-network

View File

@ -1,20 +1,14 @@
name: AList
tags:
- 工具
- 云储存
title: 一个支持多存储的文件列表程序
description: 一个支持多存储的文件列表程序
additionalProperties: additionalProperties:
key: alist key: alist
name: AList name: AList
tags: tags:
- Tool - 工具
- 云存储
shortDescZh: 一个支持多存储的文件列表程序 shortDescZh: 一个支持多存储的文件列表程序
shortDescEn: A file list program that supports multiple storage shortDescEn: A file list program that supports multiple storage
type: tool type: tool
crossVersionUpdate: true crossVersionUpdate: true
limit: 0 limit: 0
recommend: 0
website: https://github.com/alist-org/alist website: https://github.com/alist-org/alist
github: https://github.com/alist-org/alist github: https://github.com/alist-org/alist
document: https://alist.nn.ci/zh/ document: https://alist.nn.ci/zh/

View File

@ -1,24 +0,0 @@
additionalProperties:
formFields:
- default: 8096
edit: true
envKey: PANEL_APP_PORT_HTTP
labelEn: WebUI Port
labelZh: 网页端口
required: true
rule: paramPort
type: number
- default: ./data/media
edit: true
envKey: MEDIA_FOLDER_PATH
labelEn: Media folder path
labelZh: 媒体文件夹路径
required: true
type: text
- default: ./data/cache
edit: true
envKey: CACHE_FOLDER_PATH
labelEn: Cache folder path
labelZh: 缓存文件夹路径
required: true
type: text

View File

@ -1,21 +0,0 @@
networks:
chish-network:
external: true
services:
jellyfin:
container_name: ${CONTAINER_NAME}
restart: always
networks:
- chish-network
ports:
- "${PANEL_APP_PORT_HTTP}:8096"
volumes:
- "./data/config:/config"
- "${CACHE_FOLDER_PATH}:/cache"
- "${MEDIA_FOLDER_PATH}:/media/media"
devices:
- /dev/dri:/dev/dri # VAAPI/NVDEC/NVENC render nodes
#- /dev/vchiq:/dev/vchiq # MMAL/OMX on Raspberry Pi
image: "jellyfin/jellyfin:10.10.3"
labels:
createdBy: "Apps"

View File

@ -1,19 +0,0 @@
name: Jellyfin
tags:
- 多媒体
title: 多媒体应用程序软件套装
description: 多媒体应用程序软件套装
additionalProperties:
key: jellyfin
name: Jellyfin
tags:
- Media
shortDescZh: 多媒体应用程序软件套装
shortDescEn: Multimedia application software suite
type: tool
crossVersionUpdate: true
limit: 0
recommend: 0
website: https://jellyfin.org/
github: https://github.com/jellyfin/jellyfin
document: https://jellyfin.org/docs/

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.4 KiB