1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/mstream_ynh.git synced 2024-09-03 19:46:17 +02:00
mstream_ynh/manifest.toml

56 lines
1.1 KiB
TOML
Raw Normal View History

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"
2024-05-06 03:38:00 +02:00
version = "5.12.2~ynh1"
2023-05-02 13:43:35 +02:00
2024-02-14 17:44:01 +01:00
maintainers = []
2023-05-02 13:43:35 +02:00
[upstream]
license = "AGPL-3.0-only"
website = "https://mstream.io/"
2023-05-02 16:59:41 +02:00
demo = "https://demo.mstream.io/"
2023-05-02 13:43:35 +02:00
code = "https://github.com/IrosTheBeggar/mStream"
[integration]
2023-08-25 12:05:09 +02:00
yunohost = ">= 11.2"
2023-05-02 13:51:17 +02:00
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"
[install.init_main_permission]
type = "group"
default = "visitors"
[resources]
[resources.sources.main]
2024-05-06 03:38:00 +02:00
url = "https://github.com/IrosTheBeggar/mStream/archive/refs/tags/v5.12.2.tar.gz"
sha256 = "22c74bc395506b65780d4d0e6f237e8305e9eae70677b2a1c00eb9a880f81d34"
2023-05-02 15:43:44 +02:00
autoupdate.strategy = "latest_github_tag"
2023-05-02 13:43:35 +02:00
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 17:12:17 +02:00
subdirs = ["album-art", "db", "logs"]
2023-05-02 13:43:35 +02:00
[resources.permissions]
main.url = "/"
2023-05-02 13:51:17 +02:00
[resources.apt]
packages = "ffmpeg"