From ec69fdcb27623027644778aa78d79fdca4f3469d Mon Sep 17 00:00:00 2001 From: Christopher Moss Date: Fri, 27 Dec 2024 13:13:20 +0000 Subject: Adds BASE_URL to example .env file (#7151) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Adds BASE_URL to example .env file I found without specifying a BASE_URL then the installation command gets confused ❌ FreshRSS error during installation! FreshRSS error: invalid input: default-user cannot be empty The provided example base url may not be desired, but the readme should be updated with 'something' to make first use more user friendly. * Update Docker/README.md --------- Co-authored-by: Alexandre Alapetite --- Docker/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Docker/README.md b/Docker/README.md index 4cde4b2d6..9c5604d88 100644 --- a/Docker/README.md +++ b/Docker/README.md @@ -274,6 +274,7 @@ sudo nano /var/lib/docker/volumes/freshrss_data/_data/config.php First, put variables such as passwords in your `.env` file, which can live where your `docker-compose.yml` should be. See [`example.env`](./freshrss/example.env). ```ini +BASE_URL=https://freshrss.example.net ADMIN_EMAIL=admin@example.net ADMIN_PASSWORD=freshrss ADMIN_API_PASSWORD=freshrss -- cgit v1.2.3