mirror of
https://github.com/YunoHost-Apps/cinny_ynh.git
synced 2024-09-03 18:16:13 +02:00
53 lines
1.3 KiB
TOML
53 lines
1.3 KiB
TOML
packaging_format = 2
|
|
|
|
id = "cinny"
|
|
name = "Cinny"
|
|
description.en = "Matrix client focusing primarily on simple, elegant and secure interface"
|
|
description.fr = "Client matrix orienté simplicité, élégance et sécurité"
|
|
|
|
version = "2.2.4~ynh2"
|
|
|
|
maintainers = ["Salamandar"]
|
|
|
|
[upstream]
|
|
license = "MIT"
|
|
website = "https://cinny.in"
|
|
demo = "https://app.cinny.in"
|
|
admindoc = "https://cinny.in"
|
|
userdoc = "https://cinny.in"
|
|
code = "https://github.com/ajbura/cinny"
|
|
cpe = "cpe:2.3:a:cinny_project:cinny"
|
|
fund = "https://cinny.in/#sponsor"
|
|
|
|
[integration]
|
|
yunohost = ">= 11.1.17"
|
|
architectures = "all"
|
|
multi_instance = true
|
|
ldap = false
|
|
sso = "not_relevant"
|
|
disk = "13M"
|
|
ram.build = "0M"
|
|
ram.runtime = "0M"
|
|
|
|
[install]
|
|
[install.domain]
|
|
type = "domain"
|
|
|
|
[install.path]
|
|
type = "path"
|
|
default = "/cinny"
|
|
|
|
[install.init_main_permission]
|
|
help.en = "You will usually let visitors access Cinny so that anyone without a Yunohost account can log into Matrix."
|
|
help.fr = "Vous laisserez généralement les visiteurs accéder Cinny pour s'y connecter sans avoir de compte Yunohost."
|
|
type = "group"
|
|
default = "visitors"
|
|
|
|
[resources]
|
|
[resources.system_user]
|
|
|
|
[resources.install_dir]
|
|
group = "www-data"
|
|
|
|
[resources.permissions]
|
|
main.url = "/"
|