Compare commits

...

3 Commits

Author SHA1 Message Date
e5b5f10225 Remove outdated domains: peertube and turn 2022-05-05 16:33:03 -05:00
14d2955153 Move some domains to bbaovanc.com vps 2022-05-05 16:32:41 -05:00
3f2eceb101 Use double quotes in errors/index.html 2022-05-05 16:18:44 -05:00
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"> <body bgcolor="black" text="white">
<center> <center>
<h1>{{ $full_text }}</h1> <h1>{{ $full_text }}</h1>
<img src='{{ $img_url }}' alt="cat" /> <img src="{{ $img_url }}" alt="cat" />
</center> </center>
</body> </body>
</html> </html>