mirror of
https://github.com/YunoHost-Apps/yeswiki_ynh.git
synced 2024-09-03 18:05:56 +02:00
12 lines
360 B
TOML
12 lines
360 B
TOML
|
|
||
|
[public_private]
|
||
|
name = "Move to public or private"
|
||
|
command = "/bin/bash scripts/actions/public_private"
|
||
|
accepted_return_codes = [0]
|
||
|
description = "Change the public access of the app."
|
||
|
|
||
|
[public_private.arguments]
|
||
|
[public_private.arguments.is_public]
|
||
|
type = "boolean"
|
||
|
ask = "Is it a public app ?"
|
||
|
default = true
|