mirror of
https://github.com/YunoHost-Apps/etherpad_mypads_ynh.git
synced 2024-09-03 18:36:09 +02:00
35 lines
1.2 KiB
TOML
35 lines
1.2 KiB
TOML
[add_remove_abiword]
|
|
name = "Install/remove AbiWord"
|
|
command = "/bin/bash scripts/actions/add_remove_abiword"
|
|
# user = "root" # optional
|
|
# cwd = "/" # optional
|
|
# accepted_return_codes = [0, 1, 2, 3] # optional
|
|
accepted_return_codes = [0]
|
|
description = "Install or remove AbiWord"
|
|
|
|
[add_remove_libreoffice]
|
|
name = "Install/remove LibreOffice"
|
|
command = "/bin/bash scripts/actions/add_remove_libreoffice"
|
|
# user = "root" # optional
|
|
# cwd = "/" # optional
|
|
# accepted_return_codes = [0, 1, 2, 3] # optional
|
|
accepted_return_codes = [0]
|
|
description = "Install or remove LibreOffice"
|
|
|
|
[list_all_pads]
|
|
name = "List all existing pads"
|
|
command = "/bin/bash scripts/actions/list_all_pads"
|
|
# user = "root" # optional
|
|
# cwd = "/" # optional
|
|
# accepted_return_codes = [0, 1, 2, 3] # optional
|
|
accepted_return_codes = [0]
|
|
description = "List all existing pads."
|
|
|
|
[reset_default_config]
|
|
name = "Reset the config file and restore a default one."
|
|
command = "/bin/bash scripts/actions/reset_default_config \"settings.json\""
|
|
# user = "root" # optional
|
|
# cwd = "/" # optional
|
|
# accepted_return_codes = [0, 1, 2, 3] # optional
|
|
accepted_return_codes = [0]
|
|
description = "Reset the config file settings.json."
|