Add president's day tasmota to homepage and traefik

This commit is contained in:
Joey Hafner 2024-07-02 12:04:51 -07:00
parent 97b513aa54
commit 40e1d8b743
No known key found for this signature in database
2 changed files with 8 additions and 6 deletions

View File

@ -3,8 +3,6 @@
# https://gethomepage.dev/en/configs/bookmarks
- Animals:
- Sprout Day:
- href: https://day.sprout.tasmota.jafner.net
- Toes Day:
- href: https://day.toes.tasmota.jafner.net
- Toes Night:
@ -13,6 +11,10 @@
- href: https://day.figment.tasmota.jafner.net
- Figment Night:
- href: https://night.figment.tasmota.jafner.net
- President Day:
- href: https://day.president.tasmota.jafner.net
- Sprout Day:
- href: https://day.sprout.tasmota.jafner.net
- Cowboy Day:
- href: https://day.cowboy.tasmota.jafner.net

View File

@ -48,12 +48,12 @@ http:
service: "figment-night@file"
tls:
certResolver: "lets-encrypt"
tasmota-55:
rule: "Host(`55.tasmota.jafner.net`)"
president-day:
rule: "Host(`day.president.tasmota.jafner.net`)"
entryPoints: "websecure"
middlewares:
- "lan-only@file"
service: "tasmota-55@file"
service: "president-day@file"
tls:
certResolver: "lets-encrypt"
cowboy-day:
@ -86,7 +86,7 @@ http:
loadBalancer:
servers:
- url: "http://192.168.1.54/"
tasmota-55:
president-day:
loadBalancer:
servers:
- url: "http://192.168.1.55/"