···1010- [ ] RSS poller
1111- [ ] standard.site document reader
1212- [ ] Post to Bluesky
1313+1414+## Authenticating
1515+1616+You can run the app locally and try out the full OAuth flow by exposing it to the internet using Tailscale or similar solutions. For example:
1717+1818+```
1919+> tailscale funnel 4002
2020+Available on the internet:
2121+2222+https://machine.random-thing.ts.net/
2323+|-- proxy http://127.0.0.1:4002
2424+2525+Press Ctrl+C to exit.
2626+```
2727+2828+Make sure that same host is set in `dev.exs` and the app has been restarted. Click login and use any active atproto handle, and you should be able to OAuth against it.
+1-1
config/dev.exs
···1717# watchers to your application. For example, we can use it
1818# to bundle .js and .css sources.
1919config :annot_at, AnnotAtWeb.Endpoint,
2020- # url: [host: "tlaloc.haddock-carp.ts.net", scheme: "https", port: 443],
2020+ # url: [host: "machine.random-thing.ts.net", scheme: "https", port: 443],
2121 # Binding to loopback ipv4 address prevents access from other machines.
2222 # Change to `ip: {0, 0, 0, 0}` to allow access from other machines.
2323 http: [ip: {127, 0, 0, 1}],
···123123 F
124124 </div>
125125 <div class="min-w-0">
126126- <div class="font-bold leading-tight">Field Notes</div>
126126+ <div class="font-bold leading-tight">field notes</div>
127127 <div class="truncate text-sm text-ink/60">by @fieldnotes.example.com</div>
128128 </div>
129129 </div>
···239239 {"What is standard.site?",
240240 "A set of open AT Protocol lexicons for publications and documents. Publishing to them turns your posts into portable records that any ATmosphere reader, like Leaflet or pckt.blog, can pick up."},
241241 {"Will my posts show up on Bluesky?",
242242- "Not automatically. annot.at writes standard.site records to your repo. Bluesky cross-posting is a separate, opt-in step you can enable later."},
242242+ "Not automatically. annot.at writes standard.site records to your repo. Bluesky cross-posting is a separate, opt-in step."},
243243 {"Which RSS feeds work?",
244244 "Any standard RSS or Atom feed. Point us at your feed URL plus your blog's canonical URL and we handle the rest."},
245245 {"Do I keep ownership of my posts?",