mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
Merge branch 'unstable' into regen-conf-enh
This commit is contained in:
commit
0bacf65d9c
2 changed files with 3 additions and 2 deletions
|
@ -516,6 +516,7 @@ app:
|
||||||
initdb:
|
initdb:
|
||||||
action_help: Create database and initialize it with optionnal attached script
|
action_help: Create database and initialize it with optionnal attached script
|
||||||
api: POST /tools/initdb
|
api: POST /tools/initdb
|
||||||
|
deprecated: true
|
||||||
arguments:
|
arguments:
|
||||||
user:
|
user:
|
||||||
help: Name of the DB user
|
help: Name of the DB user
|
||||||
|
@ -962,7 +963,7 @@ service:
|
||||||
api: PUT /services/regenconf
|
api: PUT /services/regenconf
|
||||||
configuration:
|
configuration:
|
||||||
lock: false
|
lock: false
|
||||||
deprecated:
|
deprecated_alias:
|
||||||
- regenconf
|
- regenconf
|
||||||
arguments:
|
arguments:
|
||||||
names:
|
names:
|
||||||
|
|
2
debian/control
vendored
2
debian/control
vendored
|
@ -10,7 +10,7 @@ Homepage: https://yunohost.org/
|
||||||
Package: yunohost
|
Package: yunohost
|
||||||
Architecture: all
|
Architecture: all
|
||||||
Depends: ${python:Depends}, ${misc:Depends}
|
Depends: ${python:Depends}, ${misc:Depends}
|
||||||
, moulinette (>= 2.3.5)
|
, moulinette (>= 2.3.5.1)
|
||||||
, python-psutil, python-requests, python-dnspython
|
, python-psutil, python-requests, python-dnspython
|
||||||
, python-apt, python-miniupnpc
|
, python-apt, python-miniupnpc
|
||||||
, glances
|
, glances
|
||||||
|
|
Loading…
Add table
Reference in a new issue