Fix incorrect Finland country code and updated home assitant domain
This commit is contained in:
@@ -17,7 +17,7 @@ allowed_countries_codes:
|
|||||||
- JP # Japan
|
- JP # Japan
|
||||||
- KR # South Korea
|
- KR # South Korea
|
||||||
- SK # Slovakia
|
- SK # Slovakia
|
||||||
- FL # Finland
|
- FI # Finland
|
||||||
- DK # Denmark
|
- DK # Denmark
|
||||||
- SG # Singapore
|
- SG # Singapore
|
||||||
- AT # Austria
|
- AT # Austria
|
||||||
|
@@ -90,7 +90,7 @@ photos.vleeuwen.me {
|
|||||||
tls {{ caddy_email }}
|
tls {{ caddy_email }}
|
||||||
}
|
}
|
||||||
|
|
||||||
home.vleeuwen.me {
|
home.mvl.sh {
|
||||||
import country_block
|
import country_block
|
||||||
reverse_proxy host.docker.internal:8123 {
|
reverse_proxy host.docker.internal:8123 {
|
||||||
header_up Host {upstream_hostport}
|
header_up Host {upstream_hostport}
|
||||||
@@ -99,6 +99,12 @@ home.vleeuwen.me {
|
|||||||
tls {{ caddy_email }}
|
tls {{ caddy_email }}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
home.vleeuwen.me {
|
||||||
|
import country_block
|
||||||
|
redir https://home.mvl.sh{uri}
|
||||||
|
tls {{ caddy_email }}
|
||||||
|
}
|
||||||
|
|
||||||
unifi.mvl.sh {
|
unifi.mvl.sh {
|
||||||
reverse_proxy unifi-controller:8443 {
|
reverse_proxy unifi-controller:8443 {
|
||||||
transport http {
|
transport http {
|
||||||
|
Reference in New Issue
Block a user