Add tasmota-toes-night
All checks were successful
Deploy to Fighter / Deploy (push) Successful in 8s
Deploy to Fighter / Notify (push) Successful in 2s
Deploy to Wizard / Deploy (push) Successful in 1m3s
Deploy to Wizard / Notify (push) Successful in 19s

This commit is contained in:
Joey Hafner 2024-02-26 17:07:28 -08:00
parent f0d71403c7
commit efba5474d7
3 changed files with 17 additions and 3 deletions

View File

@ -7,12 +7,12 @@
- href: https://day.toes.tasmota.jafner.net
- Toes Night:
- href: https://night.toes.tasmota.jafner.net
- Sprout Day:
- href: https://day.sprout.tasmota.jafner.net
- Figment Day:
- href: https://day.figment.tasmota.jafner.net
- Figment Night:
- href: https://night.figment.tasmota.jafner.net
- Sprout Day:
- href: https://day.sprout.tasmota.jafner.net
- Homelab:
- Lab Rack:

View File

@ -8,6 +8,14 @@ http:
service: "toes-day@file"
tls:
certResolver: "lets-encrypt"
toes-night:
rule: "Host(`night.toes.tasmota.jafner.net`)"
entryPoints: "websecure"
middlewares:
- "lan-only@file"
service: "toes-night@file"
tls:
certResolver: "lets-encrypt"
lab-rack:
rule: "Host(`rack.tasmota.jafner.net`)"
entryPoints: "websecure"
@ -74,3 +82,7 @@ http:
loadBalancer:
servers:
- url: "http://192.168.1.55/"
toes-night:
loadBalancer:
servers:
- url: "http://192.168.1.56"

View File

@ -27,6 +27,8 @@ set service dhcp-server shared-network-name LAN subnet 192.168.1.0/24 static-map
set service dhcp-server shared-network-name LAN subnet 192.168.1.0/24 static-mapping tasmota-figment-night mac-address '3C:61:05:F7:34:CD'
set service dhcp-server shared-network-name LAN subnet 192.168.1.0/24 static-mapping tasmota-55 ip-address '192.168.1.55'
set service dhcp-server shared-network-name LAN subnet 192.168.1.0/24 static-mapping tasmota-55 mac-address '3C:61:05:F7:1F:C4'
set service dhcp-server shared-network-name LAN subnet 192.168.1.0/24 static-mapping tasmota-toes-night ip-address '192.168.1.56'
set service dhcp-server shared-network-name LAN subnet 192.168.1.0/24 static-mapping tasmota-toes-night mac-address '3C:61:05:F7:33:29'
set service dns forwarding allow-from '192.168.1.0/24'
set service dns forwarding cache-size '1000000'
set service dns forwarding listen-address '192.168.1.1'