massive update i don't feel like noting what changed
This commit is contained in:
parent
0d93587aef
commit
fe7ede16c8
27 changed files with 255 additions and 118 deletions
24
neptunium/etc/caddy/sites-enabled/iceshrimp
Normal file
24
neptunium/etc/caddy/sites-enabled/iceshrimp
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
*.beeping.synth.download {
|
||||
handle /.well-known/atproto-did {
|
||||
rewrite * /.well-known/atproto-did?protocol=ap&id=%40{http.request.host.labels.3}%40beeping.synth.download
|
||||
|
||||
reverse_proxy https://fed.brid.gy {
|
||||
header_up Host fed.brid.gy
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
beeping.synth.download {
|
||||
reverse_proxy http://192.168.1.73:24042
|
||||
|
||||
# favicon stuff
|
||||
handle_path /assets/synth.download/synth.png {
|
||||
root * /var/www/site/assets/synth.download/synth.png
|
||||
file_server
|
||||
import common-settings
|
||||
}
|
||||
|
||||
import common-settings
|
||||
import log iceshrimp
|
||||
import robots-txt
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue