Files
pi-hosted/template/apps/mstream.json

43 lines
1022 B
JSON
Raw Normal View History

2022-02-23 00:00:46 -03:00
{
"categories": [
"Other",
"Music"
],
"description": "Mstream is a personal music streaming server. You can use mStream to stream your music from your home computer to any device, anywhere. There are mobile apps available for both Android and iPhone..",
"env": [
{
"default": "1000",
"label": "PUID",
"name": "PUID"
},
{
"default": "1000",
"label": "PGID",
"name": "PGID"
}
],
"image_arm64": "linuxserver/mstream:latest",
"image_amd64": "linuxserver/mstream:latest",
2022-02-23 00:00:46 -03:00
"logo": "https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/images/mstream.png",
"name": "mstream",
"officialDoc": "https://docs.linuxserver.io/images/docker-mstream",
"platform": "linux",
"ports": [
"3200:3000/tcp"
],
"restart_policy": "unless-stopped",
"title": "Mstream",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/Mstream",
"container": "/config"
},
{
"bind": "/portainer/Downloads",
"container": "/music"
}
],
"webpage": "https://mstream.io/"
}