Swapped tasks endpoint to internal only via tailscale

This commit is contained in:
Phil 2024-10-10 16:00:57 -06:00
parent 2a2120c976
commit 722e28af89

View File

@ -3,7 +3,17 @@ auth.thesatelliteoflove.com {
} }
tasks.thesatelliteoflove.com { tasks.thesatelliteoflove.com {
reverse_proxy authentik-server-1:9000 @allowed {
remote_ip 100.64.0.0/10
}
handle @allowed {
reverse_proxy tasksmd:8080
}
handle {
respond "Access denied" 403
}
} }
files.thesatelliteoflove.com { files.thesatelliteoflove.com {