We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Not really an issue, but a way to avoid the sub sub domain SSL certificate issue on Cloudflare free tier.
Set the PDS hostname: PDS_HOSTNAME=pds.example.com
PDS_HOSTNAME=pds.example.com
Set the domain name that the PDS will assign handles to: PDS_SERVICE_HANDLE_DOMAINS=.example.com
PDS_SERVICE_HANDLE_DOMAINS=.example.com
The Cloudflare tunnel rules then become: pds.example.com -> http://pds:3000/ *.example.com -> http://pds:3000/
pds.example.com -> http://pds:3000/
*.example.com -> http://pds:3000/
When you create an account the custom server address is https://pds.example.com and it will create handles as @user.example.com
https://pds.example.com
@user.example.com
This means you don't need to create _atproto.user TXT records for each user as the PDS will respond to https://user.example.com/.well-known/atproto-did with the correct did.
_atproto.user
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Not really an issue, but a way to avoid the sub sub domain SSL certificate issue on Cloudflare free tier.
Set the PDS hostname:
PDS_HOSTNAME=pds.example.com
Set the domain name that the PDS will assign handles to:
PDS_SERVICE_HANDLE_DOMAINS=.example.com
The Cloudflare tunnel rules then become:
pds.example.com -> http://pds:3000/
*.example.com -> http://pds:3000/
When you create an account the custom server address is
https://pds.example.com
and it will create handles as@user.example.com
This means you don't need to create
_atproto.user
TXT records for each user as the PDS will respond to https://user.example.com/.well-known/atproto-did with the correct did.The text was updated successfully, but these errors were encountered: