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

70 lines
1.6 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-02-26 01:05:10 +01:00
version = "1.18.0~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"
2024-02-26 02:21:43 +01:00
help.en = "Must be a domain name or a sub-domain. Must not contain a path."
2024-02-26 02:16:21 +01:00
type = "url"
default = "matrix.org"
2024-01-01 23:59:26 +01:00
[resources]
[resources.sources]
[resources.sources.main]
2024-02-26 01:05:10 +01:00
url = "https://github.com/krille-chan/fluffychat/releases/download/v1.18.0/fluffychat-web.tar.gz"
sha256 = "0b9fbc74e1098c3df966dd1b689ec16bef5aa3e83cecb7d3f408a5fab6128cf7"
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 = "/"