1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/duniter_ynh.git synced 2024-09-03 18:26:35 +02:00
duniter_ynh/manifest.toml

64 lines
1.5 KiB
TOML
Raw Normal View History

2024-02-21 14:59:14 +01:00
#:schema https://raw.githubusercontent.com/YunoHost/apps/master/schemas/manifest.v2.schema.json
packaging_format = 2
id = "duniter"
name = "Duniter"
description.en = "Crypto-currency software to operate Ğ1 libre currency"
description.fr = "Logiciel de cryptomonnaie pour faire fonctionner la monnaie libre Ğ1"
2024-06-05 09:06:40 +02:00
version = "1.8.7~ynh2"
2024-02-21 14:59:14 +01:00
maintainers = ["Moul"]
[upstream]
license = "AGPL-3.0-or-later"
website = "https://duniter.org"
code = "https://git.duniter.org/nodes/typescript/duniter"
[integration]
2024-06-05 09:06:40 +02:00
yunohost = ">= 11.2"
2024-02-23 10:24:06 +01:00
architectures = ["amd64"]
2024-02-21 14:59:14 +01:00
multi_instance = false
ldap = "not_relevant"
sso = "not_relevant"
2024-02-23 17:04:28 +01:00
disk = "50M"
ram.build = "150M"
ram.runtime = "200M"
2024-02-21 14:59:14 +01:00
[install]
[install.domain]
type = "domain"
[install.admin]
type = "user"
2024-02-21 18:04:06 +01:00
[install.init_main_permission]
type = "group"
default = "visitors"
2024-02-21 14:59:14 +01:00
[resources]
[resources.sources.main]
amd64.url = "https://git.duniter.org/nodes/typescript/duniter/-/jobs/110607/artifacts/raw/work/bin/duniter-server-v1.8.7-linux-x64.deb"
amd64.sha256 = "a3b3f44b09a76f40d93f761872f9d798ee68bea8cc2eb73fe63c9cc6ad8b6519"
format = "whatever"
2024-02-21 15:12:41 +01:00
extract = false
2024-02-21 14:59:14 +01:00
rename = "duniter-server.deb"
[resources.system_user]
[resources.install_dir]
[resources.data_dir]
[resources.permissions]
main.url = "/"
admin.allowed = "admins"
admin.additional_urls = ["/webmin"]
[resources.ports]
2024-02-23 10:23:10 +01:00
web_admin.default = 8000
2024-02-21 14:59:14 +01:00
local_bma.default = 10901
local_ws2p.default = 20901