GoDoxy/internal
Yuzerion fb0dc7dea0
Feat/OIDC middleware (#50)
* implement OIDC middleware

* auth code cleanup

* allow override allowed_user in middleware, fix typos

* fix tests and callbackURL

* update next release docs

* fix OIDC middleware not working with Authentik

* feat: add groups support for OIDC claims (#41)

Allow users to specify allowed groups in the env and use it to inspect the claims.

This performs a logical AND of users and groups (additive).

* merge feat/oidc-middleware (#49)

* api: enrich provider statistifcs

* fix: docker monitor now uses container status

* Feat/auto schemas (#48)

* use auto generated schemas

* go version bump and dependencies upgrade

* clarify some error messages

---------

Co-authored-by: yusing <yusing@6uo.me>

* cleanup some loadbalancer code

* api: cleanup websocket code

* api: add /v1/health/ws for health bubbles on dashboard

* feat: experimental memory logger and logs api for WebUI

---------

Co-authored-by: yusing <yusing@6uo.me>

---------

Co-authored-by: yusing <yusing@6uo.me>
Co-authored-by: Peter Olds <peter@olds.co>
2025-01-19 13:48:52 +08:00
..
api Feat/OIDC middleware (#50) 2025-01-19 13:48:52 +08:00
autocert fix incorrect reload behaviors, further organize code 2025-01-09 04:26:00 +08:00
common Feat/OIDC middleware (#50) 2025-01-19 13:48:52 +08:00
config api: add /v1/health/ws for health bubbles on dashboard 2025-01-19 04:34:20 +08:00
docker api: add /v1/health/ws for health bubbles on dashboard 2025-01-19 04:34:20 +08:00
entrypoint Feat/OIDC middleware (#50) 2025-01-19 13:48:52 +08:00
error fix incorrect reload behaviors, further organize code 2025-01-09 04:26:00 +08:00
homepage updated ls-icon and icon fetching mechanism 2025-01-13 02:21:52 +08:00
logging feat: experimental memory logger and logs api for WebUI 2025-01-19 13:45:16 +08:00
metrics fix prometheus metrics gone after route changes 2024-12-18 00:54:04 +08:00
net Feat/OIDC middleware (#50) 2025-01-19 13:48:52 +08:00
notif small refactor 2025-01-09 14:09:48 +08:00
route api: add /v1/health/ws for health bubbles on dashboard 2025-01-19 04:34:20 +08:00
task fix panic close on closed channel 2025-01-03 18:55:38 +08:00
utils Feat/OIDC middleware (#50) 2025-01-19 13:48:52 +08:00
watcher api: add /v1/health/ws for health bubbles on dashboard 2025-01-19 04:34:20 +08:00
list-icons.go updated ls-icon and icon fetching mechanism 2025-01-13 02:21:52 +08:00
setup.go remove unnecessary encapsulation, setup branch updated to v0.8 2024-12-18 00:33:48 +08:00