No description
- Shell 34.9%
- Python 25.3%
- JavaScript 15%
- CSS 12.2%
- HTML 7.4%
- Other 5.2%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
| codex_worker | ||
| invidious | ||
| trueclaw | ||
| yt-downloader | ||
| .gitignore | ||
| README.md | ||
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
- Read the app's Compose file and README, when present.
- Replace example dataset paths, ports, user IDs, and public keys with values appropriate for your TrueNAS system.
- Create any required environment or secret files directly on the TrueNAS host.
- 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.