Added PDSMan
This commit is contained in:
@ -11,6 +11,12 @@ type ProjectProps struct {
|
||||
|
||||
func Projects(c echo.Context) error {
|
||||
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",
|
||||
Description: "A dead-simple real-time voting tool.",
|
||||
|
Reference in New Issue
Block a user