mirror of
https://github.com/yusing/godoxy.git
synced 2026-04-17 14:09:44 +02:00
fix serialization, added benchmark tests, updated next release docs
This commit is contained in:
@@ -5,6 +5,7 @@ GoDoxy v0.9.0 expected changes
|
||||
- Edit dashboard app config (e.g. icon, name, category, etc.)
|
||||
- Toggle show / hide apps
|
||||
- Health bubbles, latency, etc. rich info on dashboard items
|
||||
- UI config editor
|
||||

|
||||

|
||||

|
||||
@@ -99,14 +100,19 @@ GoDoxy v0.9.0 expected changes
|
||||
- `GODOXY_OIDC_REDIRECT_URL`
|
||||
- `GODOXY_OIDC_SCOPES` _(optional)_
|
||||
- `GODOXY_OIDC_ALLOWED_USERS`
|
||||
- `GODOXY_OIDC_ALLOWED_GROUPS` _(optional)_
|
||||
|
||||
- Use OpenID Connect to authenticate GoDoxy's WebUI and all your services (SSO)
|
||||
|
||||
```yaml
|
||||
# default
|
||||
# default
|
||||
proxy.app.middlewares.oidc:
|
||||
|
||||
# override allowed users
|
||||
proxy.app.middlewares.oidc.allowed_users: user1, user2
|
||||
|
||||
# override allowed groups
|
||||
proxy.app.middlewares.oidc.allowed_groups: group1, group2
|
||||
```
|
||||
|
||||
- Caddyfile like rules
|
||||
|
||||
Reference in New Issue
Block a user