REL-0.12 Doc: How to disable the Intranet

This commit is contained in:
cytopia 2017-10-03 11:07:18 +02:00
parent 8ad5b4ef61
commit 54bddc820a
No known key found for this signature in database
GPG Key ID: 6D56EDB8695128A2

View File

@ -77,6 +77,7 @@ Configure |
5. [Intranet settings](#5-intranet-settings)
1. [DNS check timeout](#51-dns-check-timeout)
2. [Password protection](#52-password-protection)
3. [Disable Intranet](#53-disable-intranet)
6. [Host computer](#6-host-computer)
1. [/etc/hosts](#61-etchosts)
2. [Auto-DNS](#62-auto-dns)
@ -873,6 +874,14 @@ If you wish, you can password-protect the devilbox intranet (not the vhost proje
> However, the devilbox intranet might give away too much information, what other people should not see, such as databases or others.
> In that case, you should enable password protection.
#### 5.3 Disable Intranet
| `.env` file variable name | Default | Note |
|---------------------------|---------|------|
| DEVILBOX_UI_DISABLE | `0` | Enable or disable devilbox's Intranet completely. |
If you wish, you can disable the built-in intranet completely. Set this variable to `1` which will remove the vhost that servers the Intranet. All that will be left are your custom project based virtual hosts.
## 6. Host computer