From 8f311d9924c4f3f8a80d92273e81ee0f43ec3000 Mon Sep 17 00:00:00 2001 From: Herculino Trotta Date: Wed, 5 Feb 2025 15:24:00 -0300 Subject: [PATCH] Add Unraid setup details --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index d264e02..a3b87b5 100644 --- a/README.md +++ b/README.md @@ -79,6 +79,9 @@ $ docker compose up -d $ docker compose exec -it web python manage.py createsuperuser ``` +> [!NOTE] +> If you're using Unraid, you don't need to follow these steps, use the app on the store. Make sure to read the [Unraid section](#unraid) and [Enviroment Variables](#enviroment-variables) for an explanation of all available variables + ## Running locally If you want to run WYGIWYH locally, on your env file: @@ -105,6 +108,8 @@ All the required Dockerfiles are [here](https://github.com/eitchtee/WYGIWYH/tree WYGIWYH is available on the Unraid Store. You'll need to provision your own postgres (version 15 or up) database. +To create the first user, open the container's console using Unraid's UI, by clicking on WYGIWYH icon on the Docker page and selecting `Console`, then type `python manage.py createsuperuser`, you'll them be prompted to input your e-mail and password. + ## Enviroment Variables | variable | type | default | explanation |