Add documentation entry for env settings about phpMyAdmin autologin

This commit is contained in:
cytopia 2019-01-29 15:58:04 +01:00
parent 6caaea6b34
commit 4324f13714
No known key found for this signature in database
GPG Key ID: 6D56EDB8695128A2

View File

@ -495,7 +495,7 @@ password by which it will be protected.
.. _env_devilbox_ui_enable:
DEVILBOX_UI_ENABLE
-------------------
------------------
In case you want to completely disable the Devilbox intranet, such as when running it on production,
you need to set this variable to ``0``.
@ -511,6 +511,20 @@ ordering their names alphabetically.
+-------------------------+----------------+-------------------+
DEVILBOX_VENDOR_PHPMYADMIN_AUTOLOGIN
------------------------------------
By default phpMyAdmin will autologin without having to specify username or password. The phpMyAdmin
vendor is not protected once you protect the Intranet. If you want users to enter username and
password here as well, you should set the value to ``0``.
+-------------------------------------------+----------------+-------------------+
| Name | Allowed values | Default value |
+===========================================+================+===================+
| ``DEVILBOX_VENDOR_PHPMYADMIN_AUTOLOGIN`` | ``0`` or ``1`` | ``1`` |
+-------------------------------------------+----------------+-------------------+
Docker image versions
=====================