diff --git a/hosts/server/modules/Caddyfile b/hosts/server/modules/Caddyfile index 0440b74..71731dc 100644 --- a/hosts/server/modules/Caddyfile +++ b/hosts/server/modules/Caddyfile @@ -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 + } } diff --git a/hosts/server/modules/atproto-pds.nix b/hosts/server/modules/atproto-pds.nix index b332bd0..5ee554f 100644 --- a/hosts/server/modules/atproto-pds.nix +++ b/hosts/server/modules/atproto-pds.nix @@ -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";