Mozilla Firefox is a free and open-source web browser developed by Mozilla Foundation and its subsidiary, Mozilla Corporation.
The GUI of the application is accessed through a modern web browser (no installation or configuration needed on the client side) or via any VNC client.
If needed, set environment variables by editing /opt/firefox/.env as appropriate, before deployment.
Security
By default, web access is restricted by Authelia, and VNC access is secured through SSH authentication; hence, no VNC password is configured. If you wish to add this extra layer of security, the process is straightforward:
Run the following command:
$EDITOR/opt/firefox/.vncpass_clear
Enter your desired password (up to 8 characters in length) and save the file.
At a minimum, a container restart is required for changes to take effect.