This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/ajnart/homarr](https://redirect.github.com/ajnart/homarr) | patch | `8891626` -> `a716c56` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Release Notes <details> <summary>ajnart/homarr (ghcr.io/ajnart/homarr)</summary> ### [`v0.15.7`](https://redirect.github.com/ajnart/homarr/releases/tag/v0.15.7) [Compare Source](https://redirect.github.com/ajnart/homarr/compare/v0.15.6...v0.15.7) > \[!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 This release fixes a bug with credentials login and proxies. #### What's Changed - Fix documentation link by [@​Lollyde](https://redirect.github.com/Lollyde) in [https://github.com/ajnart/homarr/pull/2163](https://redirect.github.com/ajnart/homarr/pull/2163) - fix: credentials login behind proxy no longer works by [@​Meierschlumpf](https://redirect.github.com/Meierschlumpf) in [https://github.com/ajnart/homarr/pull/2177](https://redirect.github.com/ajnart/homarr/pull/2177) - New Crowdin updates by [@​ajnart](https://redirect.github.com/ajnart) in [https://github.com/ajnart/homarr/pull/2169](https://redirect.github.com/ajnart/homarr/pull/2169) #### New Contributors - [@​Lollyde](https://redirect.github.com/Lollyde) made their first contribution in [https://github.com/ajnart/homarr/pull/2163](https://redirect.github.com/ajnart/homarr/pull/2163) **Full Changelog**: https://github.com/ajnart/homarr/compare/v0.15.6...v0.15.7 </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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xNDIuMiIsInVwZGF0ZWRJblZlciI6IjM4LjE0Mi4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
34 lines
671 B
YAML
34 lines
671 B
YAML
image:
|
|
repository: ghcr.io/ajnart/homarr
|
|
tag: 0.15.7@sha256:a716c56376d0215aa7efcd5fedeb386491bad7988d625d22e20b41a1bd5825da
|
|
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
|