Fix incorrect Finland country code and updated home assitant domain
Some checks failed
Ansible Lint Check / check-ansible (push) Failing after 10s
Nix Format Check / check-format (push) Failing after 20s
Python Lint Check / check-python (push) Failing after 6s

This commit is contained in:
2025-07-22 22:09:07 +02:00
parent 4242e037b0
commit 43cc186134
2 changed files with 8 additions and 2 deletions

View File

@@ -17,7 +17,7 @@ allowed_countries_codes:
- JP # Japan
- KR # South Korea
- SK # Slovakia
- FL # Finland
- FI # Finland
- DK # Denmark
- SG # Singapore
- AT # Austria

View File

@@ -90,7 +90,7 @@ photos.vleeuwen.me {
tls {{ caddy_email }}
}
home.vleeuwen.me {
home.mvl.sh {
import country_block
reverse_proxy host.docker.internal:8123 {
header_up Host {upstream_hostport}
@@ -99,6 +99,12 @@ home.vleeuwen.me {
tls {{ caddy_email }}
}
home.vleeuwen.me {
import country_block
redir https://home.mvl.sh{uri}
tls {{ caddy_email }}
}
unifi.mvl.sh {
reverse_proxy unifi-controller:8443 {
transport http {