mirror of
https://github.com/Dokploy/templates.git
synced 2026-07-16 04:48:50 -05:00
[GH-ISSUE #613] i can't verify default bluesky pds handle #16507
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @neyunse on GitHub (Dec 20, 2025).
Original GitHub issue: https://github.com/Dokploy/templates/issues/613
I am testing the Bluesky PDS template and it works to a certain extent, but I am unable to verify the user's @. for example: https://*.pds.example.com/.well-known/atproto-did -> cert fail, I use Cloudflare on top, but even when I add *.pds and remove the proxy, I still get the certificate problem.
I tryed to add a *.pds domain to the domain list, and Traefik cannot process it. As I said, it works partially. I can create a user from the UI and the terminal. But the user ends up with an invalid @.
Does anyone using this template have any idea how to fix this?
i tested using: https://bsky-debug.app/handle
@neyunse commented on GitHub (Dec 20, 2025):
UPDATE: i fixed SSL creating a custom SSL with cerbot and uploading that cert in to the dokploy cert UI. but now i've another problem... 404 in https://test-user.pds.example.com/.well-known/atproto-did
@neyunse commented on GitHub (Dec 20, 2025):
UPDATE: I managed to fix it. First, you must create a ‘.yml’ file in the ‘/etc/dokploy/traefik/dynamic/’ folder.
touch /etc/dokploy/traefik/dynamic/pds.ymlnext go tohttp://xxx.xxx.xxx.xxx:3000/dashboard/traefikand enter to the dynamic folder. and edit pds.yml with this config:and when you go to https://test-user.pds.example.com/.well-known/atproto-did, you will be able to see the did correctly.