2023-07-25 18:56:59 +02:00
|
|
|
#:schema https://raw.githubusercontent.com/YunoHost/apps/master/schemas/manifest.v2.schema.json
|
2023-01-17 17:03:19 +01:00
|
|
|
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é"
|
|
|
|
|
2023-10-21 18:15:29 +02:00
|
|
|
version = "3.0.0~ynh1"
|
2023-01-17 17:03:19 +01:00
|
|
|
|
|
|
|
maintainers = ["Salamandar"]
|
|
|
|
|
|
|
|
[upstream]
|
|
|
|
license = "MIT"
|
|
|
|
website = "https://cinny.in"
|
|
|
|
demo = "https://app.cinny.in"
|
|
|
|
code = "https://github.com/ajbura/cinny"
|
|
|
|
cpe = "cpe:2.3:a:cinny_project:cinny"
|
|
|
|
fund = "https://cinny.in/#sponsor"
|
|
|
|
|
|
|
|
[integration]
|
2023-04-07 10:06:56 +02:00
|
|
|
yunohost = ">= 11.1.17"
|
2023-01-17 17:03:19 +01:00
|
|
|
architectures = "all"
|
|
|
|
multi_instance = true
|
|
|
|
ldap = false
|
|
|
|
sso = "not_relevant"
|
|
|
|
disk = "13M"
|
2023-04-07 10:09:15 +02:00
|
|
|
ram.build = "50M"
|
|
|
|
ram.runtime = "50M"
|
2023-01-17 17:03:19 +01:00
|
|
|
|
|
|
|
[install]
|
|
|
|
[install.domain]
|
|
|
|
type = "domain"
|
|
|
|
|
|
|
|
[install.path]
|
|
|
|
type = "path"
|
|
|
|
default = "/cinny"
|
|
|
|
|
2023-08-10 23:54:07 +02:00
|
|
|
[install.default_home_server]
|
|
|
|
ask.en = "Choose a default Matrix server for Cinny's login"
|
|
|
|
ask.fr = "Choisissez un serveur Matrix par défault"
|
|
|
|
help.en = "If you're running your own homeserver with Synapse, Dendrite, or Conduit you probably want this to be your homeserver's domain."
|
|
|
|
type = "string"
|
|
|
|
example = "my-own-homeserver.tld"
|
|
|
|
default = "matrix.org"
|
|
|
|
|
2023-01-17 17:03:19 +01:00
|
|
|
[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]
|
2023-04-07 10:08:39 +02:00
|
|
|
[resources.sources]
|
|
|
|
|
2023-10-21 18:15:29 +02:00
|
|
|
[resources.sources.main]
|
|
|
|
url = "https://github.com/cinnyapp/cinny/releases/download/v3.0.0/cinny-v3.0.0.tar.gz"
|
|
|
|
sha256 = "46ed6385cbc5270792a5808313135915c806f66defc2d13e12e56699eeef6330"
|
2023-10-23 18:53:28 +02:00
|
|
|
autoupdate.strategy = "latest_github_release"
|
2023-10-26 12:00:45 +02:00
|
|
|
autoupdate.asset = "cinny-v.*.tar.gz$"
|
2023-04-07 10:08:39 +02:00
|
|
|
|
2023-01-17 17:03:19 +01:00
|
|
|
[resources.system_user]
|
|
|
|
|
|
|
|
[resources.install_dir]
|
|
|
|
|
|
|
|
[resources.permissions]
|
|
|
|
main.url = "/"
|