authelia/internal/server
James Elliott a7e867a699
feat(configuration): replace viper with koanf (#2053)
This commit replaces github.com/spf13/viper with github.com/knadh/koanf. Koanf is very similar library to viper, with less dependencies and several quality of life differences. This also allows most config options to be defined by ENV. Lastly it also enables the use of split configuration files which can be configured by setting the --config flag multiple times.

Co-authored-by: Amir Zarrinkafsh <nightah@me.com>
2021-08-03 19:55:21 +10:00
..
public_html feat: go:embed static assets (#1733) 2021-02-22 10:07:06 +11:00
const.go feat: go:embed static assets (#1733) 2021-02-22 10:07:06 +11:00
error_handler.go [MISC] Add missing CLI suite test (#1607) 2021-01-17 10:23:35 +11:00
options_handler.go fix(handlers): handle xhr requests to /api/verify with 401 (#2189) 2021-07-22 13:52:37 +10:00
server.go feat(configuration): replace viper with koanf (#2053) 2021-08-03 19:55:21 +10:00
template.go feat: go:embed static assets (#1733) 2021-02-22 10:07:06 +11:00