3
Unraid Docker Installation Guide
Spike edited this page 2021-08-05 03:16:50 +00:00
This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

Unraid Docker Libreddit Installation

I have added a Libreddit docker container template within Unraid. See the community apps section within your Unraid Server for easier installation. The template version uses the same docker container developed and maintained by @spikecodes and is merely a template to get it easily installed

This Unraid Docker Installation guide will mostly assume a few things;

  1. You have docker enabled within Unraid

  2. You have enabled community apps within Unraid

  3. You have enabled within settings the ability to utilize dockerhub for search results (see settings within apps tab)

  4. OPTIONAL - You have a reverse proxy container and network to allow for certificate handling & SSL connections

With that in mind, the installation of Libreddit is rather simple once you have the above setup.

  1. Head over to apps and search for Libreddit

  2. Click to begin the installation of Libreddit within the search result. (The repo is spikecodes/libreddit)

  3. Set the toggle on the right in the template as advanced view (It defaults to basic view)

  4. Set your Icon URL as https://raw.githubusercontent.com/spikecodes/libreddit/master/static/logo.png (This will provide you with the Libreddit logo)

  5. Set your WebUI as http://[IP]:[PORT:8080]/ (This could be changed to whatever suits your local server port requirements - see below)

  6. Set Extra Parameters as --restart=always

  7. Set your network type as needed (OPTIONAL - Set network type as your network that you utilize for your SSL certs (for me its proxnetwork).)

  8. Add in your static IP address that you will utilize for Libreddit. (It makes it easier to get to your hosted instance)

  9. Now add in a port as;

  • Name Port
  • Container Port 8080
  • Host Port 8080 (this could be changed to whatever suits your local server port requirements if your 8080 is already in use)
  • Default Value 8080 (this could be changed to whatever suits your local server port requirements - as above)
  • Connection Type TCP
  • Description Container Port: 8080
  1. Click apply to download/install/start the container.

  2. OPTIONAL Head over to your SSL cert provider container of choice and set-up as necessary to server certs to your Libreddit instance for your domain.