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"
|
|
|
|
description.en = "A cute [matrix] client written in Flutter. "
|
|
|
|
description.fr = "Un client [matrix] mignon écrit en Flutter."
|
2024-01-01 23:59:26 +01:00
|
|
|
|
2024-01-06 17:16:08 +01:00
|
|
|
version = "1.17.0~ynh1"
|
2024-01-01 23:59:26 +01:00
|
|
|
|
2024-01-02 00:07:39 +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]
|
|
|
|
yunohost = ">= 11.1.21"
|
|
|
|
architectures = "all"
|
|
|
|
multi_instance = true
|
2024-01-02 00:07:39 +01:00
|
|
|
ldap = false
|
|
|
|
sso = false
|
|
|
|
disk = "70M"
|
2024-01-01 23:59:26 +01:00
|
|
|
ram.build = "50M"
|
|
|
|
ram.runtime = "50M"
|
|
|
|
|
|
|
|
[install]
|
2024-01-02 00:07:39 +01:00
|
|
|
[install.domain]
|
|
|
|
# this is a generic question - ask strings are automatically handled by YunoHost's core
|
|
|
|
type = "domain"
|
2024-01-01 23:59:26 +01:00
|
|
|
|
2024-01-02 00:07:39 +01:00
|
|
|
[install.path]
|
|
|
|
# this is a generic question - ask strings are automatically handled by YunoHost's core
|
|
|
|
type = "path"
|
|
|
|
default = "/example"
|
2024-01-01 23:59:26 +01:00
|
|
|
|
2024-01-02 00:07:39 +01:00
|
|
|
[install.init_main_permission]
|
|
|
|
# this is a generic question - ask strings are automatically handled by YunoHost's core
|
|
|
|
# This won't be saved as setting and will instead be used to initialize the SSOwat permission
|
|
|
|
type = "group"
|
|
|
|
default = "visitors"
|
2024-01-01 23:59:26 +01:00
|
|
|
|
|
|
|
[resources]
|
2024-01-02 00:07:39 +01:00
|
|
|
# See the packaging documentation for the full set
|
|
|
|
# of explanation regarding the behavior and properties for each of those
|
|
|
|
[resources.sources]
|
|
|
|
[resources.sources.main]
|
|
|
|
# This will pre-fetch the asset which can then be deployed during the install/upgrade scripts with :
|
|
|
|
# ynh_setup_source --dest_dir="$install_dir"
|
|
|
|
# You can also define other assets than "main" and add --source_id="foobar" in the previous command
|
2024-01-06 17:16:08 +01:00
|
|
|
url = "https://github.com/krille-chan/fluffychat/releases/download/v1.17.0/fluffychat-web.tar.gz"
|
|
|
|
sha256 = "155bcbafd4bd9df34f1f428447a31f74a40953c72b43c0d56e2d7a3977882db0"
|
2024-01-02 00:07:39 +01:00
|
|
|
in_subdir = 2
|
|
|
|
|
|
|
|
autoupdate.asset = "fluffychat-web.tar.gz"
|
|
|
|
autoupdate.strategy = "latest_github_release"
|
|
|
|
|
|
|
|
[resources.install_dir]
|
|
|
|
# This will create/remove the install dir as /var/www/$app
|
|
|
|
# and store the corresponding setting $install_dir
|
|
|
|
owner = "www-data:rx"
|
|
|
|
group = "www-data:rx"
|
|
|
|
|
|
|
|
[resources.permissions]
|
|
|
|
# This will configure SSOwat permission for $domain/$path/
|
|
|
|
# The initial allowed group of user is configured via the init_main_permission question (public=visitors, private=all_users)
|
|
|
|
main.url = "/"
|