EVEN MORE DELTARUNE!!!!!!!1!11!
This commit is contained in:
@@ -37,6 +37,16 @@ Most API routes are under /xrpc/
|
|||||||
" 200
|
" 200
|
||||||
}
|
}
|
||||||
|
|
||||||
handle {
|
@robots path /robots.txt
|
||||||
reverse_proxy localhost:3000
|
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
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -19,7 +19,7 @@
|
|||||||
PDS_CRAWLERS = "https://bsky.network";
|
PDS_CRAWLERS = "https://bsky.network";
|
||||||
LOG_ENABLED = "true";
|
LOG_ENABLED = "true";
|
||||||
PDS_HOSTNAME = "castletown.darkworld.download";
|
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_DID_PLC_URL = "https://plc.directory";
|
||||||
PDS_CONTACT_EMAIL_ADDRESS = "ocbwoy3@ocbwoy3.dev";
|
PDS_CONTACT_EMAIL_ADDRESS = "ocbwoy3@ocbwoy3.dev";
|
||||||
PDS_PRIVACY_POLICY_URL = "https://bsky.social/about/support/privacy-policy";
|
PDS_PRIVACY_POLICY_URL = "https://bsky.social/about/support/privacy-policy";
|
||||||
|
|||||||
Reference in New Issue
Block a user