Compare commits
2 Commits
9669a40fcb
...
d364a1f005
Author | SHA1 | Date | |
---|---|---|---|
d364a1f005 | |||
aa2999ea73 |
@ -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
|
||||||
|
@ -1,14 +1,20 @@
|
|||||||
|
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/
|
24
apps/jellyfin/10.10.3/data.yml
Normal file
24
apps/jellyfin/10.10.3/data.yml
Normal file
@ -0,0 +1,24 @@
|
|||||||
|
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
|
21
apps/jellyfin/10.10.3/docker-compose.yml
Normal file
21
apps/jellyfin/10.10.3/docker-compose.yml
Normal file
@ -0,0 +1,21 @@
|
|||||||
|
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"
|
19
apps/jellyfin/data.yml
Normal file
19
apps/jellyfin/data.yml
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
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/
|
BIN
apps/jellyfin/logo.png
Normal file
BIN
apps/jellyfin/logo.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.4 KiB |
Loading…
x
Reference in New Issue
Block a user