mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
Merge pull request #347 from YunoHost/enh-simpler-lock-system
[enh] Simpler lock system
This commit is contained in:
commit
b77d58a671
1 changed files with 0 additions and 25 deletions
|
@ -50,7 +50,6 @@ _global:
|
|||
uri: ldap://localhost:389
|
||||
base_dn: dc=yunohost,dc=org
|
||||
argument_auth: true
|
||||
lock: true
|
||||
arguments:
|
||||
-v:
|
||||
full: --version
|
||||
|
@ -248,7 +247,6 @@ domain:
|
|||
action_help: Create a custom domain
|
||||
api: POST /domains
|
||||
configuration:
|
||||
lock: false
|
||||
authenticate: all
|
||||
arguments:
|
||||
domain:
|
||||
|
@ -267,7 +265,6 @@ domain:
|
|||
action_help: Delete domains
|
||||
api: DELETE /domains/<domain>
|
||||
configuration:
|
||||
lock: false
|
||||
authenticate: all
|
||||
arguments:
|
||||
domain:
|
||||
|
@ -280,7 +277,6 @@ domain:
|
|||
action_help: Generate DNS configuration for a domain
|
||||
api: GET /domains/<domain>/dns
|
||||
configuration:
|
||||
lock: false
|
||||
authenticate:
|
||||
- api
|
||||
arguments:
|
||||
|
@ -487,7 +483,6 @@ app:
|
|||
configuration:
|
||||
authenticate: all
|
||||
authenticator: ldap-anonymous
|
||||
lock: false
|
||||
arguments:
|
||||
app:
|
||||
help: Name, local path or git URL of the app to install
|
||||
|
@ -509,7 +504,6 @@ app:
|
|||
configuration:
|
||||
authenticate: all
|
||||
authenticator: ldap-anonymous
|
||||
lock: false
|
||||
arguments:
|
||||
app:
|
||||
help: App(s) to delete
|
||||
|
@ -521,7 +515,6 @@ app:
|
|||
configuration:
|
||||
authenticate: all
|
||||
authenticator: ldap-anonymous
|
||||
lock: false
|
||||
arguments:
|
||||
app:
|
||||
help: App(s) to upgrade (default all)
|
||||
|
@ -540,7 +533,6 @@ app:
|
|||
configuration:
|
||||
authenticate: all
|
||||
authenticator: ldap-anonymous
|
||||
lock: false
|
||||
arguments:
|
||||
app:
|
||||
help: Target app instance name
|
||||
|
@ -717,8 +709,6 @@ backup:
|
|||
create:
|
||||
action_help: Create a backup local archive
|
||||
api: POST /backup
|
||||
configuration:
|
||||
lock: false
|
||||
arguments:
|
||||
-n:
|
||||
full: --name
|
||||
|
@ -767,7 +757,6 @@ backup:
|
|||
configuration:
|
||||
authenticate: all
|
||||
authenticator: ldap-anonymous
|
||||
lock: false
|
||||
arguments:
|
||||
name:
|
||||
help: Name of the local backup archive
|
||||
|
@ -797,8 +786,6 @@ backup:
|
|||
list:
|
||||
action_help: List available local backup archives
|
||||
api: GET /backup/archives
|
||||
configuration:
|
||||
lock: false
|
||||
arguments:
|
||||
-i:
|
||||
full: --with-info
|
||||
|
@ -813,8 +800,6 @@ backup:
|
|||
info:
|
||||
action_help: Show info about a local backup archive
|
||||
api: GET /backup/archives/<name>
|
||||
configuration:
|
||||
lock: false
|
||||
arguments:
|
||||
name:
|
||||
help: Name of the local backup archive
|
||||
|
@ -831,8 +816,6 @@ backup:
|
|||
delete:
|
||||
action_help: Delete a backup archive
|
||||
api: DELETE /backup/archives/<name>
|
||||
configuration:
|
||||
lock: false
|
||||
arguments:
|
||||
name:
|
||||
help: Name of the archive to delete
|
||||
|
@ -1133,8 +1116,6 @@ service:
|
|||
regen-conf:
|
||||
action_help: Regenerate the configuration file(s) for a service
|
||||
api: PUT /services/regenconf
|
||||
configuration:
|
||||
lock: false
|
||||
deprecated_alias:
|
||||
- regenconf
|
||||
arguments:
|
||||
|
@ -1379,7 +1360,6 @@ tools:
|
|||
- PUT /domains/main
|
||||
configuration:
|
||||
authenticate: all
|
||||
lock: false
|
||||
arguments:
|
||||
-n:
|
||||
full: --new-domain
|
||||
|
@ -1393,7 +1373,6 @@ tools:
|
|||
api: POST /postinstall
|
||||
configuration:
|
||||
authenticate: false
|
||||
lock: false
|
||||
arguments:
|
||||
-d:
|
||||
full: --domain
|
||||
|
@ -1417,8 +1396,6 @@ tools:
|
|||
update:
|
||||
action_help: YunoHost update
|
||||
api: PUT /update
|
||||
configuration:
|
||||
lock: false
|
||||
arguments:
|
||||
--ignore-apps:
|
||||
help: Ignore apps cache update and changelog
|
||||
|
@ -1434,7 +1411,6 @@ tools:
|
|||
configuration:
|
||||
authenticate: all
|
||||
authenticator: ldap-anonymous
|
||||
lock: false
|
||||
arguments:
|
||||
--ignore-apps:
|
||||
help: Ignore apps upgrade
|
||||
|
@ -1450,7 +1426,6 @@ tools:
|
|||
configuration:
|
||||
authenticate: all
|
||||
authenticator: ldap-anonymous
|
||||
lock: false
|
||||
arguments:
|
||||
-p:
|
||||
full: --private
|
||||
|
|
Loading…
Add table
Reference in a new issue