1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/fluffychat_ynh.git synced 2024-09-03 18:36:04 +02:00
fluffychat_ynh/manifest.toml

72 lines
1.7 KiB
TOML
Raw Normal View History

2024-01-01 23:59:26 +01:00
#:schema https://raw.githubusercontent.com/YunoHost/apps/master/schemas/manifest.v2.schema.json
packaging_format = 2
2024-01-02 00:07:39 +01:00
id = "fluffychat"
name = "Fluffychat"
2024-01-02 09:45:20 +01:00
description.en = "Matrix messenger client"
description.fr = "Client de messagerie Matrix"
2024-01-01 23:59:26 +01:00
2024-04-15 04:35:20 +02:00
version = "1.19.2~ynh1"
2024-01-01 23:59:26 +01:00
maintainers = [ "OniriCorpe" ]
2024-01-01 23:59:26 +01:00
[upstream]
2024-01-02 00:18:17 +01:00
license = "AGPL-3.0-only"
2024-01-02 00:07:39 +01:00
website = "https://fluffychat.im/"
demo = "https://fluffychat.im/web"
userdoc = "https://github.com/krille-chan/fluffychat/wiki#-user-guides"
code = "https://github.com/krille-chan/fluffychat"
fund = "https://ko-fi.com/krille"
2024-01-01 23:59:26 +01:00
[integration]
2024-01-02 09:45:20 +01:00
yunohost = ">= 11.2"
2024-01-01 23:59:26 +01:00
architectures = "all"
multi_instance = true
2024-01-02 09:45:20 +01:00
2024-01-02 00:07:39 +01:00
ldap = false
2024-01-02 09:45:20 +01:00
2024-01-02 00:07:39 +01:00
sso = false
2024-01-02 09:45:20 +01:00
2024-01-02 00:07:39 +01:00
disk = "70M"
2024-01-01 23:59:26 +01:00
ram.build = "50M"
ram.runtime = "50M"
[install]
[install.domain]
type = "domain"
2024-01-01 23:59:26 +01:00
[install.path]
type = "path"
default = "/fluffychat"
2024-01-02 09:45:20 +01:00
[install.init_main_permission]
type = "group"
default = "visitors"
2024-01-01 23:59:26 +01:00
2024-02-26 02:16:21 +01:00
[install.default_matrix_server]
ask.en = "Default Matrix server"
ask.fr = "Serveur Matrix par défaut"
2024-02-26 02:21:43 +01:00
help.en = "Must be a domain name or a sub-domain. Must not contain a path."
help.fr = "Doit être un nom de domaine ou un sous-domaine. Ne doit pas contenir de chemin d'accès."
2024-02-26 02:16:21 +01:00
type = "url"
2024-02-26 19:48:27 +01:00
default = "https://matrix.org"
2024-02-26 02:16:21 +01:00
2024-01-01 23:59:26 +01:00
[resources]
[resources.sources]
[resources.sources.main]
2024-04-15 04:35:20 +02:00
url = "https://github.com/krille-chan/fluffychat/releases/download/v1.19.2/fluffychat-web.tar.gz"
sha256 = "6114f55a82360e4693fa2beed8d0bdc13c8dd706dfd136fa3babff9d957d0192"
in_subdir = 2
2024-01-02 09:45:20 +01:00
autoupdate.asset = "fluffychat-web.tar.gz"
autoupdate.strategy = "latest_github_release"
2024-01-02 09:45:20 +01:00
[resources.install_dir]
owner = "www-data:rx"
group = "www-data:rx"
2024-01-02 09:45:20 +01:00
[resources.permissions]
main.url = "/"