Compare commits

...

4 Commits

Author SHA1 Message Date
18a359987a Move some boba.best domains to here 2022-05-05 16:31:51 -05:00
099a3b4422 Add lhci.bbaovanc.com 2022-05-05 16:31:38 -05:00
f9b9eaec4d Use double quotes in errors/index.html 2022-05-05 16:19:15 -05:00
17bf265c0e Add local script for plausible 2022-05-05 16:16:55 -05:00
8 changed files with 72 additions and 4 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/lhci.bbaovanc.com Normal file
View File

@ -0,0 +1,11 @@
# vim: ft=caddyfile
lhci.bbaovanc.com {
encode zstd gzip
import hsts
import log
reverse_proxy localhost:87
import basicerrors
}

View File

@ -10,6 +10,9 @@ plausible.bbaovanc.com {
rewrite /js/bobalytics.hash.outbound-links.js /js/plausible.hash.outbound-links.js
rewrite /js/bobalytics.exclusions.outbound-links.js /js/plausible.exclusions.outbound-links.js
rewrite /js/bobalytics.exclusions.hash.outbound-links.js /js/plausible.exclusions.hash.outbound-links.js
rewrite /js/bobalytics.local.outbound-links.js /js/plausible.local.outbound-links.js
reverse_proxy localhost:84
import basicerrors

View File

@ -1,9 +1,9 @@
# vim: ft=caddyfile
rick.bbaovanc.com {
rick.bbaovanc.com, rick.boba.best {
encode zstd gzip
import hsts
import log
redir https://www.youtube.com/watch?v=dQw4w9WgXcQ;
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
}

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>