Compare commits

..

1 Commits

Author SHA1 Message Date
Renovate Bot
26976b07ca Update renovate/renovate Docker tag to v41 2025-06-20 13:58:36 +00:00
6 changed files with 58 additions and 28 deletions

View File

@@ -76,7 +76,7 @@ spec:
key: postgres-password key: postgres-password
containers: containers:
- name: ghostfolio - name: ghostfolio
image: docker.io/ghostfolio/ghostfolio:2.172.0 image: docker.io/ghostfolio/ghostfolio:2.171.0
securityContext: securityContext:
capabilities: capabilities:
drop: drop:

View File

@@ -27,7 +27,7 @@ spec:
done done
containers: containers:
- name: gitea - name: gitea
image: gitea/gitea:1.24.1 image: gitea/gitea:1.24.0
ports: ports:
- containerPort: 22 - containerPort: 22
- containerPort: 3000 - containerPort: 3000

View File

@@ -28,16 +28,20 @@ data:
provider: google provider: google
target: _blank target: _blank
settings.yaml: | settings.yaml: |
layout: layout:
Proxmox (NVIDIA GPU): Proxmox (Nvidia):
style: row
columns: 5
tab: Stats
Proxmox (AMD GPU):
style: row style: row
columns: 5 columns: 5
tab: Stats tab: Stats
Proxmox (Asus): Proxmox (Main):
style: row
columns: 5
tab: Stats
Proxmox (Acer):
style: row
columns: 5
tab: Stats
Proxmox (HP):
style: row style: row
columns: 5 columns: 5
tab: Stats tab: Stats
@@ -144,7 +148,6 @@ data:
type: gitea type: gitea
url: http://10.0.0.14:3011 url: http://10.0.0.14:3011
key: "${GITEA_API_KEY}" key: "${GITEA_API_KEY}"
fields: ["repositories", "issues", "pulls"]
- Crafty: - Crafty:
href: https://minecraft.akshun-lab.uk href: https://minecraft.akshun-lab.uk
description: crafty controller description: crafty controller
@@ -208,10 +211,6 @@ data:
icon: adguard-home.png icon: adguard-home.png
description: ad blocker description: ad blocker
href: https://adguard.akshun-lab.uk href: https://adguard.akshun-lab.uk
- Drone:
icon: drone.png
description: CI/CD
href: https://drone.akshun-lab.uk
- Bookmarks: - Bookmarks:
- Disney: - Disney:
href: https://www.hotstar.com href: https://www.hotstar.com
@@ -235,7 +234,7 @@ data:
href: https://github.com href: https://github.com
- Twitch: - Twitch:
href: https://twitch.tv href: https://twitch.tv
- Proxmox (AMD GPU): - Proxmox (Nvidia):
- CPU Usage: - CPU Usage:
widget: widget:
type: glances type: glances
@@ -260,8 +259,8 @@ data:
widget: widget:
type: glances type: glances
url: http://192.168.1.113:61208 url: http://192.168.1.113:61208
metric: disk:sdb metric: disk:sda
- Proxmox (NVIDIA GPU): - Proxmox (Main):
- CPU Usage: - CPU Usage:
widget: widget:
type: glances type: glances
@@ -287,29 +286,60 @@ data:
type: glances type: glances
url: http://192.168.1.126:61208 url: http://192.168.1.126:61208
metric: disk:nvme0n1 metric: disk:nvme0n1
- Proxmox (Asus): - Proxmox (HP):
- CPU Usage: - CPU Usage:
widget: widget:
type: glances type: glances
url: http://192.168.1.199:61208 url: http://192.168.1.88:61208
metric: cpu metric: cpu
- Memory Usage: - Memory Usage:
widget: widget:
type: glances type: glances
url: http://192.168.1.199:61208 url: http://192.168.1.88:61208
metric: memory metric: memory
- Processes: - Processes:
widget: widget:
type: glances type: glances
url: http://192.168.1.199:61208 url: http://192.168.1.88:61208
metric: process metric: process
- Sensor: - Sensor:
widget: widget:
type: glances type: glances
url: http://192.168.1.199:61208 url: http://192.168.1.88:61208
metric: sensor:Sensor 1 metric: sensor:acpitz 1
- Disk Usage: - Disk Usage:
widget: widget:
type: glances type: glances
url: http://192.168.1.199:61208 url: http://192.168.1.88:61208
metric: disk:sda
- Proxmox (Acer):
- CPU Usage:
widget:
type: glances
url: http://192.168.1.128:61208
metric: cpu
version: 4
- Memory Usage:
widget:
type: glances
url: http://192.168.1.128:61208
metric: memory
version: 4
- Processes:
widget:
type: glances
url: http://192.168.1.128:61208
metric: process
version: 4
- Sensor:
widget:
type: glances
url: http://192.168.1.128:61208
metric: sensor:pch_cannonlake 0
version: 4
- Disk Usage:
widget:
type: glances
url: http://192.168.1.128:61208
metric: disk:nvme0n1 metric: disk:nvme0n1
version: 4

View File

@@ -40,7 +40,7 @@ spec:
done done
containers: containers:
- name: immich-server - name: immich-server
image: ghcr.io/immich-app/immich-server:v1.135.3 image: ghcr.io/immich-app/immich-server:v1.135.0
ports: ports:
- containerPort: 2283 - containerPort: 2283
env: env:
@@ -63,7 +63,7 @@ spec:
- mountPath: /usr/src/app/upload - mountPath: /usr/src/app/upload
name: pictures name: pictures
- name: immich-machine-learning - name: immich-machine-learning
image: ghcr.io/immich-app/immich-machine-learning:v1.135.3-cuda image: ghcr.io/immich-app/immich-machine-learning:v1.135.0-cuda
ports: ports:
- containerPort: 3003 - containerPort: 3003
env: env:

View File

@@ -24,7 +24,7 @@ spec:
mountPath: /data mountPath: /data
containers: containers:
- name: paperless-ngx - name: paperless-ngx
image: ghcr.io/paperless-ngx/paperless-ngx:2.17.1 image: ghcr.io/paperless-ngx/paperless-ngx:2.16.3
ports: ports:
- containerPort: 8000 - containerPort: 8000
env: env:

View File

@@ -9,7 +9,7 @@ spec:
chart: chart:
spec: spec:
chart: ollama chart: ollama
version: "1.20.0" version: "1.19.0"
sourceRef: sourceRef:
kind: HelmRepository kind: HelmRepository
name: ollama name: ollama