This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/gethomepage/homepage](https://redirect.github.com/gethomepage/homepage) | major | `b6d7328` -> `78a34ac` | --- > [!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>gethomepage/homepage (ghcr.io/gethomepage/homepage)</summary> ### [`v1.0.4`](https://redirect.github.com/gethomepage/homepage/releases/tag/v1.0.4) [Compare Source](https://redirect.github.com/gethomepage/homepage/compare/v1.0.3...v1.0.4) #### What's Changed - Chore: update minecraftstatuspinger to 1.2.2 by [@​shamoon](https://redirect.github.com/shamoon) in [https://github.com/gethomepage/homepage/pull/4982](https://redirect.github.com/gethomepage/homepage/pull/4982) - Fix: fix Kubernetes stats in v1.0.0 by [@​shamoon](https://redirect.github.com/shamoon) in [https://github.com/gethomepage/homepage/pull/4984](https://redirect.github.com/gethomepage/homepage/pull/4984) - Change: re-enable k8s ingress by default by [@​shamoon](https://redirect.github.com/shamoon) in [https://github.com/gethomepage/homepage/pull/4988](https://redirect.github.com/gethomepage/homepage/pull/4988) - Fix: fix bookmark heights again by [@​shamoon](https://redirect.github.com/shamoon) in [https://github.com/gethomepage/homepage/pull/4997](https://redirect.github.com/gethomepage/homepage/pull/4997) - Fix: re-add tailwind css safelist by [@​shamoon](https://redirect.github.com/shamoon) in [https://github.com/gethomepage/homepage/pull/4999](https://redirect.github.com/gethomepage/homepage/pull/4999) - Fix: fix custom quicklaunch search suggestions without search widget by [@​shamoon](https://redirect.github.com/shamoon) in [https://github.com/gethomepage/homepage/pull/5003](https://redirect.github.com/gethomepage/homepage/pull/5003) **Full Changelog**: https://github.com/gethomepage/homepage/compare/v1.0.3...v1.0.4 ### [`v1.0.3`](https://redirect.github.com/gethomepage/homepage/releases/tag/v1.0.3) [Compare Source](https://redirect.github.com/gethomepage/homepage/compare/v1.0.2...v1.0.3) #### What's Changed - Fix: wrapping in bookmarks by [@​shamoon](https://redirect.github.com/shamoon) in [https://github.com/gethomepage/homepage/pull/4945](https://redirect.github.com/gethomepage/homepage/pull/4945) - Fix: fix kavita API body with key by [@​shamoon](https://redirect.github.com/shamoon) in [https://github.com/gethomepage/homepage/pull/4948](https://redirect.github.com/gethomepage/homepage/pull/4948) - Fix: correct units for speedtest tracker API v2 by [@​brikim](https://redirect.github.com/brikim) in [https://github.com/gethomepage/homepage/pull/4950](https://redirect.github.com/gethomepage/homepage/pull/4950) - Change: prefer IPv4 in docker image by [@​shamoon](https://redirect.github.com/shamoon) in [https://github.com/gethomepage/homepage/pull/4954](https://redirect.github.com/gethomepage/homepage/pull/4954) - Enhancement: allow disabling host checking by [@​shamoon](https://redirect.github.com/shamoon) in [https://github.com/gethomepage/homepage/pull/4967](https://redirect.github.com/gethomepage/homepage/pull/4967) - Fix: jellyfin handle empty episode numbers by [@​shamoon](https://redirect.github.com/shamoon) in [https://github.com/gethomepage/homepage/pull/4970](https://redirect.github.com/gethomepage/homepage/pull/4970) - Documentation: add HOMEPAGE_ALLOWED_HOSTS to k8s docs by [@​xalxnder](https://redirect.github.com/xalxnder) in [https://github.com/gethomepage/homepage/pull/4969](https://redirect.github.com/gethomepage/homepage/pull/4969) #### New Contributors - [@​xalxnder](https://redirect.github.com/xalxnder) made their first contribution in [https://github.com/gethomepage/homepage/pull/4969](https://redirect.github.com/gethomepage/homepage/pull/4969) **Full Changelog**: https://github.com/gethomepage/homepage/compare/v1.0.2...v1.0.3 ### [`v1.0.2`](https://redirect.github.com/gethomepage/homepage/releases/tag/v1.0.2) [Compare Source](https://redirect.github.com/gethomepage/homepage/compare/v1.0.0...v1.0.2) This small bug fix fixes a couple of layout issues in v1.0.0 and reverts a change to networking that was in v1.0.1 Please also check out the [v1.0 release notes](https://redirect.github.com/gethomepage/homepage/releases/tag/v1.0.0) - Fix: fix plex total size with larger libraries by [@​shamoon](https://redirect.github.com/shamoon) in [https://github.com/gethomepage/homepage/pull/4933](https://redirect.github.com/gethomepage/homepage/pull/4933) - Fix: fix larger breakpoint by [@​shamoon](https://redirect.github.com/shamoon) in [https://github.com/gethomepage/homepage/pull/4935](https://redirect.github.com/gethomepage/homepage/pull/4935) **Full Changelog**: https://github.com/gethomepage/homepage/compare/v1.0.0...v1.0.2 ### [`v1.0.0`](https://redirect.github.com/gethomepage/homepage/releases/tag/v1.0.0) [Compare Source](https://redirect.github.com/gethomepage/homepage/compare/v0.10.9...v1.0.0) #### Homepage v1.0! 🎉 We're excited to announce the release of homepage v1.0! This release contains a bunch of new widgets, fixes and other improvements, but if you're curious why the major version bump, it's [because](https://semver.org) of the **breaking changes** included: - \[BREAKING] Enhancement: require host validation by [@​shamoon](https://redirect.github.com/shamoon) in [https://github.com/gethomepage/homepage/pull/4744](https://redirect.github.com/gethomepage/homepage/pull/4744) - This change is for security reasons and the update is simple: users will need to set the `HOMEPAGE_ALLOWED_HOSTS` environment variable (how to do that varies by install type, see [the docs](https://gethomepage.dev/installation/)) - \[BREAKING] Chore: update to next v15 by [@​shamoon](https://redirect.github.com/shamoon) in [https://github.com/gethomepage/homepage/pull/4661](https://redirect.github.com/gethomepage/homepage/pull/4661) - homepage no longer runs on armv7 (RIP ✌️) - \[BREAKING] Chore: upgrade to tailwind v4 by [@​shamoon](https://redirect.github.com/shamoon) in [https://github.com/gethomepage/homepage/pull/4863](https://redirect.github.com/gethomepage/homepage/pull/4863) - some users may need to update their custom css - \[BREAKING] Enhancement: support for Kubernetes gateway API by [@​djeinstine](https://redirect.github.com/djeinstine) in [https://github.com/gethomepage/homepage/pull/4643](https://redirect.github.com/gethomepage/homepage/pull/4643) - k8s users may need to update their configuration, see https://gethomepage.dev/configs/kubernetes/ Thank you to our community of contributors, discord chat helpers and **our users**! We are so proud of the collaboration that goes into keeping this project delightful. #### What's Changed - Documentation: add note about clearing UniFi cache non-docker by [@​GTez](https://redirect.github.com/GTez) in [https://github.com/gethomepage/homepage/pull/4585](https://redirect.github.com/gethomepage/homepage/pull/4585) - Enhancement: handle evcc breaking change by [@​shamoon](https://redirect.github.com/shamoon) in [https://github.com/gethomepage/homepage/pull/4630](https://redirect.github.com/gethomepage/homepage/pull/4630) - Development: pnpm lint on ci by [@​shamoon](https://redirect.github.com/shamoon) in [https://github.com/gethomepage/homepage/pull/4646](https://redirect.github.com/gethomepage/homepage/pull/4646) - Fix: fix overlap with glances charts in multi-widgets by [@​shamoon](https://redirect.github.com/shamoon) in [https://github.com/gethomepage/homepage/pull/4653](https://redirect.github.com/gethomepage/homepage/pull/4653) - \[BREAKING] Chore: update to next v15 by [@​shamoon](https://redirect.github.com/shamoon) in [https://github.com/gethomepage/homepage/pull/4661](https://redirect.github.com/gethomepage/homepage/pull/4661) - Feature: Firefly widget by [@​Amjad50](https://redirect.github.com/Amjad50) in [https://github.com/gethomepage/homepage/pull/4683](https://redirect.github.com/gethomepage/homepage/pull/4683) - Fix: correct package version number by [@​Maarc](https://redirect.github.com/Maarc) in [https://github.com/gethomepage/homepage/pull/4691](https://redirect.github.com/gethomepage/homepage/pull/4691) - Enhancement: support speedtest v1.2 API by [@​shamoon](https://redirect.github.com/shamoon) in [https://github.com/gethomepage/homepage/pull/4695](https://redirect.github.com/gethomepage/homepage/pull/4695) - Enhancement: filter prometheus API endpoint for active only by [@​shamoon](https://redirect.github.com/shamoon) in [https://github.com/gethomepage/homepage/pull/4701](https://redirect.github.com/gethomepage/homepage/pull/4701) - Fix: fix nesting with unsorted groups by [@​shamoon](https://redirect.github.com/shamoon) in [https://github.com/gethomepage/homepage/pull/4711](https://redirect.github.com/gethomepage/homepage/pull/4711) - Enhancement: use datasets for truenas pools by [@​shamoon](https://redirect.github.com/shamoon) in [https://github.com/gethomepage/homepage/pull/4716](https://redirect.github.com/gethomepage/homepage/pull/4716) - Chore: upgrade kubernetes/client-node by [@​shamoon](https://redirect.github.com/shamoon) in [https://github.com/gethomepage/homepage/pull/4715](https://redirect.github.com/gethomepage/homepage/pull/4715) - Fix: Timezone-aware Date comparison for Calendar integration by [@​Yeraze](https://redirect.github.com/Yeraze) in [https://github.com/gethomepage/homepage/pull/4742](https://redirect.github.com/gethomepage/homepage/pull/4742) - \[BREAKING] Enhancement: support for Kubernetes gateway API by [@​djeinstine](https://redirect.github.com/djeinstine) in [https://github.com/gethomepage/homepage/pull/4643](https://redirect.github.com/gethomepage/homepage/pull/4643) - \[BREAKING] Enhancement: require host validation by [@​shamoon](https://redirect.github.com/shamoon) in [https://github.com/gethomepage/homepage/pull/4744](https://redirect.github.com/gethomepage/homepage/pull/4744) - Enhancement: better tz parsing of ical recurring events by [@​shamoon](https://redirect.github.com/shamoon) in [https://github.com/gethomepage/homepage/pull/4749](https://redirect.github.com/gethomepage/homepage/pull/4749) - Fix: handle possible null reference in k8s gateway api by [@​dudo](https://redirect.github.com/dudo) in [https://github.com/gethomepage/homepage/pull/4752](https://redirect.github.com/gethomepage/homepage/pull/4752) - Fixhancement: add an option to fritzbox widget to display IPv6 by [@​astappiev](https://redirect.github.com/astappiev) in [https://github.com/gethomepage/homepage/pull/4778](https://redirect.github.com/gethomepage/homepage/pull/4778) - Enhancement: improve try to prune trailing slashes by [@​shamoon](https://redirect.github.com/shamoon) in [https://github.com/gethomepage/homepage/pull/4783](https://redirect.github.com/gethomepage/homepage/pull/4783) - Enhancement: support API key for Kavita by [@​shamoon](https://redirect.github.com/shamoon) in [https://github.com/gethomepage/homepage/pull/4784](https://redirect.github.com/gethomepage/homepage/pull/4784) - Chore(deps): Bump jsonpath-plus from 10.2.0 to 10.3.0 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/gethomepage/homepage/pull/4794](https://redirect.github.com/gethomepage/homepage/pull/4794) - Chore: another big deps update by [@​shamoon](https://redirect.github.com/shamoon) in [https://github.com/gethomepage/homepage/pull/4795](https://redirect.github.com/gethomepage/homepage/pull/4795) - Documentation: add auth documentation to PeaNUT by [@​Brandawg93](https://redirect.github.com/Brandawg93) in [https://github.com/gethomepage/homepage/pull/4803](https://redirect.github.com/gethomepage/homepage/pull/4803) - Enhancement: better handle recurring events poorly handled by ical library by [@​shamoon](https://redirect.github.com/shamoon) in [https://github.com/gethomepage/homepage/pull/4807](https://redirect.github.com/gethomepage/homepage/pull/4807) - Chore(deps): Bump docker/setup-qemu-action from 3.4.0 to 3.5.0 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/gethomepage/homepage/pull/4836](https://redirect.github.com/gethomepage/homepage/pull/4836) - Fix: subtract inactive_file from glances container memory usage by [@​shamoon](https://redirect.github.com/shamoon) in [https://github.com/gethomepage/homepage/pull/4844](https://redirect.github.com/gethomepage/homepage/pull/4844) - Documentation: remove auth info from romm widget by [@​gantoine](https://redirect.github.com/gantoine) in [https://github.com/gethomepage/homepage/pull/4846](https://redirect.github.com/gethomepage/homepage/pull/4846) - Chore(deps): Bump docker/setup-qemu-action from 3.5.0 to 3.6.0 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/gethomepage/homepage/pull/4848](https://redirect.github.com/gethomepage/homepage/pull/4848) - Chore(deps-dev): Bump eslint-config-prettier from 9.1.0 to 10.0.2 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/gethomepage/homepage/pull/4856](https://redirect.github.com/gethomepage/homepage/pull/4856) - Chore(deps-dev): Bump prettier from 3.5.1 to 3.5.2 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/gethomepage/homepage/pull/4859](https://redirect.github.com/gethomepage/homepage/pull/4859) - Enhancement: support new unifi network api and api key by [@​shamoon](https://redirect.github.com/shamoon) in [https://github.com/gethomepage/homepage/pull/4860](https://redirect.github.com/gethomepage/homepage/pull/4860) - Chore(deps-dev): Bump eslint from 9.20.1 to 9.21.0 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/gethomepage/homepage/pull/4858](https://redirect.github.com/gethomepage/homepage/pull/4858) - Chore(deps): Bump tough-cookie from 4.1.4 to 5.1.2 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/gethomepage/homepage/pull/4857](https://redirect.github.com/gethomepage/homepage/pull/4857) - Feature: Add APC UPS widget by [@​nicupavel](https://redirect.github.com/nicupavel) in [https://github.com/gethomepage/homepage/pull/4840](https://redirect.github.com/gethomepage/homepage/pull/4840) - \[BREAKING] Chore: upgrade to tailwind v4 by [@​shamoon](https://redirect.github.com/shamoon) in [https://github.com/gethomepage/homepage/pull/4863](https://redirect.github.com/gethomepage/homepage/pull/4863) - Fix: return all http routes of a namespace (k8s) by [@​arthur-leclerc](https://redirect.github.com/arthur-leclerc) in [https://github.com/gethomepage/homepage/pull/4865](https://redirect.github.com/gethomepage/homepage/pull/4865) - Fix: correct omada widget connectedGateways by [@​shamoon](https://redirect.github.com/shamoon) in [https://github.com/gethomepage/homepage/pull/4872](https://redirect.github.com/gethomepage/homepage/pull/4872) - Enhancement: support komga API keys, breaking API changes by [@​shamoon](https://redirect.github.com/shamoon) in [https://github.com/gethomepage/homepage/pull/4874](https://redirect.github.com/gethomepage/homepage/pull/4874) - Fix: use 'real_usage' for synology diskstation memory stats by [@​shamoon](https://redirect.github.com/shamoon) in [https://github.com/gethomepage/homepage/pull/4880](https://redirect.github.com/gethomepage/homepage/pull/4880) - Fix: fix k8s get nodes error log by [@​jnodorp](https://redirect.github.com/jnodorp) in [https://github.com/gethomepage/homepage/pull/4887](https://redirect.github.com/gethomepage/homepage/pull/4887) - Enhancement: support automatic service discovery services with layout-only nesting by [@​shamoon](https://redirect.github.com/shamoon) in [https://github.com/gethomepage/homepage/pull/4900](https://redirect.github.com/gethomepage/homepage/pull/4900) - Chore: add plex container size to requests by [@​shamoon](https://redirect.github.com/shamoon) in [https://github.com/gethomepage/homepage/pull/4903](https://redirect.github.com/gethomepage/homepage/pull/4903) - Chore: migrate to pnpm only by [@​shamoon](https://redirect.github.com/shamoon) in [https://github.com/gethomepage/homepage/pull/4907](https://redirect.github.com/gethomepage/homepage/pull/4907) - Feature: Hoarder service widget by [@​vhsdream](https://redirect.github.com/vhsdream) in [https://github.com/gethomepage/homepage/pull/4913](https://redirect.github.com/gethomepage/homepage/pull/4913) - Enhancement: cache release data, allow disable release checking by [@​shamoon](https://redirect.github.com/shamoon) in [https://github.com/gethomepage/homepage/pull/4917](https://redirect.github.com/gethomepage/homepage/pull/4917) - New Crowdin translations by GitHub Action by [@​github-actions](https://redirect.github.com/github-actions) in [https://github.com/gethomepage/homepage/pull/4599](https://redirect.github.com/gethomepage/homepage/pull/4599) #### New Contributors - [@​GTez](https://redirect.github.com/GTez) made their first contribution in [https://github.com/gethomepage/homepage/pull/4585](https://redirect.github.com/gethomepage/homepage/pull/4585) - [@​Amjad50](https://redirect.github.com/Amjad50) made their first contribution in [https://github.com/gethomepage/homepage/pull/4683](https://redirect.github.com/gethomepage/homepage/pull/4683) - [@​Maarc](https://redirect.github.com/Maarc) made their first contribution in [https://github.com/gethomepage/homepage/pull/4691](https://redirect.github.com/gethomepage/homepage/pull/4691) - [@​Yeraze](https://redirect.github.com/Yeraze) made their first contribution in [https://github.com/gethomepage/homepage/pull/4742](https://redirect.github.com/gethomepage/homepage/pull/4742) - [@​djeinstine](https://redirect.github.com/djeinstine) made their first contribution in [https://github.com/gethomepage/homepage/pull/4643](https://redirect.github.com/gethomepage/homepage/pull/4643) - [@​dudo](https://redirect.github.com/dudo) made their first contribution in [https://github.com/gethomepage/homepage/pull/4752](https://redirect.github.com/gethomepage/homepage/pull/4752) - [@​astappiev](https://redirect.github.com/astappiev) made their first contribution in [https://github.com/gethomepage/homepage/pull/4778](https://redirect.github.com/gethomepage/homepage/pull/4778) - [@​nicupavel](https://redirect.github.com/nicupavel) made their first contribution in [https://github.com/gethomepage/homepage/pull/4840](https://redirect.github.com/gethomepage/homepage/pull/4840) - [@​arthur-leclerc](https://redirect.github.com/arthur-leclerc) made their first contribution in [https://github.com/gethomepage/homepage/pull/4865](https://redirect.github.com/gethomepage/homepage/pull/4865) - [@​jnodorp](https://redirect.github.com/jnodorp) made their first contribution in [https://github.com/gethomepage/homepage/pull/4887](https://redirect.github.com/gethomepage/homepage/pull/4887) **Full Changelog**: https://github.com/gethomepage/homepage/compare/v0.10.9...v1.0.0 </details> --- ### Configuration 📅 **Schedule**: 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. --- - [ ] <!-- 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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMDIuMCIsInVwZGF0ZWRJblZlciI6IjM5LjIwMi4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWFqb3IiXX0=-->
title
| title |
|---|
| TrueCharts |
Community Helm Chart Catalog
TrueCharts is a catalog of highly optimised Helm Charts. Made for the community, By the community!
All our charts are supposed to work together and be easy to setup using any helm-compatible deployment tool, above all, give the average user more than enough options to tune things to their liking.
Getting started using TrueCharts
Support
Please check our FAQ, manual and Issue tracker There is a significant chance your issue has been reported before!
Still something not working as expected? Contact us! and we'll figure it out together!
Development
Our development process is fully distributed and agile, so every chart-maintainer is free to set their own roadmap and development speed and does not have to comply to a centralised roadmap. This ensures freedom and flexibility for everyone involved and makes sure you, the end user, always has the latest and greatest of every Chart installed.
Getting into creating Charts
For more information check the website: https://truecharts.org
Contact and Support
To contact the TrueCharts project:
-
Create an issue on Github issues
-
Open a Support Ticket
-
Send us an email
Contributors ✨
Thanks goes to these wonderful people (emoji key):
This project follows the all-contributors specification. Contributions of any kind welcome!
Licence
Truecharts, is primarily based on a AGPL-v3 license, this ensures almost everyone can use and modify our charts. Licences can vary on a per-Chart basis. This can easily be seen by the presence of a "LICENSE" file in said folder.
An exception to this, has been made for every document inside folders labeled as docs or doc and their subfolders: those folders are not licensed under AGPL-v3 and are considered "all rights reserved". Said content can be modified and changes submitted per PR, in accordance to the github End User License Agreement.
SPDX-License-Identifier: AGPL-3.0