• v1.0.6 4b0a02ddb9

    v1.0.6 Stable

    Ghost released this 2025-12-07 07:06:52 +01:00 | 706 commits to main since this release

    What's Changed

    • refactor(status): Simplify TLS verification and improve grid layout responsiveness (9e592ae)
      • Remove Node.js http/https agents in favor of fetch API's tls option
      • Always disable TLS certificate verification for internal services
      • Add comment in config.example.yaml about disabled TLS verification
      • Downgrade TLS cert errors to warnings with helpful message
      • Replace fixed grid columns with auto-fill minmax for responsive service grid
      • Remove unused useRef import and pluginContainerRef in Dashboard
    Downloads
  • v1.0.5 913f5e013e

    v1.0.5 Stable

    Ghost released this 2025-12-07 07:05:04 +01:00 | 708 commits to main since this release

    What's Changed

    Downloads
  • v1.0.4 09b98482e0

    v1.0.4 Stable

    Ghost released this 2025-12-07 06:50:37 +01:00 | 710 commits to main since this release

    What's Changed

    • refactor(config): Restructure config schema and optimize plugin data fetching (9c7e472)
      • Move app_title and theme into nested app object in config schema
      • Update layout.tsx to access config.app.title and config.app.theme
      • Add CLIENT_SIDE_PLUGINS array to skip API calls for client-only plugins (clock)
      • Replace useState with useRef for failureCount and lastGoodData to prevent infinite loops
      • Simplify plugin data fetching logic and remove special case handling for clock plugin
      • Add minimum 30-second interval
    Downloads
  • v1.0.3 11951aed6d

    v1.0.3 Stable

    Ghost released this 2025-12-07 06:36:48 +01:00 | 712 commits to main since this release

    What's Changed

    • chore(deps): trigger new release (432c439)
    • refactor(all)!: tmp (0ed1621)
    • major(framework): Migrate from SvelteKit to Next.js with comprehensive configuration updates (cb17f1b)
      • Replace SvelteKit with Next.js framework and React 19
      • Update Dockerfile to use Next.js standalone build with optimized layers
      • Change working directory from /usr/src/app to /app
      • Update build artifacts from /.svelte-kit/ to /.next/ in .dockerignore
      • Modify Prettier config to use spaces instead of tabs and remove Svelte plugin
      • Remove SvelteKit-specific files (app.html, app.d.ts, hooks.server.ts)
      • Delete
    Downloads
  • v1.0.2 9ef8275afc

    v1.0.2 Stable

    Ghost released this 2025-12-07 06:04:45 +01:00 | 716 commits to main since this release

    What's Changed

    Downloads
  • v1.0.1 810f5ac8a0

    v1.0.1 Stable

    Ghost released this 2025-12-07 05:05:34 +01:00 | 718 commits to main since this release

    What's Changed

    • chore(deps): update npm dependencies (#44) (df0e6ae)
      Co-authored-by: Renovatebot renovatebot@wuastbude.de
      Co-committed-by: Renovatebot renovatebot@wuastbude.de
    • fix(docker): Add system package updates to base and release stages for security patches (f2ac3be)
      • Update and upgrade system packages in base stage
      • Add security patch updates to release stage
      • Clean up apt cache and lists to reduce image size
    Downloads
  • v1.0.0 781e65ebec

    v1.0.0 Stable

    Ghost released this 2025-12-07 05:00:38 +01:00 | 721 commits to main since this release

    What's Changed

    • major(cibuild): Migrate from Node.js to Bun and improve Docker configuration (c520555)
      • Switch Dockerfile from Node.js to Bun runtime with multi-stage build
      • Add comprehensive .dockerignore with documentation and git refs support
      • Configure Renovate with automerge rules and dependency grouping
      • Remove GitHub Actions workflow (conventional-commits.yml)
      • Add OCI labels and optimize Docker image layers
      • Update healthcheck to use Bun instead of Node
    • Add renovate.json (cdcd3d1)
    • chore(release): v0.7.1 [skip ci] (b7d5f17)
    • fix(core): optimize site (19ab0c5)
    • misc(core): cleanup (5bdf62c)
    • chore(release): v0.7.0 [skip ci] (54bd472)
    • fix(core): Flickering of alert elements (03cf8b7)
    • feat(core): Sort UI components same as in config (2ee850f)
    • chore(release): v0.6.4 [skip ci] (0ec80a6)
    • fix(ui): Fix min witdh of plugin section (254f2dc)
    • chore(release): v0.6.3 [skip ci] (dbba5a7)
    • fix(core): removed not needed logging (fe73dd6)
    • chore(release): v0.6.2 [skip ci] (d2813e0)
    • fix(docker): fix arm build … try yeah (a80ba95)
    • fix(docker): fix arm build … try (f4fd83d)
    • fix(docker): fix arm build third try (ce5b451)
    • fix(docker): fix arm build seccond try and add local multi plattform build for testing locally first (904591a)
    • chore(release): v0.6.1 [skip ci] (6a336af)
    • fix(docker): fix arm build (0099018)
    • chore(release): v0.6.0 [skip ci] (7c7b194)
    • feat(core): at critical services at the top of the page (eced68d)
    • fix(calendar): change how date is displayed (c08a9ea)
    • fix(ui): add icon (3d8b4c3)
    • fix(core): Add warning system so the client is cleaner, now we go into a warning state first and only show errors after 3 errors in a row (618e0db)
    • chore(release): v0.5.0 [skip ci] (51ad3be)
    • Add optional check_url field for separate health check endpoint in HTTP checks (07bc5ba)
    • feat(core): Add check_url field to separate health check URLs from user-facing URLs (dd3a167)
    • chore(release): v0.4.0 [skip ci] (c08f2a2)
    • feat(rebuild): rebuild (309fd9f)
    • fix(core): bump version for rebuild (38c02be)
    • docs(config): make the example config fully featured (hopefully) (4e81c91)
    • feat(ui): add lucide icons (02f30a9)
    • misc: remove unused css file (3ae0e0f)
    • feat(core): add option to set headers (6a9cca1)
    • feat(clock): add date and option to configure time format (ebc5f3f)
    • misc(UI): make connection lost more responsive (b1c3134)
    • fix(core): calculate ping times only server side (aaccc0a)
    • remove comments (fa10613)
    • fix(lint): fix (e222f8f)
    • fix(core): some fixes (4b9155c)
    • fix(core): copy example config was broken (b2b4495)
    • chore(release): v0.3.0 [skip ci] (e2ea59a)
    • feat(docker): test scout (1d7a8d0)
    • fix(docker): Update healthcheck endpoint from / to /api/health in Dockerfile (e9e2df6)
    • feat(core): Add Server check and reload after reconnect (9e7a8a0)
    • feat(ui): cache modules when changing categorys (3aaa822)
    • feat(ui): add all category (9bc9c86)
    • chore(release): v0.2.0 [skip ci] (9a42894)
    • feat(ci): bump version to hopefully fix ci (987a527)
    • fix(ci): reset changelog (53403dc)
    • docs(lint): add type to code block (bb75e2e)
    • fix(ui): themes where not loaded correct (b0f7805)
    • docs(misc): add daisyUI to the docs (68f1c8c)
    Downloads