MORE DELTARUNE!!!!

This commit is contained in:
2026-02-11 19:04:58 +02:00
parent 8b662955ef
commit fa13387a4c
2 changed files with 47 additions and 0 deletions

View File

@@ -0,0 +1,42 @@
@root path /
handle @root {
header Content-Type "text/plain; charset=utf-8"
respond "
This is an AT Protocol Personal Data Server (aka, an atproto PDS)
Most API routes are under /xrpc/
Code: https://github.com/bluesky-social/atproto
Self-Host: https://github.com/bluesky-social/pds
Protocol: https://atproto.com
" 200
}
handle {
reverse_proxy localhost:3000
}

View File

@@ -28,4 +28,9 @@
};
};
services.caddy = {
enable = true;
virtualHosts."localhost:80".extraConfig = builtins.readFile ./Caddyfile;
};
}