This commit is contained in:
Tobias Reisinger 2023-08-08 19:29:03 +02:00
commit 39073d8f3a
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
15 changed files with 297 additions and 0 deletions

31
snapcast/config.yaml Normal file
View file

@ -0,0 +1,31 @@
name: "Snapcast"
description: "Snapcast server with librespot and mopidy"
version: "0.0.8"
slug: "snapcast"
init: false
ingress: true
startup: application
panel_icon: mdi:cast-audio
arch:
- aarch64
- amd64
- armhf
- armv7
- i386
ports:
1704/tcp: 1704
1705/tcp: 1705
6680/tcp: 6680
options:
spotify_username: null
spotify_password: null
radios:
- name: null
url: null
schema:
spotify_username: str
spotify_password: password
radios:
- name: str
url: str