e41613c4fb
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/ajnart/homarr](https://redirect.github.com/ajnart/homarr) | patch | `0.15.3` -> `0.15.4` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>ajnart/homarr (ghcr.io/ajnart/homarr)</summary> ### [`v0.15.4`](https://redirect.github.com/ajnart/homarr/releases/tag/v0.15.4) [Compare Source](https://redirect.github.com/ajnart/homarr/compare/v0.15.3...v0.15.4) > \[!NOTE]\ > We've been working actively on working torwards version 1.0 which will include many improvements to performance, security and the overall look & feel of Homarr. It will greatly overhaul the technical architecture of Homarr. This work is done by volunteers. Please consider supporting our work via donations at https://opencollective.com/homarr > \[!CAUTION]\ > We are **dropping support for armv7**. Old Raspberry Pi and arm devices are no longer supported by some of our upstream dependencies. > Our building framework for 1.0 also doesn't support armv7. This change will only affect a very small amount of devices. > We **recommend you to upgrade to a newer architecture** if you are affected by this change. Cheap SBC's can be bought for very cheap that support arm64. #### Disable PiHole & AdGuard Home temporarily Instead of permanently disabling them, Homarr can now disable them for a certain time period: <img width="334" alt="326053459-ca5d39cf-d53c-4597-b5e6-40288e51f66d" src="https://github.com/user-attachments/assets/82c8a053-b8b9-4e9f-91bc-6e51b326ea25"> #### Proxmox uptime The health monitoring widget can now display the uptime of your Proxmox system:  #### What's Changed - Add `key` for custom favicon by [@​ajnart](https://redirect.github.com/ajnart) in [https://github.com/ajnart/homarr/pull/2052](https://redirect.github.com/ajnart/homarr/pull/2052) - Add New Language Arabic by [@​bo3bdo](https://redirect.github.com/bo3bdo) in [https://github.com/ajnart/homarr/pull/2051](https://redirect.github.com/ajnart/homarr/pull/2051) - Feature: Add dns disable timer by [@​hillaliy](https://redirect.github.com/hillaliy) in [https://github.com/ajnart/homarr/pull/2029](https://redirect.github.com/ajnart/homarr/pull/2029) - New Crowdin updates by [@​ajnart](https://redirect.github.com/ajnart) in [https://github.com/ajnart/homarr/pull/2038](https://redirect.github.com/ajnart/homarr/pull/2038) - feat: add indexers site hyperlink by [@​hillaliy](https://redirect.github.com/hillaliy) in [https://github.com/ajnart/homarr/pull/2061](https://redirect.github.com/ajnart/homarr/pull/2061) - feat: add Proxmox Uptime View by [@​JasonLeeB06](https://redirect.github.com/JasonLeeB06) in [https://github.com/ajnart/homarr/pull/2092](https://redirect.github.com/ajnart/homarr/pull/2092) - fix: [#​2086](https://redirect.github.com/ajnart/homarr/issues/2086) enforce password requirements for admin user by [@​manuel-rw](https://redirect.github.com/manuel-rw) in [https://github.com/ajnart/homarr/pull/2098](https://redirect.github.com/ajnart/homarr/pull/2098) - fix: [#​1707](https://redirect.github.com/ajnart/homarr/issues/1707) refech interval app pings by [@​manuel-rw](https://redirect.github.com/manuel-rw) in [https://github.com/ajnart/homarr/pull/2097](https://redirect.github.com/ajnart/homarr/pull/2097) #### New Contributors - [@​bo3bdo](https://redirect.github.com/bo3bdo) made their first contribution in [https://github.com/ajnart/homarr/pull/2051](https://redirect.github.com/ajnart/homarr/pull/2051) - [@​JasonLeeB06](https://redirect.github.com/JasonLeeB06) made their first contribution in [https://github.com/ajnart/homarr/pull/2092](https://redirect.github.com/ajnart/homarr/pull/2092) **Full Changelog**: https://github.com/ajnart/homarr/compare/v0.15.3...v0.15.4 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC41OS4yIiwidXBkYXRlZEluVmVyIjoiMzguNTkuMiIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJ1cGRhdGUvZG9ja2VyL2dlbmVyYWwvbm9uLW1ham9yIl19-->
34 lines
671 B
YAML
34 lines
671 B
YAML
image:
|
|
repository: ghcr.io/ajnart/homarr
|
|
tag: 0.15.4@sha256:c13f04c95fdfbdb710375301cc45783a4c239eaedc96258e2a026feead213f99
|
|
pullPolicy: IfNotPresent
|
|
workload:
|
|
main:
|
|
podSpec:
|
|
containers:
|
|
main:
|
|
env:
|
|
NEXTAUTH_SECRET:
|
|
secretKeyRef:
|
|
name: homarr-secrets
|
|
key: NEXTAUTH_SECRET
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 10245
|
|
targetPort: 7575
|
|
persistence:
|
|
config:
|
|
enabled: true
|
|
mountPath: "/app/data/configs"
|
|
icons:
|
|
enabled: true
|
|
mountPath: "/app/public/icons"
|
|
data:
|
|
enabled: true
|
|
mountPath: "/data"
|
|
portal:
|
|
open:
|
|
enabled: true
|