mirror of
https://github.com/h44z/wg-portal
synced 2025-06-26 18:16:21 +00:00
Before this change, the example config in some places had `admin_value_regex` and `admin_group_regex` as list items under `admin_mapping`, which caused the following error: ``` panic: failed to load config from yaml: yaml error: yaml: unmarshal errors: line 45: cannot unmarshal !!seq into config.OauthAdminMapping ``` Removing the list and making them normal YML items prevents this error, as `admin_mapping` does not expect a list. This also fits my understanding of the [config implementation]( |
||
---|---|---|
.. | ||
assets/images | ||
documentation | ||
stylesheets | ||
theme-overrides | ||
CNAME | ||
index.md |