Compare commits
No commits in common. "e5b5f10225a98d496a32c9d994493115b483711b" and "97c4af231865c1bde09166a54c90d7023f0433fb" have entirely different histories.
e5b5f10225
...
97c4af2318
9
conf.d/dorito.boba.best
Normal file
9
conf.d/dorito.boba.best
Normal 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
15
conf.d/flower.boba.best
Normal 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
15
conf.d/furry.boba.best
Normal 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/peertube.boba.best
Normal file
11
conf.d/peertube.boba.best
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
# vim: ft=caddyfile
|
||||||
|
|
||||||
|
peertube.boba.best {
|
||||||
|
encode zstd gzip
|
||||||
|
import hsts
|
||||||
|
import log
|
||||||
|
|
||||||
|
error * "Not found" 404
|
||||||
|
|
||||||
|
import basicerrors
|
||||||
|
}
|
9
conf.d/rick.boba.best
Normal file
9
conf.d/rick.boba.best
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
# vim: ft=caddyfile
|
||||||
|
|
||||||
|
rick.boba.best {
|
||||||
|
encode zstd gzip
|
||||||
|
import hsts
|
||||||
|
import log
|
||||||
|
redir https://www.youtube.com/watch?v=dQw4w9WgXcQ temporary
|
||||||
|
import basicerrors
|
||||||
|
}
|
15
conf.d/stib.boba.best
Normal file
15
conf.d/stib.boba.best
Normal 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
|
||||||
|
}
|
8
conf.d/turn.boba.best
Normal file
8
conf.d/turn.boba.best
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
# vim: ft=caddyfile
|
||||||
|
|
||||||
|
turn.boba.best {
|
||||||
|
encode zstd gzip
|
||||||
|
import hsts
|
||||||
|
import log
|
||||||
|
respond "where are you"
|
||||||
|
}
|
@ -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>
|
||||||
|
Loading…
Reference in New Issue
Block a user