Compare commits

..

No commits in common. "e5b5f10225a98d496a32c9d994493115b483711b" and "97c4af231865c1bde09166a54c90d7023f0433fb" have entirely different histories.

8 changed files with 83 additions and 1 deletions

9
conf.d/dorito.boba.best Normal file
View File

@ -0,0 +1,9 @@
# vim: ft=caddyfile
dorito.boba.best {
encode zstd gzip
import hsts
import log
redir https://discord.gg/NZWzSCY5UE
import basicerrors
}

15
conf.d/flower.boba.best Normal file
View File

@ -0,0 +1,15 @@
# vim: ft=caddyfile
flower.boba.best {
encode zstd gzip
import hsts
import log
root * /var/www/flower.boba.best
handle {
rewrite * /flowerpet.gif
file_server
}
import basicerrors
}

15
conf.d/furry.boba.best Normal file
View File

@ -0,0 +1,15 @@
# vim: ft=caddyfile
furry.boba.best {
encode zstd gzip
import hsts
import log
root * /var/www/furry.boba.best
handle {
rewrite * /alien_furry.gif
file_server
}
import basicerrors
}

11
conf.d/peertube.boba.best Normal file
View File

@ -0,0 +1,11 @@
# vim: ft=caddyfile
peertube.boba.best {
encode zstd gzip
import hsts
import log
error * "Not found" 404
import basicerrors
}

9
conf.d/rick.boba.best Normal file
View File

@ -0,0 +1,9 @@
# vim: ft=caddyfile
rick.boba.best {
encode zstd gzip
import hsts
import log
redir https://www.youtube.com/watch?v=dQw4w9WgXcQ temporary
import basicerrors
}

15
conf.d/stib.boba.best Normal file
View File

@ -0,0 +1,15 @@
# vim: ft=caddyfile
stib.boba.best {
encode zstd gzip
import hsts
import log
root * /var/www/stib.boba.best
handle {
rewrite * /stib.gif
file_server
}
import basicerrors
}

8
conf.d/turn.boba.best Normal file
View File

@ -0,0 +1,8 @@
# vim: ft=caddyfile
turn.boba.best {
encode zstd gzip
import hsts
import log
respond "where are you"
}

View File

@ -23,7 +23,7 @@
<body bgcolor="black" text="white">
<center>
<h1>{{ $full_text }}</h1>
<img src="{{ $img_url }}" alt="cat" />
<img src='{{ $img_url }}' alt="cat" />
</center>
</body>
</html>