From 0127a25ce54cfe089928f0cf8094857e5bb8a37a Mon Sep 17 00:00:00 2001 From: Krateng Date: Tue, 18 Aug 2020 16:38:28 +0200 Subject: [PATCH] Added password information to readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 7ecacfb..9da1712 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,8 @@ You can check [my own Maloja page](https://maloja.krateng.ch) to see what it loo > **IMPORTANT**: With the update 2.0, Maloja has been refactored into a Python package and the old update script no longer works. If you're still on version 1, see [below](#update). +> **IMPORTANT**: With the update 2.7, the backend has been reworked to use a password. With a normal installation, you are asked to provide a password on setup. If you use docker or skip the setup for other reasons, you need to provide the environment variable `MALOJA_DEFAULT_PASSWORD`. If you have already started the server once and generated a random password that you don't know, you can also overwrite that with `MALOJA_FORCE_PASSWORD`. + ## Table of Contents * [Why not Last.fm / Libre.fm / GNU FM?](#why-not-lastfm--librefm--gnu-fm) * [How to install](#how-to-install)