Added PDSMan
All checks were successful
Docker Deploy / build-and-push (push) Successful in 1m0s

This commit is contained in:
Atridad Lahiji 2025-01-26 20:49:52 -06:00
parent 690b902c99
commit 6e6207c381
Signed by: atridad
SSH key fingerprint: SHA256:LGomp8Opq0jz+7kbwNcdfTcuaLRb5Nh0k5AchDDb438

View file

@ -11,6 +11,12 @@ type ProjectProps struct {
func Projects(c echo.Context) error { func Projects(c echo.Context) error {
projects := []lib.CardLink{ projects := []lib.CardLink{
{
Name: "BlueSky PDS Manager",
Description: "A web-based BlueSky PDS Manager. Manage your invite codes and users with a simple web UI.",
Tags: []string{"astro", "atproto"},
Href: "https://pdsman.atri.dad",
},
{ {
Name: "Pollo", Name: "Pollo",
Description: "A dead-simple real-time voting tool.", Description: "A dead-simple real-time voting tool.",