Skip to content

Homepage

Image Size GitHub Stars Compose Templates

Description

Homepage is a modern, fully static, fast, secure fully proxied, highly customizable application dashboard with integrations for over 100 services and translations into multiple languages. Easily configured via YAML files or through docker label discovery. .

Install/Setup

Refer to the following pages for detailed instructions:

Docker integration is enabled in the setting label by default, you can disable by remove the HOMEPAGE_DOCKER_INTERGRATE environment variable.

Using Environment Secrets

You can also include environment variables in your config files to protect sensitive information

Note:

  • Environment variables must start with HOMEPAGE_VAR_ or HOMEPAGE_FILE_
  • The value of env var HOMEPAGE_VAR_XXX will replace {{HOMEPAGE_VAR_XXX}} in any config
  • The value of env var HOMEPAGE_FILE_XXX must be a file path, the contents of which will be used to replace {{HOMEPAGE_FILE_XXX}} in any config