mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
Remove old 'lock' configuration
This commit is contained in:
parent
02ea0c0656
commit
0a8362c764
1 changed files with 0 additions and 25 deletions
|
@ -50,7 +50,6 @@ _global:
|
||||||
uri: ldap://localhost:389
|
uri: ldap://localhost:389
|
||||||
base_dn: dc=yunohost,dc=org
|
base_dn: dc=yunohost,dc=org
|
||||||
argument_auth: true
|
argument_auth: true
|
||||||
lock: true
|
|
||||||
arguments:
|
arguments:
|
||||||
-v:
|
-v:
|
||||||
full: --version
|
full: --version
|
||||||
|
@ -259,7 +258,6 @@ domain:
|
||||||
action_help: Create a custom domain
|
action_help: Create a custom domain
|
||||||
api: POST /domains
|
api: POST /domains
|
||||||
configuration:
|
configuration:
|
||||||
lock: false
|
|
||||||
authenticate: all
|
authenticate: all
|
||||||
arguments:
|
arguments:
|
||||||
domain:
|
domain:
|
||||||
|
@ -278,7 +276,6 @@ domain:
|
||||||
action_help: Delete domains
|
action_help: Delete domains
|
||||||
api: DELETE /domains/<domain>
|
api: DELETE /domains/<domain>
|
||||||
configuration:
|
configuration:
|
||||||
lock: false
|
|
||||||
authenticate: all
|
authenticate: all
|
||||||
arguments:
|
arguments:
|
||||||
domain:
|
domain:
|
||||||
|
@ -291,7 +288,6 @@ domain:
|
||||||
action_help: Generate DNS configuration for a domain
|
action_help: Generate DNS configuration for a domain
|
||||||
api: GET /domains/<domain>/dns
|
api: GET /domains/<domain>/dns
|
||||||
configuration:
|
configuration:
|
||||||
lock: false
|
|
||||||
authenticate:
|
authenticate:
|
||||||
- api
|
- api
|
||||||
arguments:
|
arguments:
|
||||||
|
@ -498,7 +494,6 @@ app:
|
||||||
configuration:
|
configuration:
|
||||||
authenticate: all
|
authenticate: all
|
||||||
authenticator: ldap-anonymous
|
authenticator: ldap-anonymous
|
||||||
lock: false
|
|
||||||
arguments:
|
arguments:
|
||||||
app:
|
app:
|
||||||
help: Name, local path or git URL of the app to install
|
help: Name, local path or git URL of the app to install
|
||||||
|
@ -520,7 +515,6 @@ app:
|
||||||
configuration:
|
configuration:
|
||||||
authenticate: all
|
authenticate: all
|
||||||
authenticator: ldap-anonymous
|
authenticator: ldap-anonymous
|
||||||
lock: false
|
|
||||||
arguments:
|
arguments:
|
||||||
app:
|
app:
|
||||||
help: App(s) to delete
|
help: App(s) to delete
|
||||||
|
@ -532,7 +526,6 @@ app:
|
||||||
configuration:
|
configuration:
|
||||||
authenticate: all
|
authenticate: all
|
||||||
authenticator: ldap-anonymous
|
authenticator: ldap-anonymous
|
||||||
lock: false
|
|
||||||
arguments:
|
arguments:
|
||||||
app:
|
app:
|
||||||
help: App(s) to upgrade (default all)
|
help: App(s) to upgrade (default all)
|
||||||
|
@ -551,7 +544,6 @@ app:
|
||||||
configuration:
|
configuration:
|
||||||
authenticate: all
|
authenticate: all
|
||||||
authenticator: ldap-anonymous
|
authenticator: ldap-anonymous
|
||||||
lock: false
|
|
||||||
arguments:
|
arguments:
|
||||||
app:
|
app:
|
||||||
help: Target app instance name
|
help: Target app instance name
|
||||||
|
@ -728,8 +720,6 @@ backup:
|
||||||
create:
|
create:
|
||||||
action_help: Create a backup local archive
|
action_help: Create a backup local archive
|
||||||
api: POST /backup
|
api: POST /backup
|
||||||
configuration:
|
|
||||||
lock: false
|
|
||||||
arguments:
|
arguments:
|
||||||
-n:
|
-n:
|
||||||
full: --name
|
full: --name
|
||||||
|
@ -778,7 +768,6 @@ backup:
|
||||||
configuration:
|
configuration:
|
||||||
authenticate: all
|
authenticate: all
|
||||||
authenticator: ldap-anonymous
|
authenticator: ldap-anonymous
|
||||||
lock: false
|
|
||||||
arguments:
|
arguments:
|
||||||
name:
|
name:
|
||||||
help: Name of the local backup archive
|
help: Name of the local backup archive
|
||||||
|
@ -808,8 +797,6 @@ backup:
|
||||||
list:
|
list:
|
||||||
action_help: List available local backup archives
|
action_help: List available local backup archives
|
||||||
api: GET /backup/archives
|
api: GET /backup/archives
|
||||||
configuration:
|
|
||||||
lock: false
|
|
||||||
arguments:
|
arguments:
|
||||||
-i:
|
-i:
|
||||||
full: --with-info
|
full: --with-info
|
||||||
|
@ -824,8 +811,6 @@ backup:
|
||||||
info:
|
info:
|
||||||
action_help: Show info about a local backup archive
|
action_help: Show info about a local backup archive
|
||||||
api: GET /backup/archives/<name>
|
api: GET /backup/archives/<name>
|
||||||
configuration:
|
|
||||||
lock: false
|
|
||||||
arguments:
|
arguments:
|
||||||
name:
|
name:
|
||||||
help: Name of the local backup archive
|
help: Name of the local backup archive
|
||||||
|
@ -842,8 +827,6 @@ backup:
|
||||||
delete:
|
delete:
|
||||||
action_help: Delete a backup archive
|
action_help: Delete a backup archive
|
||||||
api: DELETE /backup/archives/<name>
|
api: DELETE /backup/archives/<name>
|
||||||
configuration:
|
|
||||||
lock: false
|
|
||||||
arguments:
|
arguments:
|
||||||
name:
|
name:
|
||||||
help: Name of the archive to delete
|
help: Name of the archive to delete
|
||||||
|
@ -1144,8 +1127,6 @@ service:
|
||||||
regen-conf:
|
regen-conf:
|
||||||
action_help: Regenerate the configuration file(s) for a service
|
action_help: Regenerate the configuration file(s) for a service
|
||||||
api: PUT /services/regenconf
|
api: PUT /services/regenconf
|
||||||
configuration:
|
|
||||||
lock: false
|
|
||||||
deprecated_alias:
|
deprecated_alias:
|
||||||
- regenconf
|
- regenconf
|
||||||
arguments:
|
arguments:
|
||||||
|
@ -1390,7 +1371,6 @@ tools:
|
||||||
- PUT /domains/main
|
- PUT /domains/main
|
||||||
configuration:
|
configuration:
|
||||||
authenticate: all
|
authenticate: all
|
||||||
lock: false
|
|
||||||
arguments:
|
arguments:
|
||||||
-n:
|
-n:
|
||||||
full: --new-domain
|
full: --new-domain
|
||||||
|
@ -1404,7 +1384,6 @@ tools:
|
||||||
api: POST /postinstall
|
api: POST /postinstall
|
||||||
configuration:
|
configuration:
|
||||||
authenticate: false
|
authenticate: false
|
||||||
lock: false
|
|
||||||
arguments:
|
arguments:
|
||||||
-d:
|
-d:
|
||||||
full: --domain
|
full: --domain
|
||||||
|
@ -1428,8 +1407,6 @@ tools:
|
||||||
update:
|
update:
|
||||||
action_help: YunoHost update
|
action_help: YunoHost update
|
||||||
api: PUT /update
|
api: PUT /update
|
||||||
configuration:
|
|
||||||
lock: false
|
|
||||||
arguments:
|
arguments:
|
||||||
--ignore-apps:
|
--ignore-apps:
|
||||||
help: Ignore apps cache update and changelog
|
help: Ignore apps cache update and changelog
|
||||||
|
@ -1445,7 +1422,6 @@ tools:
|
||||||
configuration:
|
configuration:
|
||||||
authenticate: all
|
authenticate: all
|
||||||
authenticator: ldap-anonymous
|
authenticator: ldap-anonymous
|
||||||
lock: false
|
|
||||||
arguments:
|
arguments:
|
||||||
--ignore-apps:
|
--ignore-apps:
|
||||||
help: Ignore apps upgrade
|
help: Ignore apps upgrade
|
||||||
|
@ -1461,7 +1437,6 @@ tools:
|
||||||
configuration:
|
configuration:
|
||||||
authenticate: all
|
authenticate: all
|
||||||
authenticator: ldap-anonymous
|
authenticator: ldap-anonymous
|
||||||
lock: false
|
|
||||||
arguments:
|
arguments:
|
||||||
-p:
|
-p:
|
||||||
full: --private
|
full: --private
|
||||||
|
|
Loading…
Add table
Reference in a new issue