Homepage
Homepage is a modern, fast, and secure application dashboard. It is highly customizable and can be configured using YAML files or Docker label discovery. The dashboard has integrations for over 100 services and is translated into multiple languages. It is a fully static and proxied application.
How to start
- Create a
.envfile based on the.env.examplefile. - Set the
PATH_TO_CONFIGvariable in the.envfile to the directory where you want to store the configuration files. - Run
docker-compose up -dto start the application. - The application will be available at http://localhost:3001.
Setup
After starting the application, you can configure it by editing the YAML files in the ${PATH_TO_CONFIG} directory. The documentation for the configuration can be found on the Homepage website.