1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/UMS_ynh.git synced 2024-10-01 13:35:01 +02:00

Update manifest.toml

This commit is contained in:
Éric Gaspar 2023-04-30 16:15:17 +02:00
parent f9a5924e2a
commit fe76f55445

View file

@ -28,7 +28,6 @@ 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"
@ -68,6 +67,13 @@ ram.runtime = "50M"
i386.url = "https://github.com/UniversalMediaServer/UniversalMediaServer/releases/download/13.2.0/UMS-13.2.0-x86.tgz"
i386.sha256 = "91a5c534664441064c772dcace5bcef02edac82d8d3c67155ddd803deabeb52c"
autoupdate.strategy = "latest_github_release"
autoupdate.asset.arm64 = "*-arm64.tgz"
autoupdate.asset.amd64 = "*-x86_64.tgz"
autoupdate.asset.armhf = "*-armhf.tgz"
autoupdate.asset.i386 = "*-x86.tgz"
[resources.ports]
main.default = 9001
end.default = 5001