Self-hosted apps on my TrueNAS.
Find a file
2026-03-30 08:41:04 +02:00
audiobookshelf Update ghcr.io/advplyr/audiobookshelf Docker tag to v2.33.0 2026-03-13 00:06:26 +00:00
booklore Update ghcr.io/booklore-app/booklore Docker tag to v2.2.0 2026-03-11 15:06:29 +00:00
forgejo Update codeberg.org/forgejo/forgejo Docker tag to v14.0.3 2026-03-12 00:05:45 +00:00
habitsync Update ghcr.io/jofoerster/habitsync Docker tag to v0.19.0 2026-03-25 18:06:45 +00:00
immich Update valkey/valkey Docker tag to v9.0.3 2026-03-05 07:45:05 +00:00
karakeep Update ghcr.io/karakeep-app/karakeep Docker tag to v0.31.0 2026-02-22 12:05:53 +00:00
newt Update ghcr.io/fosrl/newt Docker tag to v1.10.4 2026-03-29 21:06:36 +00:00
norish Update norishapp/norish Docker tag to v0.17.3 2026-03-18 15:06:56 +00:00
paperless-ngx Update ghcr.io/paperless-ngx/paperless-ngx Docker tag to v2.20.11 2026-03-16 03:06:27 +00:00
plex Some wider re-writing 2026-02-12 14:45:01 +01:00
.gitignore Add paperless-ngx 2025-01-02 15:38:56 +01:00
LICENSE Fix license year 2026-02-20 23:05:08 +01:00
README.md Fix readme typo 2026-02-20 23:06:47 +01:00
renovate.json Fix renovate group for immich container images 2025-01-10 14:14:43 +01:00

TrueNAS Apps

Cool app's that I self-host on my TrueNAS server.

Things I tried but no longer use

Quickstart

$ docker context create truenas \
    --description "TrueNAS" \
    --docker "host=ssh://truenas"
$ cd app
$ docker context use truenas
$ docker compose --env-file=.env up -d
$ docker ps -a --format 'table {{ .Names }}\t{{ .ID }}\t{{ .Image }}\t{{ .Status }}' | sort