* mod: condense Dockerfile
* add: _FILE feature
add: list of sensitive env_vars
* mod: sorted env_var list
* add: complete current env_var list
* fix: formatting
* mod: revert Dockerfile to prev. version
* mod: updated comment to be more descriptive
mod: rename variables to be more descriptive
* rem: list of env_var; no longer needed.
mod: env_file_replace function
^ search for all <env_var>_FILE variables and replace
^ <env_var> if the file exists and is not empty
mod: env_file_replace comment
Co-authored-by: pyunramura <jeremy.cummings@live.com>
* Custom email body (#51)
* get email body from ENV
* read subject from env
* html mail
* replace special string with username and password
* missing ;
* more str_replace
* utf8 in mail
* typo
* docs
* fix var
* count accounts
* fix print
* Add the ability to set the server path. Get directed to the appropriate module when you log in.
* Fixes to allow overriding attribute labels properly
* Fix server_path in various places, update to cookies use 'samesite', include boostrap and queryjs files so LUM can run without internet access.
Co-authored-by: Monsieur X <xgaia@gmx.com>