You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Edwards-Air:~ emv$ don --help
usage: don --public_url=PUBLIC_URL [<flags>]
Really really small OStatus node.
Flags:
--help Show context-sensitive help (also try
--help-long and --help-man).
--addr=":5000" Address to listen on.
--database="don.db" Where to put the SQLite database.
--public_url=PUBLIC_URL URL to use for callbacks etc.
--log_level=INFO How much to log.
--pubsub_refresh_interval=15m PubSub subscription refresh interval.
If I have an account on e.g. mastodon.social, what do I type here to make this work?
The text was updated successfully, but these errors were encountered:
@zeroware that's correct. You should just be able to boot it up (with a public URL) and start using it.
The real question is... what exactly do you do with don? Currently the answer is "not much" - it's a read-only node that only implements about half of the OStatus protocol. You put a username in the search box, don looks up the metadata, fetches the user's posts, and subscribes to their updates. And that's it.
In time it'll do more, and there'll be more to configure. I do hope to keep it to a minimum though - I really like the idea of "download binary -> immediately get started".
Yes, It will be really nice to have a small node implementation even if you don't get all the features.
Maybe you can write in your README that this is a read-only node that can be used as a Atom/Feed aggregator for the Ostatus network ?
Current help command:
If I have an account on e.g. mastodon.social, what do I type here to make this work?
The text was updated successfully, but these errors were encountered: