Personal Glance dashboard config.
0

Configure Feed

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

add pds

Adam0 (Jul 1, 2026, 6:18 PM +0200) 02c19a74 ba7bedcb

+15 -1
+1
assets/icons/atproto.svg
··· 1 + <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" viewBox="0 0 28 28"><path fill="#3b82f6" d="M14.362 27.78q-2.934 0-5.4-.972t-4.284-2.754a12.25 12.25 0 0 1-2.808-4.158q-.99-2.394-.99-5.202 0-3.348 1.026-5.94 1.044-2.592 2.88-4.356a12.5 12.5 0 0 1 4.284-2.7Q11.518.78 14.308.78q3.42 0 5.994 1.062t4.284 2.88a11.7 11.7 0 0 1 2.538 4.158q.828 2.322.756 4.86-.09 3.492-1.458 5.364-1.368 1.854-4.248 1.854a5.84 5.84 0 0 1-2.826-.702 3.7 3.7 0 0 1-1.764-2.07l1.044.054q-.738 1.386-2.016 1.944a6.5 6.5 0 0 1-2.61.558q-1.818 0-3.204-.774a5.7 5.7 0 0 1-2.178-2.214q-.792-1.422-.792-3.294 0-1.926.828-3.33a5.77 5.77 0 0 1 2.232-2.196q1.404-.774 3.168-.774 1.17 0 2.43.486 1.278.486 1.98 1.368l-.738.936V8.664h2.412l-.054 6.462q0 1.386.54 2.088t1.602.702q.936 0 1.44-.522.522-.54.72-1.458a10.7 10.7 0 0 0 .252-2.106q.054-2.79-.828-4.698t-2.394-3.078a9.5 9.5 0 0 0-3.294-1.71q-1.8-.54-3.582-.54-2.52 0-4.482.81-1.962.792-3.312 2.25-1.332 1.44-2.016 3.42-.666 1.962-.63 4.32.072 2.34.846 4.212a9.3 9.3 0 0 0 2.16 3.204 9.4 9.4 0 0 0 3.276 2.034q1.89.702 4.14.702 1.26 0 2.502-.288 1.26-.27 2.304-.774l1.026 2.808q-1.386.648-2.916.954a14.7 14.7 0 0 1-3.078.324m-.144-10.098q1.278 0 2.142-.738t.864-2.502q0-1.602-.774-2.412-.756-.828-2.142-.828-1.638 0-2.448.864t-.81 2.376q0 1.548.828 2.394.846.846 2.34.846"/></svg>
+11 -1
assets/user.css
··· 25 25 --access-tooltip: "User access allowed."; 26 26 } 27 27 28 - .monitor-site:has(a:is([href^="https://atuin."], [href^="https://firefox-sync."])) { 28 + .monitor-site:has( 29 + a:is([href^="https://atuin."], [href^="https://firefox-sync."], [href^="https://pds."]) 30 + ) { 29 31 --access-icon: url("/assets/icons/warning.svg"); 30 32 --access-color: hsl(34, 95%, 55%); 31 33 --access-tooltip: "Ask for account creation."; 34 + } 35 + 36 + .monitor-site:has(a[href^="https://pds."]) { 37 + --access-tooltip: "Invite-only registration."; 32 38 } 33 39 34 40 .monitor-site { ··· 155 161 156 162 .monitor-site:has(a[href^="https://authentik."]) { 157 163 --service-tooltip: "Single sign-on, authentication flows, and access control."; 164 + } 165 + 166 + .monitor-site:has(a[href^="https://pds."]) { 167 + --service-tooltip: "AT Protocol personal data server."; 158 168 } 159 169 160 170 .monitor-site:has(a[href^="https://copyparty."]) {
+3
config/home.yml
··· 81 81 - title: Authentik 82 82 url: https://authentik.${GROUND_DOMAIN} 83 83 icon: /assets/icons/authentik.svg 84 + - title: PDS 85 + url: https://pds.${GROUND_DOMAIN} 86 + icon: /assets/icons/atproto.svg 84 87 85 88 - type: monitor 86 89 cache: 8m