1
Password Protection
Bjorn Lammers edited this page 2022-06-17 20:40:44 +02:00

Docker

Password protection can be set by specifying the password using a docker environment variable.
Add --env PASSWORD=VerySecurePassword123 to the command used to launch the Homarr container.

Linux / Shell

Password protection can be set by specifying the password using an environment variable. export PASSWORD=VerySecurePassword123
This method is not permanent. Making the password permanent will require you to add the command to your shells' config (E.g. .bashrc)

image