- Add MANTISBT_ADMIN env variable to disable admin directory access.

This commit is contained in:
2025-03-08 00:18:27 +01:00
parent e75651a893
commit 04c0b1f405
4 changed files with 17 additions and 7 deletions

View File

@@ -1,9 +1,11 @@
------------------------------------------------------------------------------------------------------------------------------------
Rx3-Docker/MantisBT V 1.0.1 - A. GIBERT - 2025/03/07
Rx3-Docker/MantisBT V 1.0.1 - A. GIBERT - 2025/03/08
------------------------------------------------------------------------------------------------------------------------------------
- Add default config in etc/mantisbt/config_inc.php.ref,
- Add ssmtp program and env variable to allow mail sending,
- Add MANTISBT_ADMIN 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,
- Switch to docker_tools "mixed" volume mode.