authelia/cmd/authelia-scripts
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
..
authelia-scripts do not hardcode /bin/bash (#1122) 2020-06-18 09:49:13 +02:00
cmd_bootstrap.go feature(oidc): add support for OpenID Connect 2021-05-05 00:15:36 +02:00
cmd_build.go build(deps): update swagger-ui to v3.51.2 (#2222) 2021-08-02 14:55:34 +10:00
cmd_ci.go refactor: cra build path (#2117) 2021-06-25 21:53:20 +10:00
cmd_clean.go [CI] Add godot linter (#958) 2020-05-02 15:06:39 +10:00
cmd_docker.go refactor: cra build path (#2117) 2021-06-25 21:53:20 +10:00
cmd_serve.go [CI] Add godot linter (#958) 2020-05-02 15:06:39 +10:00
cmd_suites.go ci(golangci-lint): replace golint with revive linter (#2078) 2021-06-11 10:30:53 +10:00
cmd_unittest.go [CI] Add Codecov support (#1065) 2020-06-05 10:43:19 +10:00
cmd_xflags.go build: add enhanced information (#2067) 2021-06-18 14:35:43 +10:00
const.go build: add enhanced information (#2067) 2021-06-18 14:35:43 +10:00
docker.go build: add enhanced information (#2067) 2021-06-18 14:35:43 +10:00
helpers.go feat(configuration): replace viper with koanf (#2053) 2021-08-03 19:55:21 +10:00
main.go feat(configuration): replace viper with koanf (#2053) 2021-08-03 19:55:21 +10:00