mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
We need to be able to run postinstall without authenticating ... otherwise we can't run the postinstall from the webadmin
This commit is contained in:
parent
fe3ecd7a7d
commit
d516cf8ed2
1 changed files with 3 additions and 0 deletions
|
@ -1585,6 +1585,9 @@ tools:
|
||||||
postinstall:
|
postinstall:
|
||||||
action_help: YunoHost post-install
|
action_help: YunoHost post-install
|
||||||
api: POST /postinstall
|
api: POST /postinstall
|
||||||
|
configuration:
|
||||||
|
# We need to be able to run the postinstall without being authenticated, otherwise we can't run the postinstall
|
||||||
|
authenticate: false
|
||||||
arguments:
|
arguments:
|
||||||
-d:
|
-d:
|
||||||
full: --domain
|
full: --domain
|
||||||
|
|
Loading…
Add table
Reference in a new issue