Init
This commit is contained in:
commit
39073d8f3a
15 changed files with 297 additions and 0 deletions
31
snapcast/config.yaml
Normal file
31
snapcast/config.yaml
Normal 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
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue