No description
  • Shell 34.9%
  • Python 25.3%
  • JavaScript 15%
  • CSS 12.2%
  • HTML 7.4%
  • Other 5.2%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2026-08-01 08:31:01 -07:00
codex_worker added first apps 2026-08-01 08:17:31 -07:00
invidious added first apps 2026-08-01 08:17:31 -07:00
trueclaw Consolidate TrueNAS apps repository 2026-08-01 08:31:01 -07:00
yt-downloader added first apps 2026-08-01 08:17:31 -07:00
.gitignore Consolidate TrueNAS apps repository 2026-08-01 08:31:01 -07:00
README.md Consolidate TrueNAS apps repository 2026-08-01 08:31:01 -07:00

TrueNAS Apps

Docker Compose configurations and small self-hosted applications used on TrueNAS SCALE. Each directory is an independent deployment; review its configuration and replace host-specific paths before installing it.

Applications

Directory Description
codex_worker/ SSH-accessible Codex development worker with persistent state and workspace storage.
invidious/ Invidious deployment configuration and TrueNAS deployment helper.
trueclaw/ Hardened OpenClaw deployment with an nginx proxy for its loopback-only gateway. See the setup guide.
yt-downloader/ LAN-only yt-dlp web interface packaged for Docker Compose and TrueNAS Custom Apps. See the setup guide.

Using an app

  1. Read the app's Compose file and README, when present.
  2. Replace example dataset paths, ports, user IDs, and public keys with values appropriate for your TrueNAS system.
  3. Create any required environment or secret files directly on the TrueNAS host.
  4. Deploy through Apps → Discover Apps → Custom App or with the included deployment helper.

Do not commit .env files or credentials. Example environment files may be committed as .env.example.

Repository scope

This repository contains TrueNAS deployments only. Utilities that are not deployed as TrueNAS apps belong elsewhere.