1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/icecoder_ynh.git synced 2024-09-03 19:26:10 +02:00

Update manifest.json

This commit is contained in:
Stylix58 2021-03-29 19:08:48 +02:00 committed by GitHub
parent 749d49080c
commit b68aaa0939
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -30,16 +30,12 @@
"example": "example.com" "example": "example.com"
}, },
{ {
"name": "path", "name": "app_id",
"type": "path", "type": "app",
"example": "/example", "ask": {
"default": "/example" "en": "Choose a webapp",
}, "fr": "Choisissez une webapp"
{ }
"name": "internal_path",
"type": "path",
"example": "/var/www/my_webapp/www",
"default": "/var/www/my_webapp/www"
} }
] ]
} }