mirror of
https://github.com/arcan1s/ahriman.git
synced 2025-12-18 21:23:42 +00:00
add settings object for auth provider
This commit is contained in:
@ -22,9 +22,9 @@ libalpm and AUR related configuration.
|
||||
|
||||
Base authorization settings.
|
||||
|
||||
* `target` - specifies authorization provider, string, optional, default `disabled`. Allowed values are `disabled`, `configuration`.
|
||||
* `allowed_paths` - URI paths (exact match) which can be accessed without authorization, space separated list of strings, optional.
|
||||
* `allowed_paths_groups` - URI paths prefixes which can be accessed without authorization, space separated list of strings, optional.
|
||||
* `enabled` - enables web services authorization, boolean, optional, default `no`.
|
||||
* `salt` - password hash salt, string, required in case if authorization enabled (automatically generated by `create-user` subcommand).
|
||||
|
||||
## `auth:*` groups
|
||||
|
||||
Reference in New Issue
Block a user