mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
[fix] Add configuration for tools_update/upgrade in the actions map
This commit is contained in:
parent
26613198aa
commit
52a3108708
1 changed files with 6 additions and 0 deletions
|
@ -1023,6 +1023,8 @@ tools:
|
|||
update:
|
||||
action_help: YunoHost update
|
||||
api: PUT /update
|
||||
configuration:
|
||||
lock: false
|
||||
arguments:
|
||||
--ignore-apps:
|
||||
help: Ignore apps cache update and changelog
|
||||
|
@ -1035,6 +1037,10 @@ tools:
|
|||
upgrade:
|
||||
action_help: YunoHost upgrade
|
||||
api: PUT /upgrade
|
||||
configuration:
|
||||
authenticate: all
|
||||
authenticator: ldap-anonymous
|
||||
lock: false
|
||||
arguments:
|
||||
--ignore-apps:
|
||||
help: Ignore apps upgrade
|
||||
|
|
Loading…
Add table
Reference in a new issue