diff --git a/README.md b/README.md index d76216f..fc8fd3a 100644 --- a/README.md +++ b/README.md @@ -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) \ No newline at end of file diff --git a/Custom/Caddy/README.md b/core/Custom/Caddy/README.md similarity index 100% rename from Custom/Caddy/README.md rename to core/Custom/Caddy/README.md diff --git a/Custom/Caddy/setup-caddy.sh b/core/Custom/Caddy/setup-caddy.sh similarity index 100% rename from Custom/Caddy/setup-caddy.sh rename to core/Custom/Caddy/setup-caddy.sh diff --git a/Custom/OpenVPN/README.md b/core/Custom/OpenVPN/README.md similarity index 100% rename from Custom/OpenVPN/README.md rename to core/Custom/OpenVPN/README.md diff --git a/core/README.md b/core/README.md new file mode 100644 index 0000000..9dac255 --- /dev/null +++ b/core/README.md @@ -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/) diff --git a/plugins/Jackett/jacket-update.sh b/core/plugins/Jackett/jacket-update.sh similarity index 100% rename from plugins/Jackett/jacket-update.sh rename to core/plugins/Jackett/jacket-update.sh diff --git a/plugins/Jackett/jackett.md b/core/plugins/Jackett/jackett.md similarity index 100% rename from plugins/Jackett/jackett.md rename to core/plugins/Jackett/jackett.md diff --git a/plugins/plex.md b/core/plugins/plex.md similarity index 100% rename from plugins/plex.md rename to core/plugins/plex.md diff --git a/plugins/prowlarr.md b/core/plugins/prowlarr.md similarity index 100% rename from plugins/prowlarr.md rename to core/plugins/prowlarr.md diff --git a/plugins/sonar-&-radar.md b/core/plugins/sonar-&-radar.md similarity index 100% rename from plugins/sonar-&-radar.md rename to core/plugins/sonar-&-radar.md diff --git a/plugins/transmission.md b/core/plugins/transmission.md similarity index 100% rename from plugins/transmission.md rename to core/plugins/transmission.md diff --git a/scale/README.md b/scale/README.md new file mode 100644 index 0000000..3a12ac5 --- /dev/null +++ b/scale/README.md @@ -0,0 +1,2 @@ +# [Truenas Scale](https://www.truenas.com/truenas-scale/) docs +> info for setting up truenas scale apps