mirror of
https://github.com/auricom/home-cluster.git
synced 2025-09-09 13:12:04 +02:00
Compare commits
12 Commits
46af953cc3
...
3bb606a490
Author | SHA1 | Date | |
---|---|---|---|
3bb606a490 | |||
b685298bba | |||
00fba0989b | |||
77fd926428 | |||
916b3cb13b | |||
6332de4f46 | |||
337a5a3b1a | |||
834923835f | |||
3416d674ba | |||
1107672178 | |||
e0138ded8b | |||
098f302d9a |
2
.github/workflows/lychee.yaml
vendored
2
.github/workflows/lychee.yaml
vendored
@ -31,7 +31,7 @@ jobs:
|
||||
token: "${{ steps.app-token.outputs.token }}"
|
||||
|
||||
- name: Scan For Broken Links
|
||||
uses: lycheeverse/lychee-action@1d97d84f0bc547f7b25f4c2170d87d810dc2fb2c # v2
|
||||
uses: lycheeverse/lychee-action@82202e5e9c2f4ef1a55a3d02563e1cb6041e5332 # v2
|
||||
env:
|
||||
GITHUB_TOKEN: "${{ steps.app-token.outputs.token }}"
|
||||
with:
|
||||
|
@ -40,7 +40,7 @@ spec:
|
||||
app:
|
||||
image:
|
||||
repository: ghcr.io/home-operations/bazarr
|
||||
tag: 1.5.1@sha256:0ac96948fd8dbf1c9d8ffa83ed441d2e77c6fc79f81600c8ea160172cf66740e
|
||||
tag: 1.5.1@sha256:7ff7af1a8588569f6d9a2870e3658650379ead5082d68c5e5a7c1f01e0814a86
|
||||
env:
|
||||
TZ: "${TIMEZONE}"
|
||||
envFrom:
|
||||
|
@ -31,7 +31,7 @@ spec:
|
||||
app:
|
||||
image:
|
||||
repository: ghcr.io/home-operations/qbittorrent
|
||||
tag: 5.0.4@sha256:25ec4934fd35d5cbfc97a9829806b002253565320b39cec2925d9fa0c70dca9e
|
||||
tag: 5.1.0@sha256:fe26058628e9eb57b542204b76443b7304ed8820151d51b5c285e1828ca175a0
|
||||
env:
|
||||
TZ: "${TIMEZONE}"
|
||||
QBITTORRENT__PORT: &port 8080
|
||||
|
@ -26,7 +26,7 @@ spec:
|
||||
app:
|
||||
image:
|
||||
repository: ghcr.io/auricom/redlib
|
||||
tag: rolling@sha256:d1c029f43a51cfc35cc700f5cccc8a1aadbb01e2432ecaa2638c55d9012ad033
|
||||
tag: rolling@sha256:8de0c1c2449d0430abf5f5f13c8d79faa3d02ff047410784acb4407b758ae667
|
||||
probes:
|
||||
liveness: &probes
|
||||
enabled: true
|
||||
|
@ -38,7 +38,7 @@ spec:
|
||||
app:
|
||||
image:
|
||||
repository: ghcr.io/home-operations/sabnzbd
|
||||
tag: 4.5.1@sha256:82ad0a30283d02b2dbbb33c9db10c17506f51cfdfeb3e7ba3cfdc601dafec682
|
||||
tag: 4.5.1@sha256:45dd57d2910e629aa6a54eeb124011dc329f113b76db046bef57091d17e9eccf
|
||||
env:
|
||||
TZ: "${TIMEZONE}"
|
||||
SABNZBD__PORT: &port 8080
|
||||
|
@ -36,7 +36,7 @@ spec:
|
||||
app:
|
||||
image:
|
||||
repository: ghcr.io/home-operations/sonarr
|
||||
tag: 4.0.14.2938@sha256:acd5416ab9c36d017687820a32f09d09a4e25a5754aa5ebeae2e7c63d7609c13
|
||||
tag: 4.0.14.2938@sha256:95c3d63b46c2ff242a0b646086da557a13ef1376f415bb755b9d87c0d94d0330
|
||||
env:
|
||||
TZ: "${TIMEZONE}"
|
||||
SONARR__APP__INSTANCENAME: Sonarr
|
||||
|
@ -27,7 +27,7 @@ spec:
|
||||
app:
|
||||
image:
|
||||
repository: ghcr.io/home-operations/webhook
|
||||
tag: 2.8.2@sha256:052e3d82aa13091459faa75550943faf06309c0ca71253ea1cece7880b1d5faa
|
||||
tag: 2.8.2@sha256:a83bc6517267db655efdef8ebd4a9e6719558f6dadb9bc1e325b7083a83119c7
|
||||
env:
|
||||
WEBHOOK__PORT: &port 8080
|
||||
TZ: ${TIMEZONE}
|
||||
|
Reference in New Issue
Block a user