Add Aspire Integration for adding a PDS container with automatic setup - remove custom implemenation of a mock PDS #31
Labels
No labels
breaking-change
bug
documentation
duplicate
enhancement
good first issue
help wanted
performance
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
Grandiras/ATProto.NET#31
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
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?
Implemented ATProtoNet.Aspire.Hosting package with AddAtProtoPds() for adding the official Bluesky PDS container (ghcr.io/bluesky-social/pds) to .NET Aspire AppHosts. Includes auto-generated secrets, dev mode by default, persistent volume, fluent configuration API (WithHostname, WithPlcUrl, WithAppView, WithCrawlers, WithProductionMode, WithBlobUploadLimit, WithReportService, WithEmail), IResourceWithConnectionString support, 19 unit tests, and updated documentation.