Coffee journaling on ATProto (alpha) alpha.arabica.social
coffee
17
fork

Configure Feed

Select the types of activity you want to include in your feed.

feat: recommended pds provider on create page

+19 -2
+19 -2
internal/web/pages/create_account.templ
··· 27 27 func pdsCategories() []PDSCategory { 28 28 return []PDSCategory{ 29 29 { 30 + Title: "Recommended", 31 + Description: "A reliable, open community provider — a great default if you're unsure where to start.", 32 + Providers: []PDSProvider{ 33 + { 34 + URL: "https://selfhosted.social", 35 + Name: "selfhosted.social", 36 + Domain: "selfhosted.social", 37 + Description: "Community provider", 38 + Location: "United States", 39 + Badge: "Open", 40 + BadgeColor: "green", 41 + OperatorName: "@baileytownsend.dev", 42 + OperatorURL: "https://bsky.app/profile/baileytownsend.dev", 43 + }, 44 + }, 45 + }, 46 + { 30 47 Title: "App Providers", 31 48 Description: "These apps host your account and data for you.", 32 49 Providers: []PDSProvider{ ··· 43 60 URL: "https://bsky.social", 44 61 Name: "Bluesky", 45 62 Domain: "bsky.social", 46 - Description: "The largest AT Protocol provider.", 63 + Description: "The largest PDS provider.", 47 64 Location: "United States", 48 65 Badge: "Open", 49 66 BadgeColor: "green", ··· 90 107 URL: "https://eurosky.social", 91 108 Name: "Eurosky", 92 109 Domain: "eurosky.social", 93 - Description: "Sovereign European AT Protocol hosting.", 110 + Description: "Sovereign European PDS hosting.", 94 111 Location: "Europe", 95 112 Badge: "Open", 96 113 BadgeColor: "green",