Swapped tasks endpoint to internal only via tailscale
This commit is contained in:
parent
2a2120c976
commit
722e28af89
@ -3,7 +3,17 @@ auth.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 {
|
||||
|
Loading…
Reference in New Issue
Block a user