mirror of
https://github.com/falk-werner/webfused
synced 2026-03-02 04:09:19 +00:00
allow specification of multiple authenticators
This commit is contained in:
@@ -17,13 +17,15 @@ server:
|
||||
}
|
||||
|
||||
authentication:
|
||||
{
|
||||
provider = "file"
|
||||
settings:
|
||||
(
|
||||
{
|
||||
file = "/etc/webfused/passwd"
|
||||
provider = "file"
|
||||
settings:
|
||||
{
|
||||
file = "/etc/webfused/passwd"
|
||||
}
|
||||
}
|
||||
}
|
||||
)
|
||||
|
||||
filesystems:
|
||||
(
|
||||
|
||||
Reference in New Issue
Block a user