mirror of
https://github.com/YunoHost-Apps/linuxdash_ynh.git
synced 2024-09-03 19:36:07 +02:00
Update manifest.toml
This commit is contained in:
parent
38f9af7462
commit
5d093096a3
1 changed files with 4 additions and 3 deletions
|
@ -5,19 +5,18 @@ name = "Linux-Dash"
|
||||||
description.en = "Monitoring web dashboard for GNU/linux machine"
|
description.en = "Monitoring web dashboard for GNU/linux machine"
|
||||||
description.fr = "Tableau de bord léger pour le monitoring d’un serveur GNU/linux"
|
description.fr = "Tableau de bord léger pour le monitoring d’un serveur GNU/linux"
|
||||||
|
|
||||||
version = "2.0~ynh3"
|
version = "2.0~ynh4"
|
||||||
|
|
||||||
maintainers = ["Moul"]
|
maintainers = ["Moul"]
|
||||||
|
|
||||||
[upstream]
|
[upstream]
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
website = "https://github.com/afaqurk/linux-dash"
|
|
||||||
demo = "https://afaqurk.github.io/linux-dash/"
|
demo = "https://afaqurk.github.io/linux-dash/"
|
||||||
admindoc = "https://github.com/afaqurk/linux-dash/wiki"
|
admindoc = "https://github.com/afaqurk/linux-dash/wiki"
|
||||||
code = "https://github.com/afaqurk/linux-dash"
|
code = "https://github.com/afaqurk/linux-dash"
|
||||||
|
|
||||||
[integration]
|
[integration]
|
||||||
yunohost = ">= 11.1.19"
|
yunohost = ">= 11.1.20"
|
||||||
architectures = "all"
|
architectures = "all"
|
||||||
multi_instance = true
|
multi_instance = true
|
||||||
ldap = false
|
ldap = false
|
||||||
|
@ -41,6 +40,8 @@ ram.runtime = "50M"
|
||||||
[resources.sources.main]
|
[resources.sources.main]
|
||||||
url = "https://github.com/tariqbuilds/linux-dash/archive/186a802ea76e8bfcab7e8e7ebc533b74f80306fc.tar.gz"
|
url = "https://github.com/tariqbuilds/linux-dash/archive/186a802ea76e8bfcab7e8e7ebc533b74f80306fc.tar.gz"
|
||||||
sha256 = "506ae346f69b2002d4e3494d6aaa92104dbc8e50c8740acb2c49bc592a5939ce"
|
sha256 = "506ae346f69b2002d4e3494d6aaa92104dbc8e50c8740acb2c49bc592a5939ce"
|
||||||
|
autoupdate.upstream = "https://github.com/tariqbuilds/linux-dash"
|
||||||
|
autoupdate.strategy = "latest_github_commit"
|
||||||
|
|
||||||
[resources.ports]
|
[resources.ports]
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue