"fr":"Choisissez un nom de domaine pour Firefly III"
},
"example":"example.com"
},
{
"name":"path",
"type":"path",
"ask":{
"en":"Choose a path for Firefly III",
"fr":"Choisissez un chemin pour Firefly III"
},
"example":"/example",
"default":"/firefly"
},
{
"name":"admin",
"type":"user",
"ask":{
"en":"Choose an admin user (should be a YunoHost registered user)",
"fr":"Choisissez l’administrateur (should be a YunoHost registered user)"
},
"example":"johndoe"
},
{
"name":"is_public",
"type":"boolean",
"ask":{
"en":"Is it a public application?",
"fr":"Est-ce une application publique ?"
},
"default":true
},
{
"name":"update",
"type":"boolean",
"ask":{
"en":"Making this option to true will give you an option to force upgrade to new version without the package being updated to that version. WARNING: This can be risky and break your app if specific version have additional steps than noraml upgrade. Keep the option false, if you are not sure."