Quick base change

Shuffling around the .env and Readme
This commit is contained in:
Azgaviper
2021-04-23 22:19:09 +02:00
parent 9181a5437b
commit 0b3d2f9290
3 changed files with 138 additions and 11 deletions
+2 -2
View File
@@ -15,8 +15,8 @@ SHUFFLE_DOWNLOAD_AUTH_BRANCH=
SHUFFLE_APP_FORCE_UPDATE=false
# User config for first load. Username & PW: min length 3
SHUFFLE_DEFAULT_USERNAME=
SHUFFLE_DEFAULT_PASSWORD=
SHUFFLE_DEFAULT_USERNAME=shuffle
SHUFFLE_DEFAULT_PASSWORD==Fr1kky1sN0t@D0g
SHUFFLE_DEFAULT_APIKEY=
# Local location of your app directory. Can't use ~/
File diff suppressed because one or more lines are too long
+2 -1
View File
@@ -7,7 +7,8 @@ The Docker setup is done with docker-compose and is a single command to get set
**PS: if you're setting up Shuffle on Windows, go to the next step (Windows Docker setup)**
1. Make sure you have Docker and [docker-compose](https://docs.docker.com/compose/install/) installed.
2. Run docker-compose.
2. Adapt the .env file to your convenience.
3. Run docker-compose.
```
git clone https://github.com/frikky/Shuffle
cd Shuffle