From 6a71891478c385b5d78675d55ed285bf17056150 Mon Sep 17 00:00:00 2001 From: Ivan Reshetnikov Date: Tue, 26 Mar 2024 01:01:14 +0500 Subject: [PATCH] docs: remove obsolete parameter, remove memory footprint note Unfortunately, memory consumption has increased. I would not like to include it in the list of advantages now. --- readme.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/readme.md b/readme.md index 1660649..273e43a 100644 --- a/readme.md +++ b/readme.md @@ -8,7 +8,6 @@ Self-hosted start page without the extra stuff. ## Features - No javascript -- Relatively low resource consumption (around 7 MiB of RAM) - Authorization support - SSO via Trusted Header Auth (_Reverse Proxy_) - Font Awesome integration @@ -21,7 +20,6 @@ Service settings can be set through environment variables. | P_DBPATH | Path to the sqlite database. | Docker: `/var/lib/phoenix/db.sqlite3` | | P_SECRETKEY | A long and random secret string used for authorization. | | | P_LOGLEVEL | Log level settings: `debug`, `info`, `warning`, `error`, `fatal` | `warning` | -| P_PRODUCTION | Is this instance running in production mode? | `true` | | P_HEADERAUTH | Enable Trusted Header Auth (SSO) | `false` | | P_DEFAULTUSERNAME | Data for the first user. | | | P_DEFAULTPASSWORD | Data for the first user. | |