forked from beudbeud/radicale_ynh
-
Notifications
You must be signed in to change notification settings - Fork 6
/
actions.json
55 lines (55 loc) · 1.69 KB
/
actions.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
[{
"id": "add_remove_infcloud",
"name": "Install/remove InfCloud",
"command": "/bin/bash scripts/actions/add_remove_infcloud",
"user": "root",
"accepted_return_codes": [0],
"description": {
"en": "Install or remove InfCloud.",
"fr": "Installe ou supprime InfCloud."
}
},
{
"id": "reset_default_infcloud",
"name": "Reset the InfCloud config file and restore a default one.",
"command": "/bin/bash scripts/actions/reset_default_config \"infcloud\"",
"user": "root",
"accepted_return_codes": [0],
"description": {
"en": "Reset the InfCloud config file config.js.",
"fr": "Réinitialise le fichier de configuration InfCloud config.js."
}
},
{
"id": "reset_default_config",
"name": "Reset the config file and restore a default one.",
"command": "/bin/bash scripts/actions/reset_default_config \"config\"",
"user": "root",
"accepted_return_codes": [0],
"description": {
"en": "Reset the config file config.",
"fr": "Réinitialise le fichier de configuration config."
}
},
{
"id": "reset_default_logging",
"name": "Reset the logging file and restore a default one.",
"command": "/bin/bash scripts/actions/reset_default_config \"logging\"",
"user": "root",
"accepted_return_codes": [0],
"description": {
"en": "Reset the config file logging.",
"fr": "Réinitialise le fichier de configuration logging."
}
},
{
"id": "reset_default_rights",
"name": "Reset the rights file and restore a default one.",
"command": "/bin/bash scripts/actions/reset_default_config \"rights\"",
"user": "root",
"accepted_return_codes": [0],
"description": {
"en": "Reset the config file rights.",
"fr": "Réinitialise le fichier de configuration rights."
}
}]