mirror of
https://github.com/YunoHost-Apps/cesium_ynh.git
synced 2024-09-03 18:06:25 +02:00
57 lines
1.4 KiB
TOML
57 lines
1.4 KiB
TOML
#: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"
|
||
|
||
version = "1.7.13~ynh2"
|
||
|
||
maintainers = ["Moul"]
|
||
|
||
[upstream]
|
||
license = "AGPL-3.0-or-later"
|
||
website = "https://cesium.app"
|
||
code = "https://github.com/duniter/cesium"
|
||
|
||
[integration]
|
||
yunohost = ">= 11.2.0"
|
||
architectures = "all"
|
||
multi_instance = false
|
||
ldap = false
|
||
sso = false
|
||
disk = "50M"
|
||
ram.build = "50M"
|
||
ram.runtime = "50M"
|
||
|
||
[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"
|
||
default = "visitors"
|
||
|
||
[resources]
|
||
[resources.sources.main]
|
||
url = "https://github.com/duniter/cesium/releases/download/v1.7.13/cesium-v1.7.13-web.zip"
|
||
sha256 = "12df5710345eb84883aa8430199d8ac184baf9776902503526da50d3e68ddb6b"
|
||
in_subdir = false
|
||
|
||
autoupdate.strategy = "latest_github_release"
|
||
autoupdate.asset = "^cesium-v.*-web\\.zip$"
|
||
|
||
[resources.system_user]
|
||
|
||
[resources.install_dir]
|
||
|
||
[resources.permissions]
|
||
main.url = "/"
|