32 lines
502 B
YAML
32 lines
502 B
YAML
|
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
|
||
|
|