EVEN MORE DELTARUNE!!!!!!!1!11!

This commit is contained in:
2026-02-13 20:35:14 +02:00
parent 0a43990455
commit 52c6077591
2 changed files with 13 additions and 3 deletions

View File

@@ -37,6 +37,16 @@ Most API routes are under /xrpc/
" 200
}
handle {
reverse_proxy localhost:3000
@robots path /robots.txt
handle @robots {
header Content-Type "text/plain; charset=utf-8"
respond "User-agent: *
Disallow: /
" 200
}
handle {
reverse_proxy localhost:3000 {
header_up Host castletown.darkworld.download
}
}

View File

@@ -19,7 +19,7 @@
PDS_CRAWLERS = "https://bsky.network";
LOG_ENABLED = "true";
PDS_HOSTNAME = "castletown.darkworld.download";
PDS_VERSION = "\"Yo bro what do you think of this Deltarune reference on the AT Protocol?\"";
PDS_VERSION = "\"DELTARUNE TOMMOROW!!!!\"";
PDS_DID_PLC_URL = "https://plc.directory";
PDS_CONTACT_EMAIL_ADDRESS = "ocbwoy3@ocbwoy3.dev";
PDS_PRIVACY_POLICY_URL = "https://bsky.social/about/support/privacy-policy";