Flame
version: '3.3'
services:
flame:
image: pawelmalak/flame:multiarch2.1.0 # Had to specify the tag
container_name: flamedashboard
volumes:
- /srv/path/Files/FlameDashboard:/app/data
- /var/run/docker.sock:/var/run/docker.sock # optional but required for Docker integration feature
ports:
- 5005:5005
environment:
- PASSWORD=xxxxxx
restart: unless-stopped
My favorite theme : Tron
CSS :
@media (min-width: 0px) {
.WeatherWidget {
visibility: visible;
}
body {
background: url(uploads/MilkyWaySmall.jpg);
background-size: cover;
background-repeat: no-repeat;
background-attachment: fixed;
}
.BookmarkCard_BookmarkCard__1GmHc, .AppGrid_AppGrid__33iLW {
margin: 20px;
background-color: rgba(0,0,0,.5);
padding: 20px;
}
.AppCard_AppCard__1V2_0 {
padding: 4px !important;
border-radius: 4px;
transition: all .1s;
}
.AppCard_AppCard__1V2_0:hover {
background: rgba(0,0,0,1) !important;
}
a div>span { # remove if want underline (uncomment!)
display:none !important # remove if want underline (uncomment!)
} # remove if want underline (uncomment!)
}
Personnal : Check vault for weatherapi.com API key and coordinates
No Comments