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 |