Commit Graph
202 Commits
Author SHA1 Message Date
shamoon e0be80085e Feature: customapi info widget (#7168) 2026-09-22 21:03:51 -07:00
shamoon 7de1faa769 Performance: use bulk request for docker stats (#7098) 2026-09-05 10:08:20 -07:00
DaddyBoardandshamoon 438788240b Performance: fetch all docker container statuses in one request (#7092)
Co-authored-by: shamoon <4887959+shamoon@users.noreply.github.com>
2026-09-05 15:17:52 +00:00
shamoon d907ca1d0e Merge changes from fork 2026-09-01 20:25:13 -07:00
dependabot[bot]andshamoon 81accd8dbe Chore(deps-dev): Bump eslint-config-next from 15.5.22 to 16.3.3 (#7082)
Lint / Linting Checks (push) Has been cancelled
Release Drafter / Update Release Draft (push) Has been cancelled
Docker CI / Docker Build & Push (push) Has been cancelled
Tests / vitest (1) (push) Has been cancelled
Tests / vitest (2) (push) Has been cancelled
Release Drafter / Auto Label PR (push) Has been cancelled
Tests / vitest (3) (push) Has been cancelled
Tests / vitest (4) (push) Has been cancelled
Co-authored-by: shamoon <4887959+shamoon@users.noreply.github.com>
Signed-off-by: dependabot[bot] <support@github.com>
2026-09-01 10:52:46 -07:00
shamoon e6ad43a76c Tweak: improve nextauth error logging for easier debugging (#7070)
Docker CI / Docker Build & Push (push) Has been cancelled
Lint / Linting Checks (push) Has been cancelled
Release Drafter / Update Release Draft (push) Has been cancelled
Release Drafter / Auto Label PR (push) Has been cancelled
Tests / vitest (1) (push) Has been cancelled
Tests / vitest (2) (push) Has been cancelled
Tests / vitest (3) (push) Has been cancelled
Tests / vitest (4) (push) Has been cancelled
2026-08-28 12:23:55 -07:00
shamoon c57117daae Fix: move mcp method ordering 2026-08-21 06:29:55 -07:00
shamoon a253861061 Tweak: read auth providers in-process on the sign-in page, set env earlier (#7023) 2026-08-20 16:44:15 -07:00
shamoon 7904d4adc9 Fix: enforce MCP token length too 2026-08-07 15:09:57 -07:00
shamoon 2fae37b004 Fix: enforce nonce OIDC check too
Docker CI / Docker Build & Push (push) Has been cancelled
Lint / Linting Checks (push) Has been cancelled
Release Drafter / Update Release Draft (push) Has been cancelled
Release Drafter / Auto Label PR (push) Has been cancelled
Tests / vitest (1) (push) Has been cancelled
Tests / vitest (2) (push) Has been cancelled
Tests / vitest (3) (push) Has been cancelled
Tests / vitest (4) (push) Has been cancelled
2026-08-07 12:18:47 -07:00
shamoon 31e93252c8 Chore: enforce min length for HOMEPAGE_AUTH_SECRET 2026-08-07 09:28:06 -07:00
shamoon e8f94bd873 Prevent getProviders issue with auth disabled 2026-08-07 08:45:38 -07:00
shamoon c8690f64da Fix: prevent 500s when auth not enabled 2026-08-07 08:25:52 -07:00
shamoon d8b2a33d5b Auth: log failed attempts 2026-08-07 08:13:57 -07:00
shamoon b33c88dba1 Fix: use strict bool check for auth 2026-08-07 07:51:21 -07:00
shamoon 2b9150bce2 Chore: add proxmox param validation
Docker CI / Docker Build & Push (push) Has been cancelled
Lint / Linting Checks (push) Has been cancelled
Release Drafter / Update Release Draft (push) Has been cancelled
Release Drafter / Auto Label PR (push) Has been cancelled
Tests / vitest (1) (push) Has been cancelled
Tests / vitest (2) (push) Has been cancelled
Tests / vitest (3) (push) Has been cancelled
Tests / vitest (4) (push) Has been cancelled
2026-08-05 16:33:44 -07:00
shamoon 75822f632a Security: enable PKCE for OIDC 2026-07-13 10:18:56 -07:00
shamoon 32e7036b8a Use hash comparison for pw 2026-07-13 10:18:56 -07:00
shamoon 53dcbb548d Change: require external URL with auth 2026-07-13 10:01:27 -07:00
shamoon 8a2d6647d2 Change: just require auth for MCP 2026-07-13 09:53:41 -07:00
shamoon 126d4ac341 Fix: remove debug logging from nextauth 2026-07-13 09:49:45 -07:00
shamoon 423d35261a DId: segment parsing hardening 2026-07-13 07:34:11 -07:00
shamoon 7c5e34503d Feature: homepage MCP (#6771)
Docker CI / Docker Build & Push (push) Has been cancelled
Lint / Linting Checks (push) Has been cancelled
Release Drafter / Update Release Draft (push) Has been cancelled
Release Drafter / Auto Label PR (push) Has been cancelled
Tests / vitest (1) (push) Has been cancelled
Tests / vitest (2) (push) Has been cancelled
Tests / vitest (3) (push) Has been cancelled
Tests / vitest (4) (push) Has been cancelled
2026-06-18 23:34:58 -07:00
shamoon f670f46526 Feature: homepage auth (#6769)
Docker CI / Docker Build & Push (push) Has been cancelled
Lint / Linting Checks (push) Has been cancelled
Release Drafter / Update Release Draft (push) Has been cancelled
Release Drafter / Auto Label PR (push) Has been cancelled
Tests / vitest (1) (push) Has been cancelled
Tests / vitest (2) (push) Has been cancelled
Tests / vitest (3) (push) Has been cancelled
Tests / vitest (4) (push) Has been cancelled
2026-06-12 11:15:58 -07:00
shamoon cbb5667512 Reduce output of config validation errors 2026-06-02 20:59:58 -07:00
shamoon af852e748a Normalize widget version in URLs 2026-04-01 08:00:20 -07:00
shamoon 29e2502d74 Fix: Await async proxy handlers (#6371) 2026-02-28 11:22:54 -08:00
shamoon d529f81cb4 Enhancement: fallback for missing si network stats (#6367) 2026-02-27 10:39:02 -08:00
shamoon 872a3600aa Chore: homepage tests (#6278) 2026-02-04 19:58:39 -08:00
shamoon 97e909ebf4 Chore: move to eslint (#6270) 2026-02-02 15:18:30 -08:00
shamoon 0d99a8766f Fix: retrieve stats from all network interfaces (#6102) 2025-12-15 14:05:00 -08:00
dNhaxandshamoon 65dce6d387 Enhancement: support multiple proxmox nodes (#5539)
Co-authored-by: shamoon <4887959+shamoon@users.noreply.github.com>
2025-09-04 08:49:41 +00:00
shamoon 184fd65c76 Update resources.js 2025-08-13 06:44:47 -07:00
shamoon d30016304b Security: refactor disk resource lookup logic (#5666) 2025-08-13 06:16:12 -07:00
shamoon fcfb9c2237 Fix typo in k8s error logging
Docker CI / Linting Checks (push) Waiting to run
Docker CI / Docker Build & Push (push) Blocked by required conditions
2025-06-08 06:51:17 -07:00
Albin Médocandshamoon 5759596a37 Feature: Proxmox status & stats integration (#5385)
Docker CI / Linting Checks (push) Has been cancelled
Docker CI / Docker Build & Push (push) Has been cancelled
Co-authored-by: shamoon <4887959+shamoon@users.noreply.github.com>
2025-06-06 07:25:21 -07:00
shamoon 30abf4e422 Add k8s yaml to validate
Docker CI / Linting Checks (push) Waiting to run
Docker CI / Docker Build & Push (push) Blocked by required conditions
2025-06-05 20:51:31 -07:00
xethlyx d99c3cb691 Fix: kubernetes statistics not respecting selector (#5199)
Docker CI / Linting Checks (push) Has been cancelled
Docker CI / Docker Build & Push (push) Has been cancelled
2025-04-20 17:39:56 -07:00
shamoon eda06965fa Chore: add organize imports to pre-commit (#5104)
Docker CI / Linting Checks (push) Waiting to run
Docker CI / Docker Build & Push (push) Blocked by required conditions
2025-03-30 21:40:03 -07:00
shamoon b4dc53c7c0 Feature: allow disable ipv6 in proxy, refactor cacheFetch to use proxy (#5011)
Docker / Linting Checks (push) Waiting to run
Docker / Docker Build & Push (push) Blocked by required conditions
2025-03-16 20:09:34 -07:00
shamoon 5f19e4af91 Fix: fix custom quicklaunch search without search widget (#5003) 2025-03-16 13:12:20 -07:00
shamoonanddjeinstine 65370a7668 Fix: fix Kubernetes stats in v1.0.0 (#4984)
Co-authored-by: djeinstine <2105133+djeinstine@users.noreply.github.com>
2025-03-15 16:23:29 -07:00
shamoon 859bd459a8 Feature: cache release data, allow disable release checking (#4917) 2025-03-14 08:34:59 -07:00
Julian Nodorp b8b5c1a4cb Fix: fix k8s get nodes error log (#4887) 2025-03-07 06:57:40 -08:00
shamoon 1c24bd7449 Chore: another big deps update (#4795) 2025-02-18 16:16:53 -08:00
shamoon 455103a9f1 Fix: correct k8s node response 2025-02-13 10:31:25 -08:00
91d5fc8e42 Enhancement: support for Kubernetes gateway API (#4643)
Co-authored-by: shamoon <4887959+shamoon@users.noreply.github.com>
Co-authored-by: lyons <gittea.sand@gmail.com>
Co-authored-by: Brett Dudo <brett@dudo.io>
2025-02-11 18:57:22 -08:00
shamoon 0c352b1843 Add a little debugging to stocks endpoint 2024-12-15 19:15:27 -08:00
shamoon be8363cc35 Feature: nested groups (#4346) 2024-11-27 17:01:47 -08:00
shamoon 907abee1aa Enhancement: multiple widgets per service (#4338)
Docker / Linting Checks (push) Waiting to run
Docker / Docker Build & Push (push) Blocked by required conditions
2024-11-27 02:33:40 -08:00