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

60 lines
1.3 KiB
TOML
Raw Normal View History

2023-03-05 22:31:46 +01:00
packaging_format = 2
id = "hydrogen"
name = "Hydrogen"
description.en = "Web client for Matrix"
description.fr = "Client web pour Matrix"
2023-08-20 18:24:51 +02:00
version = "0.4.0~ynh1"
2023-03-05 22:31:46 +01:00
maintainers = ["eric_G"]
[upstream]
license = "Apache-2.0"
website = "https://matrix.org/docs/projects/client/hydrogen"
demo = "https://hydrogen.element.io/"
code = "https://github.com/vector-im/hydrogen-web"
[integration]
2023-08-18 11:26:46 +02:00
yunohost = ">= 11.2"
2023-03-05 22:36:05 +01:00
architectures = "all"
2023-03-05 22:31:46 +01:00
multi_instance = true
2023-03-05 23:20:55 +01:00
ldap = false
sso = false
2023-03-05 22:36:05 +01:00
disk = "50M"
ram.build = "50M"
ram.runtime = "50M"
2023-03-05 22:31:46 +01:00
[install]
[install.domain]
type = "domain"
[install.default_server]
ask.en = "Choose a default server"
ask.fr = "Choisissez un serveur par défault"
type = "string"
example = "my-matrix-server.tld"
default = "matrix.org"
[install.init_main_permission]
type = "group"
default = "visitors"
[resources]
2023-03-27 18:54:31 +02:00
[resources.sources]
[resources.sources.main]
2023-08-20 18:24:51 +02:00
url = "https://github.com/vector-im/hydrogen-web/releases/download/v0.4.0/hydrogen-web-0.4.0.tar.gz"
sha256 = "f9fbc4a03446dd9c41b88dfbf0f93239e5ee524516751b909325d7c617b7dbfa"
autoupdate.strategy = "latest_github_tag"
2023-03-27 18:54:31 +02:00
2023-03-05 22:36:05 +01:00
[resources.ports]
2023-03-05 22:31:46 +01:00
[resources.system_user]
[resources.install_dir]
[resources.permissions]
main.url = "/"