Compare commits
No commits in common. "18a359987a84bcb139a9ac4c9a609169d65ec0c5" and "c5eda471ec39c93543310262f2a05d04cf06415e" have entirely different histories.
18a359987a
...
c5eda471ec
@ -1,9 +0,0 @@
|
||||
# vim: ft=caddyfile
|
||||
|
||||
dorito.boba.best {
|
||||
encode zstd gzip
|
||||
import hsts
|
||||
import log
|
||||
redir https://discord.gg/NZWzSCY5UE
|
||||
import basicerrors
|
||||
}
|
@ -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
|
||||
}
|
@ -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
|
||||
}
|
@ -1,11 +0,0 @@
|
||||
# vim: ft=caddyfile
|
||||
|
||||
lhci.bbaovanc.com {
|
||||
encode zstd gzip
|
||||
import hsts
|
||||
import log
|
||||
|
||||
reverse_proxy localhost:87
|
||||
|
||||
import basicerrors
|
||||
}
|
@ -10,9 +10,6 @@ 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
|
||||
|
@ -1,9 +1,9 @@
|
||||
# vim: ft=caddyfile
|
||||
|
||||
rick.bbaovanc.com, rick.boba.best {
|
||||
rick.bbaovanc.com {
|
||||
encode zstd gzip
|
||||
import hsts
|
||||
import log
|
||||
redir https://www.youtube.com/watch?v=dQw4w9WgXcQ temporary
|
||||
import basicerrors
|
||||
|
||||
redir https://www.youtube.com/watch?v=dQw4w9WgXcQ;
|
||||
}
|
||||
|
@ -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
|
||||
}
|
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user