Self-hosted apps on my TrueNAS.
|
|
||
|---|---|---|
| audiobookshelf | ||
| booklore | ||
| forgejo | ||
| habitsync | ||
| immich | ||
| karakeep | ||
| newt | ||
| norish | ||
| paperless-ngx | ||
| plex | ||
| .gitignore | ||
| LICENSE | ||
| README.md | ||
| renovate.json | ||
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