Compare commits

..

No commits in common. "18a359987a84bcb139a9ac4c9a609169d65ec0c5" and "c5eda471ec39c93543310262f2a05d04cf06415e" have entirely different histories.

8 changed files with 4 additions and 72 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
lhci.bbaovanc.com {
encode zstd gzip
import hsts
import log
reverse_proxy localhost:87
import basicerrors
}

View File

@ -10,9 +10,6 @@ plausible.bbaovanc.com {
rewrite /js/bobalytics.hash.outbound-links.js /js/plausible.hash.outbound-links.js 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.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.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 reverse_proxy localhost:84
import basicerrors import basicerrors

View File

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

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

@ -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>