mirror of
https://github.com/YunoHost-Apps/grafana_ynh.git
synced 2024-09-03 20:36:29 +02:00
Listening port on manifest
This commit is contained in:
parent
00cd8d427f
commit
fe57c119ca
1 changed files with 9 additions and 0 deletions
|
@ -43,6 +43,15 @@
|
||||||
"example": "/grafana",
|
"example": "/grafana",
|
||||||
"default": "/grafana"
|
"default": "/grafana"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "port",
|
||||||
|
"ask": {
|
||||||
|
"en": "Choose a port for your server. Let as default if you don't want to change it",
|
||||||
|
"fr": "Entrez un port pour votre serveur. Laissez par défaut si vous ne voulez pas en changer"
|
||||||
|
},
|
||||||
|
"example": "3000",
|
||||||
|
"default": "3000"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "admin",
|
"name": "admin",
|
||||||
"type": "user",
|
"type": "user",
|
||||||
|
|
Loading…
Add table
Reference in a new issue