updated tasksmd and glance to use proxy auth instead of looking for internal IP's

This commit is contained in:
Phil 2024-10-25 13:53:05 -06:00
parent 8dae2bb825
commit de93ef69c0

View File

@ -7,17 +7,7 @@ post.thesatelliteoflove.com {
} }
tasks.thesatelliteoflove.com { tasks.thesatelliteoflove.com {
@allowed { reverse_proxy authentik-server-1:9000
remote_ip 100.64.0.0/10
}
handle @allowed {
reverse_proxy tasksmd:8080
}
handle {
respond "Access denied" 403
}
} }
files.thesatelliteoflove.com { files.thesatelliteoflove.com {
@ -45,18 +35,8 @@ grist.thesatelliteoflove.com {
reverse_proxy grist-grist-1:8484 reverse_proxy grist-grist-1:8484
} }
home.thesatelliteoflove.com:80 { home.thesatelliteoflove.com {
@allowed { reverse_proxy authentik-server-1:9000
remote_ip 100.64.0.0/10
}
handle @allowed {
reverse_proxy glance:8080
}
handle {
respond "Access denied" 403
}
} }
pdftools.thesatelliteoflove.com:80 { pdftools.thesatelliteoflove.com:80 {