1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/yunorunner_ynh.git synced 2024-09-03 20:36:13 +02:00

Fix manifest

This commit is contained in:
tituspijean 2023-04-07 00:18:21 +02:00
parent 33ef3ea873
commit 6bceb7bb0e
No known key found for this signature in database
GPG key ID: EF3B0D7CC0A94720

View file

@ -41,7 +41,7 @@
{
"name": "",
"type": "select",
"choices": ["auto", "manual"]
"choices": ["auto", "manual"],
"default": "manual"
"ask": {
"en": "Should the jobs be automatically run from the apps list?"
@ -50,7 +50,7 @@
{
"name": "cluster",
"type": "select",
"choices": ["cluster", "no"]
"choices": ["cluster", "no"],
"default": "no"
"ask": {
"en": "Should an LXD cluster be created with this server as first node?"