···11-# stdeditor
11+# std.pub
2233A minimal web UI for managing standard.site publications and documents in a Bluesky PDS.
44···4040- `PORT` - Server port (default: 8000)
4141- `PUBLIC_URL` - Public URL for OAuth callbacks (MUST be HTTPS without custom port for production)
4242- `DATA_DIR` - Directory for persistent data (default: ./data)
4343-4444-## Production Deployment
4545-4646-**IMPORTANT**: Bluesky's OAuth server does not allow custom HTTPS ports. You must:
4747-4848-1. Configure exe.dev proxy to forward port 8000:
4949- ```bash
5050- ssh exe.dev share port stdeditor 8000
5151- ssh exe.dev share set-public stdeditor
5252- ```
5353-5454-2. Set PUBLIC_URL to the standard HTTPS URL (no port):
5555- ```
5656- PUBLIC_URL=https://stdeditor.exe.xyz
5757- ```
58435944## ATProto OAuth Implementation
6045