2023-05-02 13:43:35 +02:00
|
|
|
packaging_format = 2
|
|
|
|
|
|
|
|
id = "mstream"
|
|
|
|
name = "mStream"
|
|
|
|
description.en = "Music streaming server"
|
|
|
|
description.fr = "Serveur de streaming musical"
|
|
|
|
|
|
|
|
version = "5.11.4~ynh1"
|
|
|
|
|
2023-05-02 13:51:17 +02:00
|
|
|
maintainers = ["eric_G"]
|
2023-05-02 13:43:35 +02:00
|
|
|
|
|
|
|
[upstream]
|
|
|
|
license = "AGPL-3.0-only"
|
|
|
|
website = "https://mstream.io/"
|
|
|
|
demo = "https://demo.mstream.io/?"
|
|
|
|
code = "https://github.com/IrosTheBeggar/mStream"
|
|
|
|
|
|
|
|
[integration]
|
2023-05-02 13:51:17 +02:00
|
|
|
yunohost = ">= 11.1.18"
|
|
|
|
architectures = "all"
|
2023-05-02 13:43:35 +02:00
|
|
|
multi_instance = true
|
2023-05-02 13:51:17 +02:00
|
|
|
ldap = false
|
|
|
|
sso = false
|
|
|
|
disk = "50M"
|
|
|
|
ram.build = "50M"
|
|
|
|
ram.runtime = "50M"
|
2023-05-02 13:43:35 +02:00
|
|
|
|
|
|
|
[install]
|
|
|
|
[install.domain]
|
|
|
|
type = "domain"
|
|
|
|
full_domain = true
|
|
|
|
|
|
|
|
[install.init_main_permission]
|
|
|
|
type = "group"
|
|
|
|
default = "visitors"
|
|
|
|
|
|
|
|
[resources]
|
|
|
|
[resources.sources.main]
|
|
|
|
url = "https://github.com/IrosTheBeggar/mStream/releases/download/v5.11.4/mStream-Server-5.11.4.AppImage"
|
|
|
|
sha256 = "35e8ddc0c0ecda4ad6c21259ed9bd611af92c23d714440e976f4bb4569082d4b"
|
|
|
|
|
2023-05-02 13:51:17 +02:00
|
|
|
[resources.ports]
|
2023-05-02 13:43:35 +02:00
|
|
|
|
|
|
|
[resources.system_user]
|
|
|
|
|
|
|
|
[resources.install_dir]
|
|
|
|
|
|
|
|
[resources.data_dir]
|
2023-05-02 13:51:17 +02:00
|
|
|
sudirs = ["/media/album-art", "/media/db"]
|
2023-05-02 13:43:35 +02:00
|
|
|
|
|
|
|
[resources.permissions]
|
|
|
|
main.url = "/"
|
2023-05-02 13:51:17 +02:00
|
|
|
|
|
|
|
[resources.apt]
|
|
|
|
packages = "ffmpeg"
|