-
Notifications
You must be signed in to change notification settings - Fork 47
website
The mini-Internet automatically creates a webserver that runs in a dedicated container called WEB
and
in which several monitoring tools are available.
To access the
WEB
container from outside, we use aPROXY
container.
Once the mini-Internet has started, you can access the webserver with the following URL: https://your-server-domain
.
We now explain how to configure the mini-Internet webserver.
The configuration must be done in the setup/website_setup.sh
script.
You must fill in the hostname and give an email to enable HTTPS. This information is then used to automatically obtain a certificate using LetsEncrypt (done by the PROXY
container). In case HTTP is enough your you, just keep these variables empty.
You can also configuration the ports used by the webserver setup or just use the default ones. Finally, you can configure your timezone.
Since the webserver is running in the server hosting the mini-Internet, we must avoid potential DDos attacks on the server.
We provide the script utils/iptables/filters.sh
that applies some basic port filtering rules to mitigate these potential threats.
-
Configure the mini-Internet
-
Operate the mini-Internet
-
Use the mini-Internet
-
Built-in services
-
Additional tools and features