-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: split up between core and scale (#2)
- Loading branch information
Showing
12 changed files
with
35 additions
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |