Compare commits
19 Commits
fda9b227a8
...
renovate/c
| Author | SHA1 | Date | |
|---|---|---|---|
|
4806a11b15
|
|||
| 03071c0401 | |||
| ff3025a079 | |||
| 26f33ab8b0 | |||
| f7cdaed9ba | |||
| 7fdd4f20af | |||
| 8bfe85aa8c | |||
| 897f6e09a3 | |||
| 1759987126 | |||
| 1ed4f33211 | |||
| 2394ddd240 | |||
| 687164cdf1 | |||
| 4c39a1275c | |||
| 06cee5ada4 | |||
| 44a1c4a045 | |||
| 86d1b65ea8 | |||
| f806ffdc2c | |||
| a298904c1d | |||
| fee573ef91 |
@@ -1,6 +1,6 @@
|
|||||||
dependencies:
|
dependencies:
|
||||||
- name: cilium
|
- name: cilium
|
||||||
repository: https://helm.cilium.io/
|
repository: https://helm.cilium.io/
|
||||||
version: 1.18.6
|
version: 1.19.0
|
||||||
digest: sha256:8ea328ac238524b5b423e6289f5e25d05ef64e6aa19cfd5de238f1d5dd533e9b
|
digest: sha256:d2319facc93cab2a0a137588d8bd93315b52025b3ec86bc89edb0e236a74c814
|
||||||
generated: "2026-02-05T12:00:20.15778-06:00"
|
generated: "2026-02-09T06:10:54.300580175Z"
|
||||||
|
|||||||
@@ -15,7 +15,7 @@ maintainers:
|
|||||||
- name: alexlebens
|
- name: alexlebens
|
||||||
dependencies:
|
dependencies:
|
||||||
- name: cilium
|
- name: cilium
|
||||||
version: 1.18.6
|
version: 1.19.0
|
||||||
repository: https://helm.cilium.io/
|
repository: https://helm.cilium.io/
|
||||||
icon: https://cdn.jsdelivr.net/gh/selfhst/icons/png/cilium.png
|
icon: https://cdn.jsdelivr.net/gh/selfhst/icons/png/cilium.png
|
||||||
# renovate: datasource=github-releases depName=cilium/cilium
|
# renovate: datasource=github-releases depName=cilium/cilium
|
||||||
|
|||||||
@@ -369,10 +369,6 @@ gatus:
|
|||||||
url: https://auth.alexlebens.dev
|
url: https://auth.alexlebens.dev
|
||||||
<<: *defaults
|
<<: *defaults
|
||||||
group: external
|
group: external
|
||||||
- name: public homepage
|
|
||||||
url: https://home.alexlebens.dev
|
|
||||||
<<: *defaults
|
|
||||||
group: external
|
|
||||||
postgres-18-cluster:
|
postgres-18-cluster:
|
||||||
mode: recovery
|
mode: recovery
|
||||||
recovery:
|
recovery:
|
||||||
|
|||||||
@@ -1,9 +0,0 @@
|
|||||||
dependencies:
|
|
||||||
- name: app-template
|
|
||||||
repository: https://bjw-s-labs.github.io/helm-charts/
|
|
||||||
version: 4.6.2
|
|
||||||
- name: cloudflared
|
|
||||||
repository: oci://harbor.alexlebens.net/helm-charts
|
|
||||||
version: 2.3.0
|
|
||||||
digest: sha256:2fc70a1313bfa34701f7004e56bae7c4df26e2bcc3784ddd1234b0455c5017c2
|
|
||||||
generated: "2026-02-07T00:37:59.293216238Z"
|
|
||||||
@@ -1,27 +0,0 @@
|
|||||||
apiVersion: v2
|
|
||||||
name: homepage
|
|
||||||
version: 1.0.0
|
|
||||||
description: Homepage
|
|
||||||
keywords:
|
|
||||||
- homepage
|
|
||||||
- dashboard
|
|
||||||
home: https://wiki.alexlebens.dev/s/a5fabd91-3d89-4e2b-9417-06111aedaeaa
|
|
||||||
sources:
|
|
||||||
- https://github.com/gethomepage/homepage
|
|
||||||
- https://github.com/cloudflare/cloudflared
|
|
||||||
- https://github.com/gethomepage/homepage/pkgs/container/homepage
|
|
||||||
- https://github.com/bjw-s-labs/helm-charts/tree/main/charts/other/app-template
|
|
||||||
- https://gitea.alexlebens.dev/alexlebens/helm-charts/src/branch/main/charts/cloudflared
|
|
||||||
maintainers:
|
|
||||||
- name: alexlebens
|
|
||||||
dependencies:
|
|
||||||
- name: app-template
|
|
||||||
alias: homepage
|
|
||||||
repository: https://bjw-s-labs.github.io/helm-charts/
|
|
||||||
version: 4.6.2
|
|
||||||
- name: cloudflared
|
|
||||||
repository: oci://harbor.alexlebens.net/helm-charts
|
|
||||||
version: 2.3.0
|
|
||||||
icon: https://cdn.jsdelivr.net/gh/selfhst/icons/png/homepage.png
|
|
||||||
# renovate: datasource=github-releases depName=gethomepage/homepage
|
|
||||||
appVersion: v1.10.1
|
|
||||||
@@ -1,165 +0,0 @@
|
|||||||
homepage:
|
|
||||||
global:
|
|
||||||
nameOverride: homepage
|
|
||||||
controllers:
|
|
||||||
main:
|
|
||||||
type: deployment
|
|
||||||
annotations:
|
|
||||||
reloader.stakater.com/auto: "true"
|
|
||||||
strategy: Recreate
|
|
||||||
containers:
|
|
||||||
main:
|
|
||||||
image:
|
|
||||||
repository: ghcr.io/gethomepage/homepage
|
|
||||||
tag: v1.10.1
|
|
||||||
pullPolicy: IfNotPresent
|
|
||||||
env:
|
|
||||||
- name: HOMEPAGE_ALLOWED_HOSTS
|
|
||||||
value: home.alexlebens.dev
|
|
||||||
resources:
|
|
||||||
requests:
|
|
||||||
cpu: 10m
|
|
||||||
memory: 128Mi
|
|
||||||
configMaps:
|
|
||||||
config:
|
|
||||||
enabled: true
|
|
||||||
data:
|
|
||||||
docker.yaml: ""
|
|
||||||
kubernetes.yaml: ""
|
|
||||||
settings.yaml: |
|
|
||||||
favicon: https://web-assets-3bfcb5585cbd63dc365d32a3.nyc3.cdn.digitaloceanspaces.com/alexlebens-net/logo-new-round.svg
|
|
||||||
headerStyle: clean
|
|
||||||
hideVersion: true
|
|
||||||
color: zinc
|
|
||||||
background:
|
|
||||||
image: https://web-assets-3bfcb5585cbd63dc365d32a3.nyc3.cdn.digitaloceanspaces.com/alexlebens-net/background.jpg
|
|
||||||
brightness: 50
|
|
||||||
theme: dark
|
|
||||||
disableCollapse: true
|
|
||||||
widgets.yaml: |
|
|
||||||
- logo:
|
|
||||||
icon: https://web-assets-3bfcb5585cbd63dc365d32a3.nyc3.cdn.digitaloceanspaces.com/alexlebens-net/logo-new-round.png
|
|
||||||
- datetime:
|
|
||||||
text_size: xl
|
|
||||||
format:
|
|
||||||
dateStyle: long
|
|
||||||
timeStyle: short
|
|
||||||
hour12: false
|
|
||||||
- openmeteo:
|
|
||||||
label: St. Paul
|
|
||||||
latitude: 44.954445
|
|
||||||
longitude: -93.091301
|
|
||||||
timezone: America/Chicago
|
|
||||||
units: metric
|
|
||||||
cache: 5
|
|
||||||
format:
|
|
||||||
maximumFractionDigits: 0
|
|
||||||
services.yaml: |
|
|
||||||
- Applications:
|
|
||||||
- Auth:
|
|
||||||
icon: sh-authentik.webp
|
|
||||||
description: Authentik
|
|
||||||
href: https://auth.alexlebens.dev
|
|
||||||
siteMonitor: https://auth.alexlebens.dev
|
|
||||||
statusStyle: dot
|
|
||||||
- Gitea:
|
|
||||||
icon: sh-gitea.webp
|
|
||||||
description: Gitea
|
|
||||||
href: https://gitea.alexlebens.dev
|
|
||||||
siteMonitor: https://gitea.alexlebens.dev
|
|
||||||
statusStyle: dot
|
|
||||||
- Code:
|
|
||||||
icon: sh-visual-studio-code.webp
|
|
||||||
description: VS Code
|
|
||||||
href: https://codeserver.alexlebens.dev
|
|
||||||
siteMonitor: https://codeserver.alexlebens.dev
|
|
||||||
statusStyle: dot
|
|
||||||
- Site:
|
|
||||||
icon: https://web-assets-3bfcb5585cbd63dc365d32a3.nyc3.cdn.digitaloceanspaces.com/alexlebens-net/logo-new-round.png
|
|
||||||
description: Profile Website
|
|
||||||
href: https://www.alexlebens.dev
|
|
||||||
siteMonitor: https://www.alexlebens.dev
|
|
||||||
statusStyle: dot
|
|
||||||
- Content Management:
|
|
||||||
icon: directus.png
|
|
||||||
description: Directus
|
|
||||||
href: https://directus.alexlebens.dev
|
|
||||||
siteMonitor: https://directus.alexlebens.dev
|
|
||||||
statusStyle: dot
|
|
||||||
- Social Media Management:
|
|
||||||
icon: sh-postiz.webp
|
|
||||||
description: Postiz
|
|
||||||
href: https://postiz.alexlebens.dev
|
|
||||||
siteMonitor: https://postiz.alexlebens.dev
|
|
||||||
statusStyle: dot
|
|
||||||
- Chat:
|
|
||||||
icon: sh-element.webp
|
|
||||||
description: Matrix
|
|
||||||
href: https://chat.alexlebens.dev
|
|
||||||
siteMonitor: https://chat.alexlebens.dev
|
|
||||||
statusStyle: dot
|
|
||||||
- Wiki:
|
|
||||||
icon: sh-outline.webp
|
|
||||||
description: Outline
|
|
||||||
href: https://wiki.alexlebens.dev
|
|
||||||
siteMonitor: https://wiki.alexlebens.dev
|
|
||||||
statusStyle: dot
|
|
||||||
- Passwords:
|
|
||||||
icon: sh-vaultwarden-light.webp
|
|
||||||
description: Vaultwarden
|
|
||||||
href: https://passwords.alexlebens.dev
|
|
||||||
siteMonitor: https://passwords.alexlebens.dev
|
|
||||||
statusStyle: dot
|
|
||||||
- Bookmarks:
|
|
||||||
icon: sh-karakeep-light.webp
|
|
||||||
description: Karakeep
|
|
||||||
href: https://karakeep.alexlebens.dev
|
|
||||||
siteMonitor: https://karakeep.alexlebens.dev
|
|
||||||
statusStyle: dot
|
|
||||||
- RSS:
|
|
||||||
icon: sh-freshrss.webp
|
|
||||||
description: FreshRSS
|
|
||||||
href: https://rss.alexlebens.dev
|
|
||||||
siteMonitor: https://rss.alexlebens.dev
|
|
||||||
statusStyle: dot
|
|
||||||
bookmarks.yaml: ""
|
|
||||||
service:
|
|
||||||
http:
|
|
||||||
controller: main
|
|
||||||
ports:
|
|
||||||
http:
|
|
||||||
port: 80
|
|
||||||
targetPort: 3000
|
|
||||||
protocol: HTTP
|
|
||||||
persistence:
|
|
||||||
config:
|
|
||||||
enabled: true
|
|
||||||
type: configMap
|
|
||||||
name: homepage-dev
|
|
||||||
advancedMounts:
|
|
||||||
main:
|
|
||||||
main:
|
|
||||||
- path: /app/config/bookmarks.yaml
|
|
||||||
readOnly: true
|
|
||||||
mountPropagation: None
|
|
||||||
subPath: bookmarks.yaml
|
|
||||||
- path: /app/config/docker.yaml
|
|
||||||
readOnly: true
|
|
||||||
mountPropagation: None
|
|
||||||
subPath: docker.yaml
|
|
||||||
- path: /app/config/kubernetes.yaml
|
|
||||||
readOnly: true
|
|
||||||
mountPropagation: None
|
|
||||||
subPath: kubernetes.yaml
|
|
||||||
- path: /app/config/services.yaml
|
|
||||||
readOnly: true
|
|
||||||
mountPropagation: None
|
|
||||||
subPath: services.yaml
|
|
||||||
- path: /app/config/settings.yaml
|
|
||||||
readOnly: true
|
|
||||||
mountPropagation: None
|
|
||||||
subPath: settings.yaml
|
|
||||||
- path: /app/config/widgets.yaml
|
|
||||||
readOnly: true
|
|
||||||
mountPropagation: None
|
|
||||||
subPath: widgets.yaml
|
|
||||||
@@ -4,9 +4,10 @@ homepage:
|
|||||||
controllers:
|
controllers:
|
||||||
main:
|
main:
|
||||||
type: deployment
|
type: deployment
|
||||||
|
replicas: 3
|
||||||
|
strategy: RollingUpdate
|
||||||
annotations:
|
annotations:
|
||||||
reloader.stakater.com/auto: "true"
|
reloader.stakater.com/auto: "true"
|
||||||
strategy: Recreate
|
|
||||||
serviceAccount:
|
serviceAccount:
|
||||||
name: homepage
|
name: homepage
|
||||||
pod:
|
pod:
|
||||||
@@ -196,6 +197,12 @@ homepage:
|
|||||||
href: https://www.alexlebens.dev
|
href: https://www.alexlebens.dev
|
||||||
siteMonitor: https://www.alexlebens.dev
|
siteMonitor: https://www.alexlebens.dev
|
||||||
statusStyle: dot
|
statusStyle: dot
|
||||||
|
- Documentation:
|
||||||
|
icon: https://web-assets-3bfcb5585cbd63dc365d32a3.nyc3.cdn.digitaloceanspaces.com/alexlebens-net/logo-new-round.png
|
||||||
|
description: Documentation Wiki
|
||||||
|
href: https://docs.alexlebens.dev
|
||||||
|
siteMonitor: https://docs.alexlebens.dev
|
||||||
|
statusStyle: dot
|
||||||
- Content Management:
|
- Content Management:
|
||||||
icon: directus.png
|
icon: directus.png
|
||||||
description: Directus
|
description: Directus
|
||||||
@@ -681,12 +688,6 @@ homepage:
|
|||||||
siteMonitor: http://shelfmark.shelfmark:80
|
siteMonitor: http://shelfmark.shelfmark:80
|
||||||
statusStyle: dot
|
statusStyle: dot
|
||||||
- Other Homes:
|
- Other Homes:
|
||||||
- Dev:
|
|
||||||
icon: sh-homepage.webp
|
|
||||||
description: Public Homepage
|
|
||||||
href: https://home.alexlebens.dev
|
|
||||||
siteMonitor: https://home.alexlebens.dev
|
|
||||||
statusStyle: dot
|
|
||||||
- Lebens Home:
|
- Lebens Home:
|
||||||
icon: sh-homepage.webp
|
icon: sh-homepage.webp
|
||||||
description: Lebens Homepage
|
description: Lebens Homepage
|
||||||
|
|||||||
@@ -9,7 +9,7 @@ jellystat:
|
|||||||
main:
|
main:
|
||||||
image:
|
image:
|
||||||
repository: cyfershepard/jellystat
|
repository: cyfershepard/jellystat
|
||||||
tag: 1.1.7
|
tag: 1.1.8
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
env:
|
env:
|
||||||
- name: TZ
|
- name: TZ
|
||||||
|
|||||||
@@ -20,4 +20,4 @@ dependencies:
|
|||||||
version: 4.6.2
|
version: 4.6.2
|
||||||
icon: https://cdn.jsdelivr.net/gh/selfhst/icons/png/kubernetes.png
|
icon: https://cdn.jsdelivr.net/gh/selfhst/icons/png/kubernetes.png
|
||||||
# renovate: datasource=github-releases depName=alex1989hu/kubelet-serving-cert-approver
|
# renovate: datasource=github-releases depName=alex1989hu/kubelet-serving-cert-approver
|
||||||
appVersion: 0.10.2
|
appVersion: 0.10.3
|
||||||
|
|||||||
@@ -38,7 +38,7 @@ kubelet-serving-cert-approver:
|
|||||||
main:
|
main:
|
||||||
image:
|
image:
|
||||||
repository: ghcr.io/alex1989hu/kubelet-serving-cert-approver
|
repository: ghcr.io/alex1989hu/kubelet-serving-cert-approver
|
||||||
tag: 0.10.2
|
tag: 0.10.3
|
||||||
pullPolicy: Always
|
pullPolicy: Always
|
||||||
args:
|
args:
|
||||||
- serve
|
- serve
|
||||||
|
|||||||
@@ -31,4 +31,4 @@ dependencies:
|
|||||||
repository: oci://harbor.alexlebens.net/helm-charts
|
repository: oci://harbor.alexlebens.net/helm-charts
|
||||||
icon: https://cdn.jsdelivr.net/gh/selfhst/icons/png/ollama.png
|
icon: https://cdn.jsdelivr.net/gh/selfhst/icons/png/ollama.png
|
||||||
# renovate: datasource=github-releases depName=ollama/ollama
|
# renovate: datasource=github-releases depName=ollama/ollama
|
||||||
appVersion: 0.15.5
|
appVersion: 0.15.6
|
||||||
|
|||||||
@@ -41,4 +41,4 @@ dependencies:
|
|||||||
repository: oci://harbor.alexlebens.net/helm-charts
|
repository: oci://harbor.alexlebens.net/helm-charts
|
||||||
icon: https://cdn.jsdelivr.net/gh/selfhst/icons/png/postiz.png
|
icon: https://cdn.jsdelivr.net/gh/selfhst/icons/png/postiz.png
|
||||||
# renovate: datasource=github-releases depName=gitroomhq/postiz-app
|
# renovate: datasource=github-releases depName=gitroomhq/postiz-app
|
||||||
appVersion: v2.14.0
|
appVersion: v2.15.0
|
||||||
|
|||||||
@@ -9,7 +9,7 @@ postiz:
|
|||||||
main:
|
main:
|
||||||
image:
|
image:
|
||||||
repository: ghcr.io/gitroomhq/postiz-app
|
repository: ghcr.io/gitroomhq/postiz-app
|
||||||
tag: v2.14.0
|
tag: v2.15.0
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
env:
|
env:
|
||||||
- name: MAIN_URL
|
- name: MAIN_URL
|
||||||
|
|||||||
@@ -28,7 +28,7 @@ qbittorrent:
|
|||||||
qbittorrent:
|
qbittorrent:
|
||||||
image:
|
image:
|
||||||
repository: ghcr.io/linuxserver/qbittorrent
|
repository: ghcr.io/linuxserver/qbittorrent
|
||||||
tag: 5.1.4@sha256:5b09709bb0eff4edb551f5b30029952ab4d67aa0d5ca3526889124173bd78a9c
|
tag: 5.1.4@sha256:dfa75bc534ad4f36262f75b5c1d4c4f0ddd5e7ed5711ebc581c70920cce204ee
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
env:
|
env:
|
||||||
- name: TZ
|
- name: TZ
|
||||||
|
|||||||
@@ -15,7 +15,7 @@ radarr-4k:
|
|||||||
main:
|
main:
|
||||||
image:
|
image:
|
||||||
repository: ghcr.io/linuxserver/radarr
|
repository: ghcr.io/linuxserver/radarr
|
||||||
tag: 6.0.4@sha256:ba2693dd704b84eb0b404d40b3902bd3e62a1768dc5ee0d89b1f1d7cd51a66eb
|
tag: 6.0.4@sha256:f08dda38e7d12e5a722d9a5cb6e54acaf63c8598fefeefec88effe0c0d0038dd
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
env:
|
env:
|
||||||
- name: TZ
|
- name: TZ
|
||||||
|
|||||||
@@ -13,7 +13,7 @@ radarr-anime:
|
|||||||
main:
|
main:
|
||||||
image:
|
image:
|
||||||
repository: ghcr.io/linuxserver/radarr
|
repository: ghcr.io/linuxserver/radarr
|
||||||
tag: 6.0.4@sha256:ba2693dd704b84eb0b404d40b3902bd3e62a1768dc5ee0d89b1f1d7cd51a66eb
|
tag: 6.0.4@sha256:f08dda38e7d12e5a722d9a5cb6e54acaf63c8598fefeefec88effe0c0d0038dd
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
env:
|
env:
|
||||||
- name: TZ
|
- name: TZ
|
||||||
|
|||||||
@@ -13,7 +13,7 @@ radarr-standup:
|
|||||||
main:
|
main:
|
||||||
image:
|
image:
|
||||||
repository: ghcr.io/linuxserver/radarr
|
repository: ghcr.io/linuxserver/radarr
|
||||||
tag: 6.0.4@sha256:ba2693dd704b84eb0b404d40b3902bd3e62a1768dc5ee0d89b1f1d7cd51a66eb
|
tag: 6.0.4@sha256:f08dda38e7d12e5a722d9a5cb6e54acaf63c8598fefeefec88effe0c0d0038dd
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
env:
|
env:
|
||||||
- name: TZ
|
- name: TZ
|
||||||
|
|||||||
@@ -15,7 +15,7 @@ radarr:
|
|||||||
main:
|
main:
|
||||||
image:
|
image:
|
||||||
repository: ghcr.io/linuxserver/radarr
|
repository: ghcr.io/linuxserver/radarr
|
||||||
tag: 6.0.4@sha256:ba2693dd704b84eb0b404d40b3902bd3e62a1768dc5ee0d89b1f1d7cd51a66eb
|
tag: 6.0.4@sha256:f08dda38e7d12e5a722d9a5cb6e54acaf63c8598fefeefec88effe0c0d0038dd
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
env:
|
env:
|
||||||
- name: TZ
|
- name: TZ
|
||||||
|
|||||||
@@ -11,7 +11,7 @@ site-documentation:
|
|||||||
main:
|
main:
|
||||||
image:
|
image:
|
||||||
repository: harbor.alexlebens.net/images/site-documentation
|
repository: harbor.alexlebens.net/images/site-documentation
|
||||||
tag: 0.0.9
|
tag: 0.1.0
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
|
|||||||
@@ -11,7 +11,7 @@ site-profile:
|
|||||||
main:
|
main:
|
||||||
image:
|
image:
|
||||||
repository: harbor.alexlebens.net/images/site-profile
|
repository: harbor.alexlebens.net/images/site-profile
|
||||||
tag: 2.3.2
|
tag: 2.4.0
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
|
|||||||
@@ -2,7 +2,7 @@ spotisub:
|
|||||||
controllers:
|
controllers:
|
||||||
main:
|
main:
|
||||||
type: deployment
|
type: deployment
|
||||||
replicas: 0
|
replicas: 1
|
||||||
strategy: Recreate
|
strategy: Recreate
|
||||||
revisionHistoryLimit: 3
|
revisionHistoryLimit: 3
|
||||||
containers:
|
containers:
|
||||||
@@ -52,7 +52,7 @@ spotisub:
|
|||||||
- name: SPOTDL_ENABLED
|
- name: SPOTDL_ENABLED
|
||||||
value: 1
|
value: 1
|
||||||
- name: SPOTDL_OUT_FORMAT
|
- name: SPOTDL_OUT_FORMAT
|
||||||
value: "/mnt/store/Music Youtube/Andrew Lebens/{artist}/{album} ({year})/{artists} - {album} - {track-number} - {title}.{output-ext}"
|
value: "/mnt/store/Music Youtube/{artist}/{year} - {album}/{track-number} - {title}.{output-ext}"
|
||||||
- name: LIDARR_ENABLED
|
- name: LIDARR_ENABLED
|
||||||
value: 1
|
value: 1
|
||||||
- name: LIDARR_IP
|
- name: LIDARR_IP
|
||||||
|
|||||||
@@ -37,6 +37,11 @@ tubearchivist:
|
|||||||
requests:
|
requests:
|
||||||
cpu: 10m
|
cpu: 10m
|
||||||
memory: 1Gi
|
memory: 1Gi
|
||||||
|
bgutil:
|
||||||
|
image:
|
||||||
|
repository: brainicism/bgutil-ytdlp-pot-provider
|
||||||
|
tag: 1.2.2
|
||||||
|
pullPolicy: IfNotPresent
|
||||||
gluetun:
|
gluetun:
|
||||||
image:
|
image:
|
||||||
repository: ghcr.io/qdm12/gluetun
|
repository: ghcr.io/qdm12/gluetun
|
||||||
|
|||||||
Reference in New Issue
Block a user