Ship homelab quick wins: Recyclarr, infra pins, jd.ginnoir.com, and LAN lockdown.
Deploy to valhalla / deploy (push) Has been cancelled

Add Recyclarr to the media stack, pin database/object-store/Caddy/Vault images with Watchtower disabled, expose JDownloader at jd.ginnoir.com, and restrict minio/homarr/docs to internal_only. Mark TB-002–004 and TB-033 complete; bundle batch-3 OIDC env for FreshRSS, ownCloud, and Reactive Resume.
This commit is contained in:
ginnoir
2026-06-11 02:28:06 -05:00
parent 1ce63153ab
commit 51acb44322
34 changed files with 392 additions and 105 deletions
+6 -2
View File
@@ -37,9 +37,11 @@ services:
- /storage1/ROMs:/mnt/roms
mariadb:
image: mariadb:latest
image: mariadb:12.3
container_name: owncloud_mariadb
restart: unless-stopped
labels:
- "com.centurylabs.watchtower.enable=false"
networks: [owncloud]
env_file:
- stack.env
@@ -56,9 +58,11 @@ services:
- /config/mysql:/var/lib/mysql
redis:
image: redis:latest
image: redis:7-alpine
container_name: owncloud_redis
restart: unless-stopped
labels:
- "com.centurylabs.watchtower.enable=false"
networks: [owncloud]
command: ["--databases", "1"]
healthcheck:
+2
View File
@@ -9,3 +9,5 @@ OWNCLOUD_ADMIN_PASSWORD=d0fet0th3x
MYSQL_ROOT_PASSWORD=d0fet0th3x
MYSQL_USER=ginnoir
MYSQL_PASSWORD=d0fet0th3x
OWNCLOUD_OIDC_CLIENT_ID=kVTZzTn4ho1lfD8ghtYHYsW84jLBzVQJBzZ7klHB
OWNCLOUD_OIDC_CLIENT_SECRET=ZvNY4bLkBsbSfo1rUBnX9nSwPzcP5R2Ya18z7IND45KmoPwUOMjnTOI6QjtQuLrzoSJ8ym03rLQLZoNb7Cdp4PtVlPPTMZYKwJBtK7DNWt8zllHLT97gbqWKQGTMxqKF