This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/gethomepage/homepage](https://togithub.com/gethomepage/homepage) | patch | `v0.8.10` -> `v0.8.11` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>gethomepage/homepage (ghcr.io/gethomepage/homepage)</summary> ### [`v0.8.11`](https://togithub.com/gethomepage/homepage/releases/tag/v0.8.11) [Compare Source](https://togithub.com/gethomepage/homepage/compare/v0.8.10...v0.8.11) #### What's Changed - Enhancement: support for glances v4 by [@​shamoon](https://togithub.com/shamoon) in [https://github.com/gethomepage/homepage/pull/3196](https://togithub.com/gethomepage/homepage/pull/3196) - Feature: crowdsec widget by [@​shamoon](https://togithub.com/shamoon) in [https://github.com/gethomepage/homepage/pull/3197](https://togithub.com/gethomepage/homepage/pull/3197) - Enhancement: support pi-hole v6 by [@​shamoon](https://togithub.com/shamoon) in [https://github.com/gethomepage/homepage/pull/3207](https://togithub.com/gethomepage/homepage/pull/3207) - Fix: remove invalid form attribute by [@​shamoon](https://togithub.com/shamoon) in [https://github.com/gethomepage/homepage/pull/3210](https://togithub.com/gethomepage/homepage/pull/3210) - Fix: Homebridge widget login by [@​LucaHerrero](https://togithub.com/LucaHerrero) in [https://github.com/gethomepage/homepage/pull/3220](https://togithub.com/gethomepage/homepage/pull/3220) - Fix: TrueNAS Core support for pool stats by [@​rgon10](https://togithub.com/rgon10) in [https://github.com/gethomepage/homepage/pull/3206](https://togithub.com/gethomepage/homepage/pull/3206) - Fix: rename pialert to netalertx by [@​shamoon](https://togithub.com/shamoon) in [https://github.com/gethomepage/homepage/pull/3253](https://togithub.com/gethomepage/homepage/pull/3253) ##### Maintenance - Chore(deps): Bump follow-redirects from 1.15.5 to 1.15.6 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/gethomepage/homepage/pull/3211](https://togithub.com/gethomepage/homepage/pull/3211) - Chore(deps-dev): Bump postcss from 8.4.35 to 8.4.38 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/gethomepage/homepage/pull/3212](https://togithub.com/gethomepage/homepage/pull/3212) - Chore(deps): Bump recharts from 2.12.2 to 2.12.3 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/gethomepage/homepage/pull/3215](https://togithub.com/gethomepage/homepage/pull/3215) - Chore(deps-dev): Bump eslint-plugin-react from 7.33.2 to 7.34.1 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/gethomepage/homepage/pull/3213](https://togithub.com/gethomepage/homepage/pull/3213) - Chore(deps-dev): Bump tailwindcss from 3.4.1 to 3.4.3 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/gethomepage/homepage/pull/3214](https://togithub.com/gethomepage/homepage/pull/3214) #### New Contributors - [@​LucaHerrero](https://togithub.com/LucaHerrero) made their first contribution in [https://github.com/gethomepage/homepage/pull/3220](https://togithub.com/gethomepage/homepage/pull/3220) - [@​rgon10](https://togithub.com/rgon10) made their first contribution in [https://github.com/gethomepage/homepage/pull/3206](https://togithub.com/gethomepage/homepage/pull/3206) **Full Changelog**: https://github.com/gethomepage/homepage/compare/v0.8.10...v0.8.11 </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://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yODAuMCIsInVwZGF0ZWRJblZlciI6IjM3LjI4MC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
339 lines
9.7 KiB
YAML
339 lines
9.7 KiB
YAML
image:
|
|
repository: ghcr.io/gethomepage/homepage
|
|
tag: v0.8.11@sha256:13d1bf9c5cf7d2b0f3af90ddfe59302f32374b8f48a56c6f6afc2a475bf919df
|
|
pullPolicy: IfNotPresent
|
|
|
|
workload:
|
|
main:
|
|
podSpec:
|
|
automountServiceAccountToken: true
|
|
initContainers:
|
|
init-config:
|
|
enabled: true
|
|
type: init
|
|
imageSelector: alpineImage
|
|
command:
|
|
- /bin/sh
|
|
- -c
|
|
- |
|
|
mkdir -p /app/config
|
|
if [ ! -f /app/config/bookmarks.yaml ]; then
|
|
echo "Bookmarks file not found, copying dummy..."
|
|
cp /dummy-config/bookmarks.yaml /app/config/bookmarks.yaml
|
|
echo "Config file copied, you can now edit it at /app/config/bookmarks.yaml"
|
|
fi
|
|
if [ ! -f /app/config/services.yaml ]; then
|
|
echo "services file not found, copying dummy..."
|
|
cp /dummy-config/services.yaml /app/config/services.yaml
|
|
echo "Config file copied, you can now edit it at /app/config/services.yaml"
|
|
fi
|
|
if [ ! -f /app/config/settings.yaml ]; then
|
|
echo "settings file not found, copying dummy..."
|
|
cp /dummy-config/settings.yaml /app/config/settings.yaml
|
|
echo "Config file copied, you can now edit it at /app/config/settings.yaml"
|
|
fi
|
|
if [ ! -f /app/config/widgets.yaml ]; then
|
|
echo "widgets file not found, copying dummy..."
|
|
cp /dummy-config/widgets.yaml /app/config/widgets.yaml
|
|
echo "Config file copied, you can now edit it at /app/config/widgets.yaml"
|
|
fi
|
|
if [ ! -f /app/config/custom.css ]; then
|
|
echo "custom.css file not found, copying dummy..."
|
|
cp /dummy-config/custom.css /app/config/custom.css
|
|
echo "Config file copied, you can now edit it at /app/config/custom.css"
|
|
fi
|
|
if [ ! -f /app/config/custom.js ]; then
|
|
echo "custom.js file not found, copying dummy..."
|
|
cp /dummy-config/custom.js /app/config/custom.js
|
|
echo "Config file copied, you can now edit it at /app/config/custom.js"
|
|
fi
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 10352
|
|
protocol: http
|
|
targetPort: 3000
|
|
persistence:
|
|
config:
|
|
enabled: true
|
|
mountPath: /app/config
|
|
targetSelector:
|
|
main:
|
|
main: {}
|
|
init-config: {}
|
|
kubernetes-config:
|
|
enabled: true
|
|
mountPath: /app/config/kubernetes.yaml
|
|
subPath: kubernetes.yaml
|
|
readOnly: true
|
|
type: "configmap"
|
|
objectName: config
|
|
bookmarks-config:
|
|
# Only enable when not using forceConfigFromValues
|
|
enabled: "{{ not .Values.forceConfigFromValues }}"
|
|
mountPath: /dummy-config/bookmarks.yaml
|
|
subPath: bookmarks.yaml
|
|
readOnly: true
|
|
type: "configmap"
|
|
objectName: config
|
|
targetSelector:
|
|
main:
|
|
init-config: {}
|
|
force-bookmarks-config:
|
|
# Only enable when using forceConfigFromValues
|
|
enabled: "{{ .Values.forceConfigFromValues }}"
|
|
mountPath: /app/config/bookmarks.yaml
|
|
subPath: bookmarks.yaml
|
|
readOnly: true
|
|
type: "configmap"
|
|
objectName: config
|
|
settings-config:
|
|
# Only enable when not using forceConfigFromValues
|
|
enabled: "{{ not .Values.forceConfigFromValues }}"
|
|
mountPath: /dummy-config/settings.yaml
|
|
subPath: settings.yaml
|
|
readOnly: true
|
|
type: "configmap"
|
|
objectName: config
|
|
targetSelector:
|
|
main:
|
|
init-config: {}
|
|
force-settings-config:
|
|
# Only enable when using forceConfigFromValues
|
|
enabled: "{{ .Values.forceConfigFromValues }}"
|
|
mountPath: /app/config/settings.yaml
|
|
subPath: settings.yaml
|
|
readOnly: true
|
|
type: "configmap"
|
|
objectName: config
|
|
services-config:
|
|
# Only enable when not using forceConfigFromValues
|
|
enabled: "{{ not .Values.forceConfigFromValues }}"
|
|
mountPath: /dummy-config/services.yaml
|
|
subPath: services.yaml
|
|
readOnly: true
|
|
type: "configmap"
|
|
objectName: config
|
|
targetSelector:
|
|
main:
|
|
init-config: {}
|
|
force-services-config:
|
|
# Only enable when using forceConfigFromValues
|
|
enabled: "{{ .Values.forceConfigFromValues }}"
|
|
mountPath: /app/config/services.yaml
|
|
subPath: services.yaml
|
|
readOnly: true
|
|
type: "configmap"
|
|
objectName: config
|
|
widgets-config:
|
|
# Only enable when not using forceConfigFromValues
|
|
enabled: "{{ not .Values.forceConfigFromValues }}"
|
|
mountPath: /dummy-config/widgets.yaml
|
|
subPath: widgets.yaml
|
|
readOnly: true
|
|
type: "configmap"
|
|
objectName: config
|
|
targetSelector:
|
|
main:
|
|
init-config: {}
|
|
force-widgets-config:
|
|
# Only enable when using forceConfigFromValues
|
|
enabled: "{{ .Values.forceConfigFromValues }}"
|
|
mountPath: /app/config/widgets.yaml
|
|
subPath: widgets.yaml
|
|
readOnly: true
|
|
type: "configmap"
|
|
objectName: config
|
|
custom-css-config:
|
|
# Only enable when not using forceConfigFromValues
|
|
enabled: "{{ not .Values.forceConfigFromValues }}"
|
|
mountPath: /dummy-config/custom.css
|
|
subPath: custom.css
|
|
readOnly: true
|
|
type: "configmap"
|
|
objectName: config
|
|
targetSelector:
|
|
main:
|
|
init-config: {}
|
|
force-custom-css-config:
|
|
# Only enable when using forceConfigFromValues
|
|
enabled: "{{ .Values.forceConfigFromValues }}"
|
|
mountPath: /app/config/custom.css
|
|
subPath: custom.css
|
|
readOnly: true
|
|
type: "configmap"
|
|
objectName: config
|
|
custom-js-config:
|
|
# Only enable when not using forceConfigFromValues
|
|
enabled: "{{ not .Values.forceConfigFromValues }}"
|
|
mountPath: /dummy-config/custom.js
|
|
subPath: custom.js
|
|
readOnly: true
|
|
type: "configmap"
|
|
objectName: config
|
|
targetSelector:
|
|
main:
|
|
init-config: {}
|
|
force-custom-js-config:
|
|
# Only enable when using forceConfigFromValues
|
|
enabled: "{{ .Values.forceConfigFromValues }}"
|
|
mountPath: /app/config/custom.js
|
|
subPath: custom.js
|
|
readOnly: true
|
|
type: "configmap"
|
|
objectName: config
|
|
|
|
portal:
|
|
open:
|
|
enabled: true
|
|
serviceAccount:
|
|
main:
|
|
enabled: true
|
|
primary: true
|
|
|
|
podOptions:
|
|
dnsConfig:
|
|
options:
|
|
- name: ndots
|
|
value: "3"
|
|
|
|
configmap:
|
|
config:
|
|
enabled: true
|
|
data:
|
|
custom.js: ""
|
|
custom.css: ""
|
|
kubernetes.yaml: |
|
|
mode: cluster
|
|
settings.yaml: |
|
|
---
|
|
# For configuration options and examples, please see:
|
|
# https://gethomepage.dev/latest/configs/settings
|
|
|
|
providers:
|
|
openweathermap: openweathermapapikey
|
|
weatherapi: weatherapiapikey
|
|
widgets.yaml: |
|
|
---
|
|
# For configuration options and examples, please see:
|
|
# https://gethomepage.dev/latest/configs/widgets
|
|
|
|
- resources:
|
|
cpu: true
|
|
memory: true
|
|
disk: /
|
|
|
|
- search:
|
|
provider: duckduckgo
|
|
target: _blank
|
|
|
|
services.yaml: |
|
|
---
|
|
# For configuration options and examples, please see:
|
|
# https://gethomepage.dev/latest/configs/services
|
|
|
|
- Arr:
|
|
- My First Service:
|
|
href: http://localhost/
|
|
description: Homepage is awesome
|
|
|
|
- Media:
|
|
- My Second Service:
|
|
href: http://localhost/
|
|
description: Homepage is the best
|
|
|
|
- Infra:
|
|
- My Third Service:
|
|
href: http://localhost/
|
|
description: Homepage is 😎
|
|
bookmarks.yaml: |
|
|
---
|
|
# For configuration options and examples, please see:
|
|
# https://gethomepage.dev/latest/configs/bookmarks
|
|
|
|
- Developer:
|
|
- Github:
|
|
- abbr: GH
|
|
href: https://github.com/
|
|
|
|
- Social:
|
|
- Reddit:
|
|
- abbr: RE
|
|
href: https://reddit.com/
|
|
|
|
- Entertainment:
|
|
- YouTube:
|
|
- abbr: YT
|
|
href: https://youtube.com/
|
|
|
|
- TrueCharts:
|
|
- TrueCharts:
|
|
- abbr: TC
|
|
icon: https://truecharts.org/svg/favicon.svg
|
|
href: https://truecharts.org
|
|
description: "TrueCharts Website"
|
|
- Github:
|
|
- abbr: GH
|
|
icon: https://github.com/fluidicon.png
|
|
href: https://github.com/truecharts
|
|
description: "TrueCharts GitHub"
|
|
- Open Collective:
|
|
- abbr: TC
|
|
icon: https://opencollective.com/favicon.ico
|
|
href: https://opencollective.com/truecharts
|
|
description: "TrueCharts Open Collective"
|
|
- Discord:
|
|
- abbr: DC
|
|
icon: https://t2.gstatic.com/faviconV2?client=SOCIAL&type=FAVICON&fallback_opts=TYPE,SIZE,URL&url=http://discord.com&size=32
|
|
href: https://truecharts.org/s/discord
|
|
description: "TrueCharts Discord"
|
|
|
|
forceConfigFromValues: false
|
|
|
|
rbac:
|
|
main:
|
|
enabled: true
|
|
primary: true
|
|
clusterWide: true
|
|
rules:
|
|
- apiGroups:
|
|
- ""
|
|
resources:
|
|
- namespaces
|
|
- pods
|
|
- nodes
|
|
verbs:
|
|
- get
|
|
- list
|
|
- apiGroups:
|
|
- extensions
|
|
- networking.k8s.io
|
|
resources:
|
|
- ingresses
|
|
verbs:
|
|
- get
|
|
- list
|
|
- apiGroups:
|
|
- traefik.containo.us
|
|
- traefik.io
|
|
resources:
|
|
- ingressroutes
|
|
verbs:
|
|
- get
|
|
- list
|
|
- apiGroups:
|
|
- metrics.k8s.io
|
|
resources:
|
|
- nodes
|
|
- pods
|
|
verbs:
|
|
- get
|
|
- list
|
|
- apiGroups:
|
|
- apiextensions.k8s.io
|
|
resources:
|
|
- customresourcedefinitions/status
|
|
verbs:
|
|
- get
|