mirror of
https://github.com/cytopia/devilbox.git
synced 2025-06-11 03:41:46 +00:00
Add documentation entry for env settings about phpMyAdmin autologin
This commit is contained in:
parent
6caaea6b34
commit
4324f13714
@ -495,7 +495,7 @@ password by which it will be protected.
|
|||||||
.. _env_devilbox_ui_enable:
|
.. _env_devilbox_ui_enable:
|
||||||
|
|
||||||
DEVILBOX_UI_ENABLE
|
DEVILBOX_UI_ENABLE
|
||||||
-------------------
|
------------------
|
||||||
|
|
||||||
In case you want to completely disable the Devilbox intranet, such as when running it on production,
|
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``.
|
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
|
Docker image versions
|
||||||
=====================
|
=====================
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user