Files
Docker-Compose/Flame Dashboard

Source: https://github.com/pawelmalak/flame

Best place to get mdi icons: https://mdi.bessarabov.com/

Retrieve icon from webpage (favicon) Source: https://www.codeproject.com/articles/19132/retrieve-a-web-pages-shortcut-icon
Basically add /favicon.ico to the end of certain URLs/Domains/sub-domains (Does not work with every site)

Some nice background links: \

Docker integration

In order to use the Docker integration, each container must have the following labels:

labels:
- flame.type=application # "app" works too
- flame.name=My container
- flame.url=https://example.com
- flame.icon=icon-name # optional, default is "docker"
# - flame.icon=custom to make changes in app. ie: custom icon upload

"Use Docker API" option must be enabled for this to work. You can find it in Settings > Docker