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.
This commit is contained in:
Ivan R. 2024-03-26 01:01:14 +05:00
parent 4a9cec52ad
commit 6a71891478
No known key found for this signature in database
GPG key ID: 56C7BAAE859B302C

View file

@ -8,7 +8,6 @@ Self-hosted start page without the extra stuff.
## Features ## Features
- No javascript - No javascript
- Relatively low resource consumption (around 7 MiB of RAM)
- Authorization support - Authorization support
- SSO via Trusted Header Auth (_Reverse Proxy_) - SSO via Trusted Header Auth (_Reverse Proxy_)
- Font Awesome integration - 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_DBPATH | Path to the sqlite database. | Docker: `/var/lib/phoenix/db.sqlite3` |
| P_SECRETKEY | A long and random secret string used for authorization. | | | P_SECRETKEY | A long and random secret string used for authorization. | |
| P_LOGLEVEL | Log level settings: `debug`, `info`, `warning`, `error`, `fatal` | `warning` | | 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_HEADERAUTH | Enable Trusted Header Auth (SSO) | `false` |
| P_DEFAULTUSERNAME | Data for the first user. | | | P_DEFAULTUSERNAME | Data for the first user. | |
| P_DEFAULTPASSWORD | Data for the first user. | | | P_DEFAULTPASSWORD | Data for the first user. | |