Skip to content

Instantly share code, notes, and snippets.

View bartclone's full-sized avatar

Bart clones it (or IT) bartclone

  • For fun and joy
  • Netherlands
  • 12:54 (UTC +02:00)
View GitHub Profile
@bartclone
bartclone / HA_energy_FAQ.md
Last active September 22, 2023 22:25 — forked from langestefan/HA_energy_FAQ.md
HA Energy Dashboard FAQ

Frequently Asked Questions for the Home Assistant Energy Dashboard

Yes, this beautiful thing:

image

Home Assistant introduces the Energy Dashboard here.

1. I'm replacing my [solar inverter, energy meter, ...], how can I retain my energy dashboard data?

## Trafik Multi Network Deployment
1. Create Traefik network
` # docker network create --driver=bridge --attachable --internal=false traefik `
2. Edit `traefik2/docker-compose.yml`
- Change ACME email
- Change --providers.docker.network=traefik value if you created different network then `traefik`
@bartclone
bartclone / nextcloud-pgsql-redis-traefikv2-docker-compose.yml
Created March 7, 2021 19:44 — forked from ismailyenigul/nextcloud-pgsql-redis-traefikv2-docker-compose.yml
Docker-compose file for nextcloud with pgsql,redis and traefik deployment
# docker network create nextcloud
NOTES:
1. certificatesresolvers.myresolver.acme.email=myemail@gmail.com
2. TRUSTED_PROXIES values based on your 'nexcloud network'
3. remove traefik.http.middlewares.nextcloud.headers.contentSecurityPolicy and
traefik.http.middlewares.nextcloud.headers.customFrameOptionsValue if you don't want to allow iframe your domain
3
# cat docker-compose.yml