Compare commits
No commits in common. "d364a1f0050a71f94aa400938f2de7d8a8cf603f" and "9669a40fcb68c04bf6375b045cb21f7cb2387890" have entirely different histories.
d364a1f005
...
9669a40fcb
@ -8,7 +8,7 @@ services:
|
||||
- .env
|
||||
image: xhofe/alist:v3.41.0
|
||||
labels:
|
||||
createdBy: "Apps"
|
||||
createdBy: Apps
|
||||
restart: always
|
||||
networks:
|
||||
- chish-network
|
||||
|
@ -1,20 +1,14 @@
|
||||
name: AList
|
||||
tags:
|
||||
- 工具
|
||||
- 云储存
|
||||
title: 一个支持多存储的文件列表程序
|
||||
description: 一个支持多存储的文件列表程序
|
||||
additionalProperties:
|
||||
key: alist
|
||||
name: AList
|
||||
tags:
|
||||
- Tool
|
||||
- 工具
|
||||
- 云存储
|
||||
shortDescZh: 一个支持多存储的文件列表程序
|
||||
shortDescEn: A file list program that supports multiple storage
|
||||
type: tool
|
||||
crossVersionUpdate: true
|
||||
limit: 0
|
||||
recommend: 0
|
||||
website: https://github.com/alist-org/alist
|
||||
github: https://github.com/alist-org/alist
|
||||
document: https://alist.nn.ci/zh/
|
@ -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
|
@ -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"
|
@ -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 |
Loading…
x
Reference in New Issue
Block a user