Skip to content

Commit

Permalink
docs: split up between core and scale (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
jpbnetley authored Dec 18, 2024
1 parent 03c2c40 commit 86c2747
Show file tree
Hide file tree
Showing 12 changed files with 35 additions and 30 deletions.
32 changes: 2 additions & 30 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,31 +1,3 @@
# [Truenas](https://www.truenas.com/) docs
> info for setting up truenas plugins / jails
# Plugins
## Torrent / usenet indexers
- [Prowlarr](plugins/prowlarr.md) (management of both Torrent Trackers and Usenet Indexers.)
- [Jackett](plugins/Jackett/jackett.md) (API Support for your favorite torrent trackers)
- [Transmission](plugins/transmission.md) (Torrent client)

## Video playback
- [Plex](plugins/plex.md)

## PVR apps
- [Sonar & Radar](plugins/sonar-&-radar.md)

# Custom
> to enter a jail via ssh, ssh into the Truenas machine, then use the following.
```bash
#list all of the jails
iocage list
#enter the spesified jail's terminal session (ssh)
iocage console $JAIL_NAME
```

- [Caddy](Custom/Caddy/README.md)
- [OpenVPN](Custom/OpenVPN/README.md)

# Additional resources
## ZFS
- [How data gets imbalanced on ZFS](https://jrs-s.net/2018/04/11/how-data-gets-imbalanced-on-zfs/)
- [Truenas core](./core//README.md)
- [Truenas scale](./scale/README.md)
File renamed without changes.
File renamed without changes.
File renamed without changes.
31 changes: 31 additions & 0 deletions core/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
# [Truenas Core](https://www.truenas.com/truenas-core/) docs
> info for setting up truenas core plugins / jails
# Plugins
## Torrent / usenet indexers
- [Prowlarr](plugins/prowlarr.md) (management of both Torrent Trackers and Usenet Indexers.)
- [Jackett](plugins/Jackett/jackett.md) (API Support for your favorite torrent trackers)
- [Transmission](plugins/transmission.md) (Torrent client)

## Video playback
- [Plex](plugins/plex.md)

## PVR apps
- [Sonar & Radar](plugins/sonar-&-radar.md)

# Custom
> to enter a jail via ssh, ssh into the Truenas machine, then use the following.
```bash
#list all of the jails
iocage list
#enter the spesified jail's terminal session (ssh)
iocage console $JAIL_NAME
```

- [Caddy](Custom/Caddy/README.md)
- [OpenVPN](Custom/OpenVPN/README.md)

# Additional resources
## ZFS
- [How data gets imbalanced on ZFS](https://jrs-s.net/2018/04/11/how-data-gets-imbalanced-on-zfs/)
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 2 additions & 0 deletions scale/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# [Truenas Scale](https://www.truenas.com/truenas-scale/) docs
> info for setting up truenas scale apps

0 comments on commit 86c2747

Please sign in to comment.