14 Commits

Author SHA1 Message Date
admin d92d2c31a6 re-pin moving tags so Renovate can track them
Renovate can't propose updates for moving tags (the tag string never
changes; the registry just points it at a different image). These three
were pinned to moving variants:

  felhom-system/webpage.yaml : filebrowser/filebrowser:v2-alpine
  felhom-system/umami.yaml   : ghcr.io/umami-software/umami:postgresql-latest
  tandoor-system/tandoor.yaml: vabene1111/recipes:2.6

Pin each to the current actual version per Viktor's call:
  - filebrowser -> v2.63.13 (matches the other 4 filebrowser pinnings
    in the repo; dropped the `-alpine` variant so Renovate can group
    them via the existing default datasource path)
  - umami       -> postgresql-v1.38.0 (current upstream postgresql
    variant latest; tracked via new customManager below)
  - recipes     -> 2.6.9 (current actual semver of the 2.6 series)

For umami, the `postgresql-vX.Y.Z` tag pattern is rejected by Renovate's
default docker versioning pre-check (same failure class as termix +
linuxserver servarr). Added a customManager regex + packageRule disable
pair so Renovate can track future `postgresql-vX.Y.Z` updates via regex
versioning. filebrowser and recipes use standard semver `X.Y.Z` after
the re-pin and need no special handling.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-06-06 13:35:12 +02:00
Renovate Bot 35710fe5ea Update vabene1111/recipes Docker tag to v2.6
renovate/stability-days Updates have met minimum release age requirement
2026-06-06 07:52:16 +00:00
admin c3a06955bd added recipe-importer 2026-02-26 07:58:04 +01:00
admin 805e869ca7 fixed 2 2026-02-09 09:25:25 +01:00
admin fcbefc3d94 fixed tandoor version 2026-02-09 09:24:37 +01:00
admin 4ffa1ffa95 updated images 2026-02-09 09:08:21 +01:00
admin a1f861b0b2 increased tandoor mem limit to 2G 2026-01-22 16:24:46 +01:00
admin 3cdcf44641 added local access to nginx filter 2026-01-20 18:14:08 +01:00
admin 99548a235e fixed geoip tag 2026-01-20 18:01:32 +01:00
admin 7595cbe4ad added geoip filters to ingresses 2026-01-20 17:11:41 +01:00
kisfenyo 10716cbd9f tandor moved to shared DB 2025-12-30 15:47:32 +01:00
kisfenyo 29bc8d06dc tandoor oauth config fix 2025-12-29 11:45:05 +01:00
kisfenyo b5ce0c9841 tandoor oauth config 2025-12-29 11:39:22 +01:00
kisfenyo d54e2c7d5d added outline, tandoor, uptimekuma, vaultwarden 2025-12-18 19:37:10 +01:00