Homepage
Using Homepage
Section titled “Using Homepage”Homepage is able to integrate directly with Docker, allowing it to “auto-discover” the running containers/services.
Homepage can also integrate with a very large number of the containers in this project, so setting up the connection is very easy.
A number of applications already have their API keys retrieved automatically, but you may need to define some services API keys in the inventory/group_vars/all/homepage_api_keys.yml file. These can be found in the applications setting page.
It is also highly recommended to ensure the permissions and ownership of this file is locked down. You can do this by running:
chmod 0600 inventory/group_vars/all/homepage_api_keys.ymlchown $(whoami):$(whoami) inventory/group_vars/all/homepage_api_keys.yml