From e3390976957d93f78a5d957b62475a0193b05775 Mon Sep 17 00:00:00 2001 From: Ben Phelps Date: Wed, 21 Sep 2022 17:08:50 +0300 Subject: [PATCH] Created Installation with UNRAID (markdown) --- Installation-with-UNRAID.md | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 Installation-with-UNRAID.md diff --git a/Installation-with-UNRAID.md b/Installation-with-UNRAID.md new file mode 100644 index 0000000..9d4e5af --- /dev/null +++ b/Installation-with-UNRAID.md @@ -0,0 +1,35 @@ +## Install the Plugin + +- In the UNRAID webGUI, go to the **Docker** tab. +- In the search bar, search for `homepage`. +- Click on **Install**. +- Change the parameters to your liking. + - Click on **APPLY**. + +## Run the Container + +- While the container is running, open the WebUI. + - Opening the page will generate the configuration files. + +You may need to set the permissions of the folders to be able to edit the files. + +- Click on the Homepage icon. +- Click on **Console**. + - Enter `chmod -R u-x,go-rwx,go+u,ugo+X /app/config` and press **Enter**. + - Enter `chmod -R u-x,go-rwx,go+u,ugo+X /app/public/icons` and press **Enter**. + - Enter `chown -R nobody:users /app/config` and press **Enter**. + - Enter `chown -R nobody:users /app/public/icons` and press **Enter**. + +## Some Other Notes + +- To use the [Docker integration](https://github.com/benphelps/homepage/wiki/Docker-Integration), you only need to use the `container:` parameter. There is no need to set the server. + - Example: + + ``` + - Plex: + icon: /icons/plex.png + href: https://app.plex.com + container: plex + ``` + +- When you upload a new image in to the **/images** folder, you will need to restart the container for it to show up in the WebUI. Please see the [Wiki](https://github.com/benphelps/homepage/wiki/Services#icons) for more information.