mirror of
https://github.com/YunoHost-Apps/uptime-kuma_ynh.git
synced 2024-10-01 13:34:58 +02:00
update manifesto
This commit is contained in:
parent
b21f6afd93
commit
7139071512
1 changed files with 10 additions and 10 deletions
|
@ -3,18 +3,18 @@
|
|||
"id": "uptime-kuma",
|
||||
"packaging_format": 1,
|
||||
"description": {
|
||||
"en": "Explain in *a few (10~15) words* the purpose of the app or what it actually does (it is meant to give a rough idea to users browsing a catalog of 100+ apps)",
|
||||
"fr": "Expliquez en *quelques* (10~15) mots l'utilité de l'app ou ce qu'elle fait (l'objectif est de donner une idée grossière pour des utilisateurs qui naviguent dans un catalogue de 100+ apps)"
|
||||
"en": " A fancy self-hosted monitoring tool",
|
||||
"fr": "Un joli outil pour vérifier si des sites sont en ligne (monitoring)"
|
||||
},
|
||||
"version": "1.0~ynh1",
|
||||
"url": "https://example.com",
|
||||
"url": "https://github.com/louislam/uptime-kuma/",
|
||||
"upstream": {
|
||||
"license": "free",
|
||||
"website": "https://example.com",
|
||||
"demo": "https://demo.example.com",
|
||||
"admindoc": "https://yunohost.org/packaging_apps",
|
||||
"userdoc": "https://yunohost.org/apps",
|
||||
"code": "https://some.forge.com/example/example"
|
||||
"website": "https://github.com/louislam/uptime-kuma/",
|
||||
"demo": "https://demo.uptime.kuma.pet",
|
||||
"admindoc": "https://github.com/louislam/uptime-kuma/wiki",
|
||||
"userdoc": "https://github.com/louislam/uptime-kuma/wiki",
|
||||
"code": "https://github.com/louislam/uptime-kuma/"
|
||||
},
|
||||
"license": "free",
|
||||
"maintainer": {
|
||||
|
@ -37,8 +37,8 @@
|
|||
{
|
||||
"name": "path",
|
||||
"type": "path",
|
||||
"example": "/example",
|
||||
"default": "/example"
|
||||
"example": "/uptime-kuma",
|
||||
"default": "/uptime-kuma"
|
||||
},
|
||||
{
|
||||
"name": "admin",
|
||||
|
|
Loading…
Reference in a new issue