diff --git a/docs/install/438751935-3cd78746-c0e1-4761-a163-05df93202f4c.png b/docs/install/438751935-3cd78746-c0e1-4761-a163-05df93202f4c.png new file mode 100644 index 0000000..a713bd0 Binary files /dev/null and b/docs/install/438751935-3cd78746-c0e1-4761-a163-05df93202f4c.png differ diff --git a/docs/install/438751959-0dbedfb9-626c-44ce-910f-14ebfaeaa0d6.png b/docs/install/438751959-0dbedfb9-626c-44ce-910f-14ebfaeaa0d6.png new file mode 100644 index 0000000..180142e Binary files /dev/null and b/docs/install/438751959-0dbedfb9-626c-44ce-910f-14ebfaeaa0d6.png differ diff --git a/docs/install/438751966-5e05d82c-7202-454b-a642-c120d86a5439.png b/docs/install/438751966-5e05d82c-7202-454b-a642-c120d86a5439.png new file mode 100644 index 0000000..9b683a3 Binary files /dev/null and b/docs/install/438751966-5e05d82c-7202-454b-a642-c120d86a5439.png differ diff --git a/docs/install/438751972-c988a742-fd4f-4b95-b465-d58c108e785d.png b/docs/install/438751972-c988a742-fd4f-4b95-b465-d58c108e785d.png new file mode 100644 index 0000000..3e095f6 Binary files /dev/null and b/docs/install/438751972-c988a742-fd4f-4b95-b465-d58c108e785d.png differ diff --git a/docs/install/438751979-fbc398b6-f0f2-4422-bf62-1c6a9d04b978.png b/docs/install/438751979-fbc398b6-f0f2-4422-bf62-1c6a9d04b978.png new file mode 100644 index 0000000..e409ccd Binary files /dev/null and b/docs/install/438751979-fbc398b6-f0f2-4422-bf62-1c6a9d04b978.png differ diff --git a/docs/install/438751985-b761fda1-793a-4ff3-a387-91084b406af2.png b/docs/install/438751985-b761fda1-793a-4ff3-a387-91084b406af2.png new file mode 100644 index 0000000..870f09a Binary files /dev/null and b/docs/install/438751985-b761fda1-793a-4ff3-a387-91084b406af2.png differ diff --git a/docs/install/438751991-89cdbc39-9b7a-458e-8464-d29f0236d288.png b/docs/install/438751991-89cdbc39-9b7a-458e-8464-d29f0236d288.png new file mode 100644 index 0000000..b395e45 Binary files /dev/null and b/docs/install/438751991-89cdbc39-9b7a-458e-8464-d29f0236d288.png differ diff --git a/docs/install/438751996-479f01b6-dc98-472a-8cf1-eafb40b4925a.png b/docs/install/438751996-479f01b6-dc98-472a-8cf1-eafb40b4925a.png new file mode 100644 index 0000000..0a951ca Binary files /dev/null and b/docs/install/438751996-479f01b6-dc98-472a-8cf1-eafb40b4925a.png differ diff --git a/docs/install/truenas-scale.md b/docs/install/truenas-scale.md index 09324d4..73d0270 100644 --- a/docs/install/truenas-scale.md +++ b/docs/install/truenas-scale.md @@ -10,10 +10,30 @@ description: Install Unpackerr on TrueNAS Scale using TrueCharts. ## TrueCharts -This no longer exists, and these directions were removed. +## Portainer -## Future +On TrueNAS Scale ElectricEel and later the use of docker containers is supported. To simplify installation, install a container manager such as Portainer or Dockge from the inbuilt application catalogue. This guide is based on the usage of Portainer. +![Portainer App Install](438751966-5e05d82c-7202-454b-a642-c120d86a5439.png) +![Portainer UI Open](438751972-c988a742-fd4f-4b95-b465-d58c108e785d.png) -You install Unpackerr with a custom app. Once you figure it out, please -[edit this page](https://github.com/Unpackerr/unpackerr.github.io/blob/main/docs/install/truenas-scale.md) -so others can benefit from your tribulations. +Generate the contents of docker-compose.yml via [Notifiarr/Unpackerr](https://notifiarr.com/unpackerr) or write this yourself. + +In Portainer, navigate to stacks, and add a new stack. +![Portainer Instance](438751979-fbc398b6-f0f2-4422-bf62-1c6a9d04b978.png) +![Stacks Section](438751985-b761fda1-793a-4ff3-a387-91084b406af2.png) + +Name it 'unpackerr' and paste the contents of your previously created docker-compose.yml +![Stacks List](438751991-89cdbc39-9b7a-458e-8464-d29f0236d288.png) +![Create Unpackerr Stack](438751996-479f01b6-dc98-472a-8cf1-eafb40b4925a.png) + +Ensure the details are correct for your TrueNAS instance (i.e. the relevant directory is mapped and the user/group IDs are correct) and then create the stack. +![Deploy Stack](438751935-3cd78746-c0e1-4761-a163-05df93202f4c.png) + +Portainer will do everything from here. Once done, to confirm it is working open the unpackerr stack and review the logs. You should see any pending files for connected applications being extracted. +![Log View](438751959-0dbedfb9-626c-44ce-910f-14ebfaeaa0d6.png) + +## TrueNAS Custom App + +There may be a way to install unpackerr directly without the use of a container manager. +If you work that out, please [edit this page](https://github.com/Unpackerr/unpackerr.github.io/blob/main/docs/install/truenas-scale.md) +so others can benefit from your tribulations. \ No newline at end of file