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

61 lines
1.4 KiB
TOML
Raw Normal View History

2024-01-13 11:57:51 +01:00
#:schema https://raw.githubusercontent.com/YunoHost/apps/master/schemas/manifest.v2.schema.json
packaging_format = 2
id = "mumble-web"
name = "Mumble Web"
description.en = "Web interface for voice chat software (VoIP)"
description.fr = "Interface web pour voix sur IP (VoIP)"
2024-06-23 17:55:11 +02:00
version = "1.3.0~ynh6"
2024-01-13 11:57:51 +01:00
2024-02-14 10:48:09 +01:00
maintainers = []
2024-01-13 11:57:51 +01:00
[upstream]
license = "BSD-3-Clause"
website = "https://mumble.info"
demo = "https://web.mumble.framatalk.org/"
admindoc = "https://docs.framasoft.org/fr/jitsimeet/mumble.html"
code = "https://github.com/Johni0702/mumble-web/"
[integration]
2024-01-13 13:52:29 +01:00
yunohost = ">= 11.2"
2024-01-13 11:57:51 +01:00
architectures = "all"
multi_instance = true
2024-01-13 13:52:29 +01:00
ldap = false
sso = false
disk = "50M"
ram.build = "1500M"
ram.runtime = "50M"
2024-01-13 11:57:51 +01:00
[install]
[install.domain]
type = "domain"
[install.init_main_permission]
type = "group"
default = "visitors"
[resources]
[resources.sources.main]
url = "https://github.com/Johni0702/mumble-web/archive/4ef594c8a097d180700d22d91e9a7fea3bab08ac.tar.gz"
sha256 = "27ced80fc7a3035af531226658903ecd8a18881e045ebb5684d0a503ef67fb1d"
2024-01-13 13:52:29 +01:00
autoupdate.upstream = "https://github.com/Johni0702/mumble-web"
2024-01-13 11:57:51 +01:00
autoupdate.strategy = "latest_github_commit"
[resources.system_user]
[resources.install_dir]
[resources.permissions]
main.url = "/"
[resources.ports]
main.default = 64737
[resources.apt]
packages = ["websockify"]