Compare commits
41 Commits
5ee22a1643
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| d7c1ae053e | |||
| 9a1e7fae7d | |||
| cd8f212e85 | |||
| e3c7b9371e | |||
| 891052e9e8 | |||
| daca0d07c6 | |||
| a8103fcdf0 | |||
| 22eddfca4e | |||
|
|
f746fdf204 | ||
|
|
5d51888150 | ||
|
|
b6a0ad024b | ||
|
|
88798cb22a | ||
| 5cbe0a0c00 | |||
|
|
9ea2e301ee | ||
| 391afc1fe6 | |||
|
|
99bcef6583 | ||
| 083ad61920 | |||
| a7002f6f50 | |||
|
|
bb061b7e1d | ||
| ba5f105e2d | |||
| 08825d9087 | |||
| 649ceacf7e | |||
| e0ebfe15aa | |||
| ae9d872f92 | |||
| dcb6ead1b8 | |||
| f7d8b335ae | |||
| ce33154508 | |||
|
|
9e9c7f125c | ||
|
|
99c8378606 | ||
|
|
bf4c536955 | ||
|
|
07019a163e | ||
| c8feb53b1a | |||
| 1c670469e6 | |||
| 0a13bfb321 | |||
| 537f52e08b | |||
| 235d9abec9 | |||
|
|
f4a585f339 | ||
|
|
f48d79a57e | ||
|
|
b8ddab8d17 | ||
|
|
9c398d2b90 | ||
|
|
8ac3fa4d11 |
17
.drone.yml
17
.drone.yml
@@ -1,17 +0,0 @@
|
|||||||
---
|
|
||||||
kind: pipeline
|
|
||||||
type: kubernetes
|
|
||||||
name: renovate
|
|
||||||
|
|
||||||
steps:
|
|
||||||
- name: renovate
|
|
||||||
image: renovate/renovate:41.97.7
|
|
||||||
commands:
|
|
||||||
- unset GIT_COMMITTER_NAME GIT_COMMITTER_EMAIL GIT_AUTHOR_NAME GIT_AUTHOR_EMAIL
|
|
||||||
- renovate
|
|
||||||
|
|
||||||
environment:
|
|
||||||
RENOVATE_TOKEN:
|
|
||||||
from_secret: RENOVATE_TOKEN
|
|
||||||
GITHUB_COM_TOKEN:
|
|
||||||
from_secret: GITHUB_COM_TOKEN
|
|
||||||
25
.gitea/workflows/renovate.yml
Normal file
25
.gitea/workflows/renovate.yml
Normal file
@@ -0,0 +1,25 @@
|
|||||||
|
name: renovate
|
||||||
|
|
||||||
|
on:
|
||||||
|
schedule:
|
||||||
|
- cron: "@daily"
|
||||||
|
workflow_dispatch:
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
renovate:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
container:
|
||||||
|
image: renovate/renovate:41.97.7
|
||||||
|
options: |-
|
||||||
|
--network=bridge
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- name: Checkout repository
|
||||||
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
|
- name: Run Renovate
|
||||||
|
env:
|
||||||
|
RENOVATE_TOKEN: ${{ secrets.RENOVATE_TOKEN }}
|
||||||
|
GITHUB_COM_TOKEN: ${{ secrets.PAT_TOKEN }}
|
||||||
|
run: |
|
||||||
|
renovate
|
||||||
@@ -18,7 +18,7 @@ spec:
|
|||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- name: ersatztv
|
- name: ersatztv
|
||||||
image: jasongdove/ersatztv:v25.7.0
|
image: jasongdove/ersatztv:v25.7.1
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 8409
|
- containerPort: 8409
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
|
|||||||
@@ -78,7 +78,7 @@ spec:
|
|||||||
key: postgres-password
|
key: postgres-password
|
||||||
containers:
|
containers:
|
||||||
- name: ghostfolio
|
- name: ghostfolio
|
||||||
image: docker.io/ghostfolio/ghostfolio:2.207.0
|
image: docker.io/ghostfolio/ghostfolio:2.208.0
|
||||||
securityContext:
|
securityContext:
|
||||||
capabilities:
|
capabilities:
|
||||||
drop:
|
drop:
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
kind: PersistentVolumeClaim
|
kind: PersistentVolumeClaim
|
||||||
metadata:
|
metadata:
|
||||||
name: gitea-act-runner-ceph
|
name: gitea-act-runner-longhorn
|
||||||
namespace: default
|
namespace: default
|
||||||
spec:
|
spec:
|
||||||
accessModes:
|
accessModes:
|
||||||
@@ -11,4 +11,4 @@ spec:
|
|||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
storage: 100Mi
|
storage: 100Mi
|
||||||
storageClassName: csi-rbd-sc
|
storageClassName: longhorn
|
||||||
@@ -18,14 +18,14 @@ spec:
|
|||||||
labels:
|
labels:
|
||||||
app: gitea-act-runner
|
app: gitea-act-runner
|
||||||
spec:
|
spec:
|
||||||
hostNetwork: true
|
|
||||||
restartPolicy: Always
|
restartPolicy: Always
|
||||||
|
hostNetwork: true
|
||||||
volumes:
|
volumes:
|
||||||
- name: docker-certs
|
- name: docker-certs
|
||||||
emptyDir: {}
|
emptyDir: {}
|
||||||
- name: runner-data
|
- name: runner-data
|
||||||
persistentVolumeClaim:
|
persistentVolumeClaim:
|
||||||
claimName: gitea-act-runner-ceph
|
claimName: gitea-act-runner-longhorn
|
||||||
initContainers:
|
initContainers:
|
||||||
- name: wait-for-gitea
|
- name: wait-for-gitea
|
||||||
image: busybox
|
image: busybox
|
||||||
@@ -52,7 +52,7 @@ spec:
|
|||||||
- name: GITEA_INSTANCE_URL
|
- name: GITEA_INSTANCE_URL
|
||||||
value: "https://gitea.akshun-lab.cc"
|
value: "https://gitea.akshun-lab.cc"
|
||||||
- name: GITEA_RUNNER_REGISTRATION_TOKEN
|
- name: GITEA_RUNNER_REGISTRATION_TOKEN
|
||||||
value: "NvAHP4f1in4Fpe6VFaiwiN98IR0poOQoDv4dDKcN"
|
value: "uxvKmGvtraocJMCcfJ101XC9kUoY8OlCEN18CvgZ"
|
||||||
- name: CONFIG_FILE
|
- name: CONFIG_FILE
|
||||||
value: "/data/config.yaml"
|
value: "/data/config.yaml"
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
@@ -61,7 +61,7 @@ spec:
|
|||||||
- name: runner-data
|
- name: runner-data
|
||||||
mountPath: /data
|
mountPath: /data
|
||||||
- name: daemon
|
- name: daemon
|
||||||
image: docker:28.4.0-dind
|
image: docker:28.5.1-dind
|
||||||
env:
|
env:
|
||||||
- name: DOCKER_TLS_CERTDIR
|
- name: DOCKER_TLS_CERTDIR
|
||||||
value: /certs
|
value: /certs
|
||||||
@@ -70,4 +70,3 @@ spec:
|
|||||||
volumeMounts:
|
volumeMounts:
|
||||||
- name: docker-certs
|
- name: docker-certs
|
||||||
mountPath: /certs
|
mountPath: /certs
|
||||||
|
|
||||||
@@ -16,7 +16,7 @@ spec:
|
|||||||
runAsUser: 1001
|
runAsUser: 1001
|
||||||
containers:
|
containers:
|
||||||
- name: gotenberg
|
- name: gotenberg
|
||||||
image: gotenberg/gotenberg:8.23
|
image: gotenberg/gotenberg:8.24
|
||||||
command:
|
command:
|
||||||
- sh
|
- sh
|
||||||
- -c
|
- -c
|
||||||
|
|||||||
@@ -52,7 +52,7 @@ data:
|
|||||||
useEqualHeights: true
|
useEqualHeights: true
|
||||||
hideErrors: true
|
hideErrors: true
|
||||||
statusStyle: "dot"
|
statusStyle: "dot"
|
||||||
background: /images/background.png
|
background: /images/sur.png
|
||||||
services.yaml: |
|
services.yaml: |
|
||||||
- Apps:
|
- Apps:
|
||||||
- Sonarr:
|
- Sonarr:
|
||||||
@@ -259,13 +259,6 @@ data:
|
|||||||
namespace: default
|
namespace: default
|
||||||
podSelector: app=paperless-ngx
|
podSelector: app=paperless-ngx
|
||||||
app: paperless-ngx
|
app: paperless-ngx
|
||||||
- Open-WebUI:
|
|
||||||
icon: ollama.png
|
|
||||||
description: ollama Frontend
|
|
||||||
href: https://ollama.akshun-lab.cc
|
|
||||||
namespace: default
|
|
||||||
podSelector: app=open-webui
|
|
||||||
app: open-webui
|
|
||||||
- Ghostfolio:
|
- Ghostfolio:
|
||||||
icon: ghostfolio.png
|
icon: ghostfolio.png
|
||||||
description: portfolio analyzer
|
description: portfolio analyzer
|
||||||
@@ -273,12 +266,6 @@ data:
|
|||||||
namespace: default
|
namespace: default
|
||||||
podSelector: app=ghostfolio
|
podSelector: app=ghostfolio
|
||||||
app: ghostfolio
|
app: ghostfolio
|
||||||
- Drone:
|
|
||||||
icon: drone.png
|
|
||||||
description: CI/CD
|
|
||||||
namespace: default
|
|
||||||
app: drone
|
|
||||||
href: https://drone.akshun-lab.cc
|
|
||||||
- Searxng:
|
- Searxng:
|
||||||
icon: searxng.png
|
icon: searxng.png
|
||||||
description: search engine
|
description: search engine
|
||||||
|
|||||||
@@ -16,10 +16,9 @@ spec:
|
|||||||
labels:
|
labels:
|
||||||
app: immich-ml
|
app: immich-ml
|
||||||
spec:
|
spec:
|
||||||
runtimeClassName: nvidia
|
|
||||||
containers:
|
containers:
|
||||||
- name: immich-machine-learning
|
- name: immich-machine-learning
|
||||||
image: ghcr.io/immich-app/immich-machine-learning:v2.0.1-cuda
|
image: ghcr.io/immich-app/immich-machine-learning:v2.0.1-openvino
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 3003
|
- containerPort: 3003
|
||||||
env:
|
env:
|
||||||
@@ -34,9 +33,9 @@ spec:
|
|||||||
mountPath: /cache
|
mountPath: /cache
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
nvidia.com/gpu: "1"
|
gpu.intel.com/i915: "1"
|
||||||
limits:
|
limits:
|
||||||
nvidia.com/gpu: "1"
|
gpu.intel.com/i915: "1"
|
||||||
volumes:
|
volumes:
|
||||||
- name: model-cache
|
- name: model-cache
|
||||||
persistentVolumeClaim:
|
persistentVolumeClaim:
|
||||||
|
|||||||
@@ -66,7 +66,7 @@ spec:
|
|||||||
- name: postgres-data
|
- name: postgres-data
|
||||||
mountPath: /var/lib/postgresql/data
|
mountPath: /var/lib/postgresql/data
|
||||||
- name: inv-companion
|
- name: inv-companion
|
||||||
image: quay.io/invidious/invidious-companion@sha256:62e5ec92802bc6da3e7ca6f39879d869e20d065c5c6d9cfa8ec2296057c48a3d
|
image: quay.io/invidious/invidious-companion@sha256:a96f7a1eb88bf0d5882d519c9410f8c7b2d391cafc378b72f3bfd37dd5f0e587
|
||||||
restartPolicy: Always
|
restartPolicy: Always
|
||||||
env:
|
env:
|
||||||
- name: SERVER_SECRET_KEY
|
- name: SERVER_SECRET_KEY
|
||||||
|
|||||||
@@ -17,7 +17,7 @@ spec:
|
|||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- name: pulse
|
- name: pulse
|
||||||
image: rcourtman/pulse:4.22.0
|
image: rcourtman/pulse:4.23.0
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- name: pulse-data
|
- name: pulse-data
|
||||||
mountPath: /data
|
mountPath: /data
|
||||||
|
|||||||
@@ -18,7 +18,7 @@ spec:
|
|||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- name: searxng
|
- name: searxng
|
||||||
image: searxng/searxng@sha256:106c4d4a741213e2f7550a074e4554df1ad9678ea6014b47911a5416a0636a6a
|
image: searxng/searxng@sha256:0e0493d1bff9ed55f774709c9113185aa3da0db3aea84bf86b356e97a21d54c6
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 8080
|
- containerPort: 8080
|
||||||
env:
|
env:
|
||||||
|
|||||||
@@ -40,7 +40,7 @@ spec:
|
|||||||
subPath: db
|
subPath: db
|
||||||
containers:
|
containers:
|
||||||
- name: semaphore
|
- name: semaphore
|
||||||
image: public.ecr.aws/semaphore/pro/server:v2.16.31
|
image: public.ecr.aws/semaphore/pro/server:v2.16.34
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 3000
|
- containerPort: 3000
|
||||||
envFrom:
|
envFrom:
|
||||||
|
|||||||
@@ -9,7 +9,7 @@ spec:
|
|||||||
chart:
|
chart:
|
||||||
spec:
|
spec:
|
||||||
chart: csi-driver-smb
|
chart: csi-driver-smb
|
||||||
version: "1.18.0"
|
version: "1.19.1"
|
||||||
sourceRef:
|
sourceRef:
|
||||||
kind: HelmRepository
|
kind: HelmRepository
|
||||||
name: csi-driver-smb
|
name: csi-driver-smb
|
||||||
|
|||||||
@@ -9,7 +9,7 @@ spec:
|
|||||||
chart:
|
chart:
|
||||||
spec:
|
spec:
|
||||||
chart: prometheus
|
chart: prometheus
|
||||||
version: "27.35.0"
|
version: "27.40.1"
|
||||||
sourceRef:
|
sourceRef:
|
||||||
kind: HelmRepository
|
kind: HelmRepository
|
||||||
name: prometheus-community
|
name: prometheus-community
|
||||||
Reference in New Issue
Block a user