https://github.com/jansauer/truenas-apps
My self-hosted apps on TrueNAS
https://github.com/jansauer/truenas-apps
docker-compose
Last synced: about 1 year ago
JSON representation
My self-hosted apps on TrueNAS
- Host: GitHub
- URL: https://github.com/jansauer/truenas-apps
- Owner: jansauer
- License: mit
- Created: 2025-01-01T14:39:06.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-11T16:19:24.000Z (about 1 year ago)
- Last Synced: 2025-04-12T03:59:29.495Z (about 1 year ago)
- Topics: docker-compose
- Homepage:
- Size: 115 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# TrueNAS Apps
```
$ 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 --format 'table {{ .Names }}\t{{ .ID }}\t{{ .Image }}\t{{ .Status }}' | sort
- [Bright Sky](./brightsky)
- [Immich](./immich)
- [Jellyfin](./jellyfin)
- [Overpass](./overpass)
- [Paperless-ngx](./paperless-ngx)
- [Plex](./plex)
- [Traefik](./traefik)
## Things I tried but no longer use
- [Beaver Habit Tracker](https://github.com/jansauer/truenas-apps/commit/85c5082a5e24f5dd7842b9361773f322ffc7c057)
- [Dockge](https://github.com/jansauer/truenas-apps/commit/163b23a51de3ec839bff9f35eebbb03a81ef795f)
- [Hoarder](https://github.com/jansauer/truenas-apps/blob/1a8e0e5c252a3c12a75373f932ef0ef964dfccc1/hoarder/README.md)