A URL shortener service that uses ATProto to allow self hosting and ensuring the user owns their data
at main 255 B view raw
1PRIVATEJWKS="a generated JWKS key" 2SESSION_KEY="some random secret" 3HOST="the host of the service such as https://my-url-shortner.com" 4DATABASE_PATH="./" 5JS_SERVER_ADDR="set to a different Jetstream instance" 6PORT="3002" 7DID="Enter your account DID here"