1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/linuxdash_ynh.git synced 2024-09-03 19:36:07 +02:00
linuxdash_ynh/manifest.toml

56 lines
1.2 KiB
TOML
Raw Normal View History

2023-06-11 18:30:58 +02:00
packaging_format = 2
id = "linuxdash"
name = "Linux-Dash"
2023-06-11 18:39:46 +02:00
description.en = "Monitoring web dashboard for GNU/linux machine"
description.fr = "Tableau de bord léger pour le monitoring dun serveur GNU/linux"
2023-06-11 18:30:58 +02:00
version = "2.0~ynh3"
maintainers = ["Moul"]
[upstream]
license = "MIT"
website = "https://github.com/afaqurk/linux-dash"
demo = "https://afaqurk.github.io/linux-dash/"
admindoc = "https://github.com/afaqurk/linux-dash/wiki"
code = "https://github.com/afaqurk/linux-dash"
[integration]
2023-06-11 18:39:46 +02:00
yunohost = ">= 11.1.19"
architectures = "all"
2023-06-11 18:30:58 +02:00
multi_instance = true
2023-06-11 18:39:46 +02:00
ldap = false
sso = false
disk = "50M"
ram.build = "50M"
ram.runtime = "50M"
2023-06-11 18:30:58 +02:00
[install]
[install.domain]
type = "domain"
[install.path]
type = "path"
default = "/dash"
[install.admin]
type = "user"
[resources]
[resources.sources.main]
2023-06-11 18:39:46 +02:00
url = "https://github.com/tariqbuilds/linux-dash/archive/186a802ea76e8bfcab7e8e7ebc533b74f80306fc.tar.gz"
2023-06-11 18:30:58 +02:00
sha256 = "506ae346f69b2002d4e3494d6aaa92104dbc8e50c8740acb2c49bc592a5939ce"
2023-06-11 18:39:46 +02:00
[resources.ports]
2023-06-11 18:30:58 +02:00
[resources.system_user]
[resources.install_dir]
[resources.permissions]
main.url = "/"
2023-06-11 18:39:46 +02:00
[resources.apt]
packages = "supervisor"