mirror of
https://github.com/YunoHost-Apps/leed_ynh.git
synced 2024-09-03 19:26:32 +02:00
14 lines
462 B
TOML
14 lines
462 B
TOML
[public_private]
|
|
name = "Move to public or private"
|
|
command = "/bin/bash scripts/actions/public_private"
|
|
# user = "root" # optional
|
|
# cwd = "/" # optional
|
|
# accepted_return_codes = [0, 1, 2, 3] # optional
|
|
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
|