1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/UMS_ynh.git synced 2024-10-01 13:35:01 +02:00
ums_ynh/manifest.toml
2023-04-22 18:57:42 +02:00

87 lines
3.2 KiB
TOML

packaging_format = 2
id = "ums"
name = "Universal Media Server"
description.en = "A DLNA, UPnP and HTTP(S) Media Server"
description.fr = "Un Serveur Multimedia DLNA, UPnP et HTTP(S)"
version = "13.2.0~ynh3"
maintainers = ["Krakinou"]
[upstream]
version = "13.2.0"
license = "GPL-2.0-or-later"
website = "www.universalmediaserver.com"
admindoc = "https://github.com/UniversalMediaServer/UniversalMediaServer/wiki"
code = "https://github.com/UniversalMediaServer/UniversalMediaServer"
[integration]
yunohost = ">= 11.1.17"
architectures = "all"
multi_instance = false
ldap = false
sso = false
disk = "50M"
ram.build = "50M"
ram.runtime = "50M"
[install]
[install.domain]
# this is a generic question - ask strings are automatically handled by Yunohost's core
help.en = "UMS require its own subdomain"
help.fr = "UMS a besoin de son propre sous-domaine"
type = "domain"
full_domain = true
[install.init_main_permission]
help.en = "Everybody will be able to access your media on the internet without connecting to Yunohost"
help.fr = "Tout le monde pourra voir vos media sans se connecter à Yunohost"
type = "group"
default = "visitors"
[install.server_name]
ask.en = "By which name should UMS be identified by your renderer"
ask.fr = "Par quel nom UMS doit-il être identifié par vos appareils"
help.en = "This has no impact on the way the server will work and is only use to identify it on the network"
help.fr = "Ceci n a aucun impact sur le fonctionnement du serveur et sert uniquement à l identifier sur le réseau"
type = "string"
example = "MyUMS"
default = "UniversalMediaServer"
[install.interface]
ask.en = "Which network interface do you want to use?"
ask.fr = "Quel réseau souhaitez vous utiliser?"
help.en = "On lan, the interface is usually eth0, on wifi it s usually wlan0"
help.fr = "En filaire, l interface est souvent eth0, en wifi wlan0"
type = "string"
default = "eth0"
[resources]
[resources.sources.main]
arm64.url = "https://github.com/UniversalMediaServer/UniversalMediaServer/releases/download/13.2.0/UMS-13.2.0-arm64.tgz"
arm64.sha256 = "f2b05cec5fa6e51b9b5e1884b1ecdb99ca4e11bc0793a5cbea66c0f5c7e03a1a"
amd64.url = "https://github.com/UniversalMediaServer/UniversalMediaServer/releases/download/13.2.0/UMS-13.2.0-x86_64.tgz"
amd64.sha256 = "1b009c7deb737641e173a0a82c0b105d8e33a4392de661562e156e4434a4ed17"
armhf.url = "https://github.com/UniversalMediaServer/UniversalMediaServer/releases/download/13.2.0/UMS-13.2.0-armhf.tgz"
armhf.sha256 = "5e478d40336600517a6f765c49c45bb81c627b76113b571d3ae09e9457429b3e"
i386.url = "https://github.com/UniversalMediaServer/UniversalMediaServer/releases/download/13.2.0/UMS-13.2.0-x86.tgz"
i386.sha256 = "91a5c534664441064c772dcace5bcef02edac82d8d3c67155ddd803deabeb52c"
[resources.ports]
main.default = 9001
end.default = 5001
rend.exposed = "TCP"
[resources.system_user]
[resources.install_dir]
[resources.data_dir]
subdirs = ".config/UMS"
[resources.permissions]
main.url = "/"
[resources.apt]
packages = "mediainfo dcraw p7zip"