diff --git a/fighter/config/homepage/config/bookmarks.yaml b/fighter/config/homepage/config/bookmarks.yaml index 579fdbd..0862e58 100644 --- a/fighter/config/homepage/config/bookmarks.yaml +++ b/fighter/config/homepage/config/bookmarks.yaml @@ -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 diff --git a/fighter/config/traefik/config/tasmota.yaml b/fighter/config/traefik/config/tasmota.yaml index 6f92ad4..f367bc7 100644 --- a/fighter/config/traefik/config/tasmota.yaml +++ b/fighter/config/traefik/config/tasmota.yaml @@ -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/"