2024-02-28 21:07:14 +01:00
|
|
|
|
#:schema https://raw.githubusercontent.com/YunoHost/apps/master/schemas/manifest.v2.schema.json
|
|
|
|
|
|
|
|
|
|
packaging_format = 2
|
|
|
|
|
|
|
|
|
|
id = "cesium"
|
|
|
|
|
name = "Cesium"
|
|
|
|
|
description.en = "Duniter client to manage wallets, certifications in a libre money"
|
|
|
|
|
description.fr = "Client Duniter pour gérer ses portes-monnaie, les certifications au sein d’une monnaie libre"
|
|
|
|
|
|
2024-04-29 14:56:53 +02:00
|
|
|
|
version = "1.7.13~ynh2"
|
2024-02-28 21:07:14 +01:00
|
|
|
|
|
|
|
|
|
maintainers = ["Moul"]
|
|
|
|
|
|
|
|
|
|
[upstream]
|
|
|
|
|
license = "AGPL-3.0-or-later"
|
|
|
|
|
website = "https://cesium.app"
|
|
|
|
|
code = "https://github.com/duniter/cesium"
|
|
|
|
|
|
|
|
|
|
[integration]
|
2024-02-29 21:54:02 +01:00
|
|
|
|
yunohost = ">= 11.2.0"
|
2024-02-28 21:07:14 +01:00
|
|
|
|
architectures = "all"
|
|
|
|
|
multi_instance = false
|
|
|
|
|
ldap = false
|
|
|
|
|
sso = false
|
2024-02-29 21:54:02 +01:00
|
|
|
|
disk = "50M"
|
|
|
|
|
ram.build = "50M"
|
|
|
|
|
ram.runtime = "50M"
|
2024-02-28 21:07:14 +01:00
|
|
|
|
|
|
|
|
|
[install]
|
|
|
|
|
[install.domain]
|
|
|
|
|
type = "domain"
|
|
|
|
|
|
|
|
|
|
[install.path]
|
|
|
|
|
type = "path"
|
|
|
|
|
default = "/cesium"
|
|
|
|
|
|
|
|
|
|
[install.init_main_permission]
|
|
|
|
|
help.en = "If it is a public application, there will not have authentification"
|
|
|
|
|
help.fr = "Si l'application est publique, il n'y aura pas d'authentification"
|
|
|
|
|
type = "group"
|
2024-04-29 13:50:01 +02:00
|
|
|
|
default = "visitors"
|
2024-02-28 21:07:14 +01:00
|
|
|
|
|
|
|
|
|
[resources]
|
|
|
|
|
[resources.sources.main]
|
2024-02-29 21:31:05 +01:00
|
|
|
|
url = "https://github.com/duniter/cesium/releases/download/v1.7.13/cesium-v1.7.13-web.zip"
|
|
|
|
|
sha256 = "12df5710345eb84883aa8430199d8ac184baf9776902503526da50d3e68ddb6b"
|
2024-02-28 21:07:14 +01:00
|
|
|
|
in_subdir = false
|
|
|
|
|
|
|
|
|
|
autoupdate.strategy = "latest_github_release"
|
|
|
|
|
autoupdate.asset = "^cesium-v.*-web\\.zip$"
|
|
|
|
|
|
|
|
|
|
[resources.system_user]
|
|
|
|
|
|
|
|
|
|
[resources.install_dir]
|
|
|
|
|
|
|
|
|
|
[resources.permissions]
|
|
|
|
|
main.url = "/"
|