Added glance to stack

This commit is contained in:
2024-09-22 08:16:55 -06:00
parent 6d1ebc61d6
commit dce59dad9c
6 changed files with 125 additions and 3 deletions

View File

@ -25,4 +25,18 @@ social.thesatelliteoflove.com {
grist.thesatelliteoflove.com {
reverse_proxy grist-grist-1:8484
}
}
home.thesatelliteoflove.com:80 {
@allowed {
remote_ip 100.64.0.0/10
}
handle @allowed {
reverse_proxy glance:8080
}
handle {
respond "Access denied" 403
}
}