mirror of
https://gitcode.com/waxgourd/addons
synced 2025-12-06 12:28:28 +08:00
1、首次推出ddnsto、mi-scale、mpd、portainer;
2、完善emby及samba-easy-nas的docs及config。
This commit is contained in:
43
mpd/config.yaml
Normal file
43
mpd/config.yaml
Normal file
@@ -0,0 +1,43 @@
|
||||
name: MPD
|
||||
version: 1.7.2
|
||||
slug: mpd
|
||||
panel_icon: mdi:music-circle
|
||||
description: >-
|
||||
音乐播放器守护进程是一个免费和开源的音乐播放器。它播放音频文件,组织播放列表和维护音乐数据库
|
||||
url: https://gitcode.com/waxgourd/addons
|
||||
ingress: true
|
||||
ingress_port: 6680
|
||||
arch:
|
||||
- armv7
|
||||
- armhf
|
||||
- aarch64
|
||||
- amd64
|
||||
- i386
|
||||
image: ghcr.nju.edu.cn/poeschl/ha-mpd-{arch}
|
||||
init: false
|
||||
audio: true
|
||||
devices:
|
||||
- /dev/snd
|
||||
map:
|
||||
- share:rw
|
||||
- media:rw
|
||||
ports:
|
||||
6680/tcp: null
|
||||
6600/tcp: 6600
|
||||
8000/tcp: null
|
||||
ports_description:
|
||||
6680/tcp: Web Frontend (Not needed with ingress feature)
|
||||
6600/tcp: MDP Connection
|
||||
8000/tcp: HTTPd Connection (if enabled)
|
||||
options:
|
||||
media_folder: /media/mpd/media
|
||||
playlist_folder: /media/mpd/playlists
|
||||
volume_normalization: false
|
||||
httpd_output: false
|
||||
schema:
|
||||
media_folder: match(/share/.+|/media/.+|(smb|nfs)://.+)
|
||||
playlist_folder: match(/share/.+|/media/.+|(smb|nfs)://.+)
|
||||
volume_normalization: bool
|
||||
httpd_output: bool
|
||||
verbose: bool?
|
||||
custom_config: match(/share/mpd/.+)?
|
||||
Reference in New Issue
Block a user