A fork of the Cocoon PDS but being made more distributed.
11

Configure Feed

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

enroll button

Hailey (Jul 4, 2025, 12:54 AM -0700) 7a67e507 4a6c9425

+1
+1
server/templates/account.html
··· 12 12 <main class="container base-container authorize-container margin-top-xl"> 13 13 <h2>Welcome, {{ .Repo.Handle }}</h2> 14 14 <ul> 15 + <li><a href="/account/totp-enroll">Enroll in TOTP</a></li> 15 16 <li><a href="/account/signout">Sign Out</a></li> 16 17 </ul> 17 18 {{ if .flashes.successes }}