Added Mstream app.

This commit is contained in:
geekaroni 2020-06-05 09:54:26 -04:00
parent d05b016246
commit 0cdb6757e1
2 changed files with 28 additions and 0 deletions

BIN
Images/mstream.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

View File

@ -77,6 +77,34 @@
} }
] ]
}, },
{
"type": 1,
"title": "Mstream",
"name": "Mstream",
"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..",
"logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/mstream.png",
"image": "linuxserver/mstream:latest",
"categories": [
"Other",
"Music"
],
"platform": "linux",
"restart_policy": "unless-stopped",
"ports": [
"3000:3000/tcp"
],
"volumes": [
{
"container": "/config",
"bind": "/portainer/Files/AppData/Config/Mstream"
},
{
"container": "/music",
"bind": "/portainer/Downloads"
}
],
"note": ""
},
{ {
"type": 1, "type": 1,
"title": "FileBrowser", "title": "FileBrowser",