Commit graph

  • c668f11c0f fix schema for ntfy yusing 2025-02-01 13:06:26 +08:00
  • c16a0444ca fix main.go and update next release doc yusing 2025-02-01 12:51:52 +08:00
  • 0d518166ee api: move prometheus handler inside api handler /v1/metrics yusing 2025-02-01 02:09:43 +08:00
  • 49fb716135 fix notification fields order yusing 2025-02-01 01:42:49 +08:00
  • c00395196f implement ntfy notification yusing 2025-01-31 15:49:02 +08:00
  • 6ae391a3c9 make POST and JSON as notification defaults yusing 2025-01-31 14:56:55 +08:00
  • b3290e2665 run as non root and non host network mode feat/non-root-non-host-mode yusing 2025-01-31 06:32:09 +08:00
  • 357897a0cd remove schema stuff from code yusing 2025-01-31 05:21:32 +08:00
  • 10a0a8fe09 update readme yusing 2025-01-31 03:33:20 +08:00
  • 98443be80c fix OIDC not working when ISSUE_URL points to GoDoxy itself 0.9 yusing 2025-01-30 10:39:26 +08:00
  • bf7f6e99c5 updated next release docs yusing 2025-01-30 10:34:47 +08:00
  • b6e468e54e remove schema from dockerfile and code, dependencies upgrade yusing 2025-01-30 00:43:25 +08:00
  • dfc634a362 http: increase default response header timeout to 60s, add option to customize it, schema update yusing 2025-01-30 00:41:03 +08:00
  • d9b6b82f07 api: response error in json instead of html for better rendering flexibility yusing 2025-01-29 11:50:08 +08:00
  • 4ad6257dab fix deserialization yusing 2025-01-29 11:49:28 +08:00
  • e3e3f1dfdc fixed some tests yusing 2025-01-29 09:40:37 +08:00
  • 60f83bb7bf rules: remove the requirement of "path must start with /" yusing 2025-01-29 08:57:42 +08:00
  • 127a3575e5
    Create devcontainer.json David-Lopez777 2025-01-28 02:17:54 -07:00
  • bbc10cb105 fix serialization, added benchmark tests, updated next release docs yusing 2025-01-26 15:08:10 +08:00
  • 83ea19dd92 api: added validation endpoint yusing 2025-01-26 14:47:33 +08:00
  • 7ec42dce4d improved implementation of converting ANSI color to HTML yusing 2025-01-26 14:46:43 +08:00
  • a9da7ce6fc small fix on Makefile and update dependencies yusing 2025-01-26 14:45:19 +08:00
  • 1586610a44 Cleaned up some validation code, stricter validation yusing 2025-01-26 14:43:48 +08:00
  • 254224c0e8 fix error formatting yusing 2025-01-26 05:26:18 +08:00
  • 9b66772a12 fix schemas yusing 2025-01-25 12:50:16 +08:00
  • 322878b0b7 fix schemas yusing 2025-01-25 07:04:01 +08:00
  • 9e181d25ce fix npm package yusing 2025-01-25 02:36:22 +08:00
  • 4c311fd78e fixed some schemas, packed it as a npm package yusing 2025-01-24 10:42:50 +08:00
  • 9936b3af5b improved homepage config implementation yusing 2025-01-24 05:11:35 +08:00
  • 648fd23a57 feat: oidc support OIDC_LOGOUT_URL yusing 2025-01-24 00:13:45 +08:00
  • 7dd00d2424
    feat: add a add_prefix middleware (#51) Peter Olds 2025-01-23 08:34:26 -08:00
  • 9e83fe7329
    Update README.md Yuzerion 2025-01-24 00:28:38 +08:00
  • 166c9c75e9
    Update next-release.md Yuzerion 2025-01-24 00:25:36 +08:00
  • b9882f8985 updated implementation of (un)hiding items yusing 2025-01-23 12:52:15 +08:00
  • 37a166731d fixes some tests yusing 2025-01-23 05:24:13 +08:00
  • 66db583432 fix notification dispatcher panic when dispatching on program exit yusing 2025-01-23 04:41:10 +08:00
  • f7eb80a6ea fix dashboard filter not working for edited apps yusing 2025-01-23 04:29:39 +08:00
  • 79f40f3d22 implement icon cache expiry, cleanup code and upgrade deps yusing 2025-01-23 04:16:06 +08:00
  • ed3b26653c fix log wrapped incorrectly in WebUI, implement log SSR yusing 2025-01-23 00:08:19 +08:00
  • 2bb13129de fix: autocert scheduler using too high cpu usage yusing 2025-01-22 10:45:57 +08:00
  • fc29e8f9fa fix typo yusing 2025-01-22 08:32:51 +08:00
  • 495c2c7390 fix makefile yusing 2025-01-22 06:14:02 +08:00
  • b984386bab fix: high cpu usage yusing 2025-01-22 05:44:04 +08:00
  • 3781bb93e1 cleanup makefile and remove script, allow running as non-root user yusing 2025-01-22 05:42:56 +08:00
  • 3a4dc3f876 fixed dashboard not showing all apps yusing 2025-01-21 12:56:21 +08:00
  • 2c43f1412e fix OIDC middleware callback URL yusing 2025-01-21 12:42:56 +08:00
  • 5d3a93f103 idlewatcher: fix visiting unhealthy idle watched container causes panic yusing 2025-01-21 10:37:09 +08:00
  • 5faba1b5a9 fix svg content type yusing 2025-01-21 10:07:53 +08:00
  • 4e7bd3579b fix favicon content type yusing 2025-01-21 09:36:17 +08:00
  • 49da8a31d2 api: fix not getting correct icon yusing 2025-01-21 09:31:51 +08:00
  • dd2b8f600d api: allow favicon endpoint to use url instead of alias yusing 2025-01-21 06:48:56 +08:00
  • 8b1a3a31ff simplify icon caching and homepage item override yusing 2025-01-21 06:16:00 +08:00
  • 01c1e48242
    feat: add a add_prefix middleware Peter Olds 2025-01-20 14:00:53 -08:00
  • d429374924 fix deserialization: reflect: indirection through nil pointer to embedded struct yusing 2025-01-21 04:09:46 +08:00
  • dd0bbdc7b4 fix logs not printing correctly, removed unneccessary loggers yusing 2025-01-20 17:42:54 +08:00
  • 64e85c3076 feat: support selfh.st icons, support homepage config overriding yusing 2025-01-20 17:42:17 +08:00
  • 68771ce399 api: added some endpoints for dashboard filter to work yusing 2025-01-20 06:17:18 +08:00
  • bcc7faa8e5 api: updated response message on invalid credential, add auth check endpoint yusing 2025-01-20 02:14:21 +08:00
  • fb0dc7dea0
    Feat/OIDC middleware (#50) Yuzerion 2025-01-19 13:48:52 +08:00
  • bde3eee232
    merge feat/oidc-middleware (#49) Yuzerion 2025-01-19 13:47:41 +08:00
  • 0fad7b3411 feat: experimental memory logger and logs api for WebUI yusing 2025-01-19 13:45:16 +08:00
  • 1adba05065 api: add /v1/health/ws for health bubbles on dashboard yusing 2025-01-19 04:34:20 +08:00
  • fe7740f1b0 api: cleanup websocket code yusing 2025-01-19 04:33:55 +08:00
  • b253dce7e1 cleanup some loadbalancer code yusing 2025-01-19 04:32:50 +08:00
  • 589b3a7a13
    Feat/auto schemas (#48) Yuzerion 2025-01-19 00:37:17 +08:00
  • 8aa1c0e7ee clarify some error messages yusing 2025-01-19 00:34:15 +08:00
  • 0d625c8399 go version bump and dependencies upgrade yusing 2025-01-19 00:19:08 +08:00
  • fe2437a691 fix schemas yusing 2025-01-19 00:18:52 +08:00
  • 1a83c739d4 fix middleware schemas yusing 2025-01-17 14:33:47 +08:00
  • 6a07a63c34 use auto generated schemas yusing 2025-01-17 14:10:13 +08:00
  • 26d259b952 fix: docker monitor now uses container status yusing 2025-01-15 09:10:26 +08:00
  • 04e118c081 api: enrich provider statistifcs yusing 2025-01-15 09:06:54 +08:00
  • abbe4ffceb
    feat: add groups support for OIDC claims (#41) Peter Olds 2025-01-13 22:15:57 -08:00
  • 73de18e197
    feat: add groups support for OIDC claims Peter Olds 2025-01-13 21:40:10 -08:00
  • 7a7c4be9fa fix OIDC middleware not working with Authentik yusing 2025-01-14 12:59:48 +08:00
  • b359543434 update next release docs yusing 2025-01-14 11:57:20 +08:00
  • b44c8586cc fix tests and callbackURL yusing 2025-01-14 05:29:13 +08:00
  • c5e0ac6f38 allow override allowed_user in middleware, fix typos yusing 2025-01-14 04:08:16 +08:00
  • 9aee310844 auth code cleanup yusing 2025-01-14 04:05:33 +08:00
  • bb0ee5d7a9 implement OIDC middleware yusing 2025-01-14 03:53:07 +08:00
  • 2af2346e35 fix auth redirect origin/v0.8 yusing 2025-01-13 08:41:09 +08:00
  • 7cd44b5ad3 rename cookies to prevent conflict yusing 2025-01-13 08:33:56 +08:00
  • 81d96394b9 allow customizing OICD scopes yusing 2025-01-13 08:30:46 +08:00
  • 76fe5345d8 cleanup code, redirect to auth page when need yusing 2025-01-13 07:15:29 +08:00
  • ef277ef57f fix: docker test and golangci-lint yusing 2025-01-13 05:37:29 +08:00
  • 9a12dab600
    fix: allow oauth_state token to be cross-domain (#40) Peter Olds 2025-01-12 13:27:06 -08:00
  • 8495e387b1
    fix: allow oauth_state token to be cross-domain Peter Olds 2025-01-12 13:21:33 -08:00
  • 51f6391ded
    feat: Add optional OIDC support (#39) Yuzerion 2025-01-13 04:49:46 +08:00
  • e759510edc feat: Add optional OIDC support Peter Olds 2025-01-10 00:26:37 -08:00
  • 2180ae37eb
    feat: Add optional OIDC support Peter Olds 2025-01-12 12:28:28 -08:00
  • a24b0d4729 updated ls-icon and icon fetching mechanism my/feat/oauth-oidc yusing 2025-01-13 02:21:52 +08:00
  • 75dc12d875 fix favicon on non http 200 yusing 2025-01-13 00:52:07 +08:00
  • d744dadaf3 fix favicon path and try dashboard icon first then fallback to html parsing yusing 2025-01-13 00:15:10 +08:00
  • 585b81c12e reset favicon cache on route reload yusing 2025-01-12 22:32:17 +08:00
  • eac3afba52 container now consider explicit if any proxy label defined yusing 2025-01-12 22:31:43 +08:00
  • 8aa831804b fix route provider name yusing 2025-01-12 13:49:47 +08:00
  • e5a32d4982 idlewatfcher: add proper Cache-Control Headers to response yusing 2025-01-12 13:16:58 +08:00
  • 018de63180 fix favicon redirection path yusing 2025-01-12 13:14:31 +08:00
  • 63d9be069f fixed and improved favicon retrieving yusing 2025-01-12 12:02:40 +08:00
  • 639b03f820 server side favicon retrieving and caching yusing 2025-01-12 10:30:37 +08:00