From 5e6c12ce6d2e7e0fe161933423974815d6e6cc65 Mon Sep 17 00:00:00 2001 From: Caramel Date: Thu, 11 May 2023 15:17:35 +0200 Subject: [PATCH] Update README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index accd489..e0ff392 100644 --- a/README.md +++ b/README.md @@ -107,6 +107,10 @@ QOI is a new lossless image format that is designed to be very fast to encode an You can [read more about QOI here](https://qoiformat.org/). +### What is the default admin login? + +The default username is `admin`, and the default password is set from the `PICSUR_ADMIN_PASSWORD` environment variable. + ## Running your own instance You easily run this service yourself via Docker. Here is an example docker-compose file: @@ -129,6 +133,7 @@ services: # PICSUR_DB_PASSWORD: picsur # PICSUR_DB_DATABASE: picsur + ## The default username is admin, this is not modifyable # PICSUR_ADMIN_PASSWORD: picsur ## Optional, random secret will be generated if not set