- Rename MANTISBT_ADMIN env varable into MANTISBT_ADMIN_ENABLED.

This commit is contained in:
2025-03-08 22:43:38 +01:00
parent dad3793cca
commit 2a380f6e70
4 changed files with 18 additions and 18 deletions

View File

@@ -3,7 +3,7 @@ Rx3-Docker/MantisBT V 1.0.1 - A. GIBERT - 2025/03/08
------------------------------------------------------------------------------------------------------------------------------------
- Add default config in etc/mantisbt/config_inc.php.ref,
- Add MANTISBT_ADMIN env variable to disable admin directory access,
- Add MANTISBT_ADMIN_ENABLED env variable to disable admin directory access,
- Add var/www/mantisbt/images-local volume allowing logo addition,
- Add ssmtp program and SMTP_SERVER env variable to allow mail sending,
- Add php xmlreader & xmlwriter module tu support "Import/Export issues" plugin,