From 2348ba1d599dac5f222052a134de27eef51a97f2 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 29 Jun 2026 22:46:53 +0200 Subject: [PATCH 1/3] Update fnsys/dockhand Docker tag to v1.0.36 (#14) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Update | Change | |---|---|---| | [fnsys/dockhand](https://dockhand.pro) ([source](https://github.com/Finsys/dockhand)) | patch | `v1.0.35` → `v1.0.36` | --- > ⚠️ **Warning** > > Some dependencies could not be looked up. Check the [Dependency Dashboard](issues/12) for more information. --- ### Release Notes
Finsys/dockhand (fnsys/dockhand) ### [`v1.0.36`](https://github.com/Finsys/dockhand/releases/tag/v1.0.36) [Compare Source](https://github.com/Finsys/dockhand/compare/v1.0.35...v1.0.36) #### What's new in v1.0.36 - ✨ sidebar shows an amber update indicator when a newer Dockhand image is available ([#​1146](https://github.com/Finsys/dockhand/issues/1146)) - 🐛 Tag image modal too narrow for images identified only by SHA ([#​1205](https://github.com/Finsys/dockhand/issues/1205)) - 🐛 self-hosted ntfy: accept raw `tk_...` access tokens in `?auth=` ([#​1209](https://github.com/Finsys/dockhand/issues/1209)) - 🐛 dashboard: a single failed DB stats query no longer poisons the whole environment tile ([#​1210](https://github.com/Finsys/dockhand/issues/1210)) - 🐛 UI dates and times now honor the configured default timezone instead of the browser's timezone ([#​1183](https://github.com/Finsys/dockhand/issues/1183)) - 🐛 add missing `reset-mfa.sh` emergency script referenced by the manual ([#​1214](https://github.com/Finsys/dockhand/issues/1214)) - 🐛 registry browser: copy between registries no longer duplicates the host ([#​1220](https://github.com/Finsys/dockhand/issues/1220)) - ⚡ published image carries standard OCI annotations (source, url, title, description, vendor, licenses) ([#​1217](https://github.com/Finsys/dockhand/issues/1217)) - ✨ scanner: configurable network mode and DNS servers for vulnerability scans ([#​1219](https://github.com/Finsys/dockhand/issues/1219)) - ✨ template tiles now show a `Project` link that opens the upstream project page ([#​1211](https://github.com/Finsys/dockhand/issues/1211)) - ⚡ cron picker: hour shows just `HH` (was `HH:00`), minute granularity bumped from 15 to 5 ([#​1198](https://github.com/Finsys/dockhand/issues/1198)) - ✨ grid buttons: configurable size and optional semantic colors ([#​1072](https://github.com/Finsys/dockhand/issues/1072)) - 🐛 copy buttons (git deploy logs, API tokens) now work over plain HTTP ([#​1222](https://github.com/Finsys/dockhand/issues/1222)) - 🐛 Podman pod-infra containers no longer trigger update-check warnings ([#​1221](https://github.com/Finsys/dockhand/issues/1221)) - 🐛 terminal exec works even when the browser sends a cookie with stray `%` characters ([#​1224](https://github.com/Finsys/dockhand/issues/1224)) #### Docker image ```bash docker pull fnsys/dockhand:v1.0.36 ``` Also available as `fnsys/dockhand:latest` [View on Docker Hub](https://hub.docker.com/r/fnsys/dockhand)
--- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - At any time (no schedule defined) - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://github.com/renovatebot/renovate). Reviewed-on: https://git.jfreudenberger.de/JuliusFreudenberger/nix-config/pulls/14 Co-authored-by: Renovate Bot Co-committed-by: Renovate Bot --- modules/dockhand.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/dockhand.nix b/modules/dockhand.nix index 60f99e1..c381886 100644 --- a/modules/dockhand.nix +++ b/modules/dockhand.nix @@ -17,7 +17,7 @@ in { config = lib.mkIf cfg.enable { virtualisation.oci-containers.containers = { dockhand = { - image = "fnsys/dockhand:v1.0.35@sha256:1b9473bd11cb60fed23bad8d335acb03f032b369230cd0a3dc3c0a1cbb8cb47c"; + image = "fnsys/dockhand:v1.0.36@sha256:ca0aa45aa61f35b521e05a7bbf79dcd571660e2a516dec49cca6fe374251abcc"; volumes = [ "/var/run/docker.sock:/var/run/docker.sock" ]; From 1c73483c13a1462ccc2aeda718c48cb1fdcf6222 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 29 Jun 2026 22:46:57 +0200 Subject: [PATCH 2/3] Update ghcr.io/finsys/hawser Docker tag to v0.2.46 (#15) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/finsys/hawser](https://github.com/Finsys/hawser) | patch | `0.2.45` → `0.2.46` | --- > ⚠️ **Warning** > > Some dependencies could not be looked up. Check the [Dependency Dashboard](issues/12) for more information. --- ### Release Notes
Finsys/hawser (ghcr.io/finsys/hawser) ### [`v0.2.46`](https://github.com/Finsys/hawser/compare/v0.2.45...v0.2.46) [Compare Source](https://github.com/Finsys/hawser/compare/v0.2.45...v0.2.46)
--- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - At any time (no schedule defined) - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://github.com/renovatebot/renovate). Reviewed-on: https://git.jfreudenberger.de/JuliusFreudenberger/nix-config/pulls/15 Co-authored-by: Renovate Bot Co-committed-by: Renovate Bot --- modules/hawser.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/hawser.nix b/modules/hawser.nix index 3c9b788..5bf0a0c 100644 --- a/modules/hawser.nix +++ b/modules/hawser.nix @@ -27,7 +27,7 @@ in { config = lib.mkIf cfg.enable { virtualisation.oci-containers.containers = { hawser = { - image = "ghcr.io/finsys/hawser:0.2.45@sha256:ba4682fd350a4b16e1a1048817edf1054ee91f0556fef63805e447f6746fa157"; + image = "ghcr.io/finsys/hawser:0.2.46@sha256:526a31f81c92ec750e60fc5da0d7551bbcf8441f1effc0b9741ccb2b2b594131"; volumes = [ "/var/run/docker.sock:/var/run/docker.sock" ]; From d1b36a990d7f0652dfa9cd811eac1cd6068a3c77 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 30 Jun 2026 17:10:20 +0200 Subject: [PATCH 3/3] Update netbirdio/dashboard Docker tag to v2.90.2 --- modules/netbird-docker.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/netbird-docker.nix b/modules/netbird-docker.nix index a608c3f..85e0273 100644 --- a/modules/netbird-docker.nix +++ b/modules/netbird-docker.nix @@ -57,7 +57,7 @@ in { services.netbird.useRoutingFeatures = lib.mkDefault "server"; virtualisation.oci-containers.containers = { netbird-dashboard = { - image = "netbirdio/dashboard:v2.39.0"; + image = "netbirdio/dashboard:v2.90.2"; autoStart = true; networks = [ "traefik"