···55 * Run by the OWNER of the account that controls the namespace authority. Requires:
66 * ATMOT_PUBLISH_IDENTIFIER handle or DID of the publishing account
77 * ATMOT_PUBLISH_PASSWORD app password (Settings → App Passwords)
88- * ATMOT_PDS PDS service URL (default https://bsky.social)
88+ * ATMOT_PDS optional PDS override; by default the account's PDS
99+ * is resolved from its DID document (works with any
1010+ * host, including self-hosted PDSs)
911 *
1012 * For lexicon resolution to work network-wide, the authority domain also needs a
1113 * `_lexicon` DNS TXT record (`did=<publishing did>`) — see README. Publishing the
+2-2
src/i18n.ts
···5959 ],
6060 signIn: 'Sign in',
6161 signInPrompt: 'Sign in with your atproto handle to save your streak and share results.',
6262- signInPlaceholder: 'you.bsky.social',
6262+ signInPlaceholder: 'you.bsky.social or you.com',
6363 signInCta: 'Continue',
6464 signingIn: 'Redirecting…',
6565 signOut: 'Sign out',
···110110 ],
111111 signIn: 'Se connecter',
112112 signInPrompt: 'Connectez-vous avec votre identifiant atproto pour enregistrer votre série et partager vos résultats.',
113113- signInPlaceholder: 'vous.bsky.social',
113113+ signInPlaceholder: 'vous.bsky.social ou vous.fr',
114114 signInCta: 'Continuer',
115115 signingIn: 'Redirection…',
116116 signOut: 'Se déconnecter',