Compare commits

...

3 Commits

8 changed files with 1 additions and 83 deletions

View File

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

View File

@ -1,15 +0,0 @@
# 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
}

View File

@ -1,15 +0,0 @@
# 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
}

View File

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

View File

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

View File

@ -1,15 +0,0 @@
# 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
}

View File

@ -1,8 +0,0 @@
# 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>