yarnd -- What we call a pod, can either by single-user (yourself) or multi-user (yourself + friends, family, etc).
yarnd -- What we call a pod, can either by single-user (yourself) or multi-user (yourself + friends, family, etc).
SMTP_PORT to be set (used to default toi 25) ooops π
SMTP_PORT to be set (used to default toi 25) ooops π
twtxt_twtxt.1.cytd0qqnwbpw@dm4.mills.io | time="2022-10-10T05:17:46Z" level=warning msg="sending emails disabled in configuration"
That would be why it's not working... Hmmm π€
twtxt_twtxt.1.cytd0qqnwbpw@dm4.mills.io | time="2022-10-10T05:17:46Z" level=warning msg="sending emails disabled in configuration"
That would be why it's not working... Hmmm π€
yarnd implements this too π Its basically called "Magic Link Auth". We've had this for a while, not sure if anyone uses it though π
yarnd implements this too π Its basically called "Magic Link Auth". We've had this for a while, not sure if anyone uses it though π
Ice just woken up βοΈx1
Ice just woken up βοΈx1
websub -- It is completely transparent to the user: it makes updates across pods near real-time.
websub -- It is completely transparent to the user: it makes updates across pods near real-time.
conf.IsFeatureEnabled(...)
conf.IsFeatureEnabled(...)
moving_average_feed_refresh feature on this pod (retesting it). Feed update _may_ be slower than normal. Please let me know if the experience is worse or otherwise just garbage. Note: Does not affect feed updates between Yarn pods (With websub enabled, those are near real-time).
moving_average_feed_refresh feature on this pod (retesting it). Feed update _may_ be slower than normal. Please let me know if the experience is worse or otherwise just garbage. Note: Does not affect feed updates between Yarn pods (With websub enabled, those are near real-time).
1. build a new feature, put it behind a feature gate
2. announce it and tell other pod operators about it
3. after a while promote it
That being said, if there are more than one optional feature being gated at the same time, they can be listed:
$ ./yarnd --enable-feature list
Available Features:
- foo
- moving_average_feed_refresh
- jump_timeline_age
- websub
And oops looks like we need to retest a couple of other features (I no longer run them) and see if we need to either improve them or nuke 'em π
1. build a new feature, put it behind a feature gate
2. announce it and tell other pod operators about it
3. after a while promote it
That being said, if there are more than one optional feature being gated at the same time, they can be listed:
$ ./yarnd --enable-feature list
Available Features:
- foo
- moving_average_feed_refresh
- jump_timeline_age
- websub
And oops looks like we need to retest a couple of other features (I no longer run them) and see if we need to either improve them or nuke 'em π
index_archive and search_archive (I know @xuu is) -- I would appreciate feedback in terms of correctness of the indexed data, whether or not you couldn't find what you wanted easily, etc.Kind of want to get the "indexing" right -- Even though I _think_ I'll design it such that you can
rm -rf data/indexx and let yarnd re-index from the archive. At least this is how it works now, I see no reason to change the source-of-truth here
index_archive and search_archive (I know @xuu is) -- I would appreciate feedback in terms of correctness of the indexed data, whether or not you couldn't find what you wanted easily, etc.Kind of want to get the "indexing" right -- Even though I _think_ I'll design it such that you can
rm -rf data/indexx and let yarnd re-index from the archive. At least this is how it works now, I see no reason to change the source-of-truth here
Add
websub to "Enabled Optional Features"
Add
websub to "Enabled Optional Features"
websub feature enabled on their pod? Thinking about promoting this feature soon...
websub feature enabled on their pod? Thinking about promoting this feature soon...
<timestamp>\tPost by prologic: Hello World!
I mean sure its a hack but no client will recognize this Twt in some random feed as a post by me.
<timestamp>\tPost by prologic: Hello World!
I mean sure its a hack but no client will recognize this Twt in some random feed as a post by me.
<timestamp>\\tPost by prologic: Hello World!
I mean sure its a hack but no client will recognize this Twt in some random feed as a post by me.
yarnd instance (a Yarn.social pod), embed a widget on the website that uses IndieAuth to your pod, dynamically creates a new feed for the user(s) and the widgets uses microPub to post to their feed on their behalf via some Javascript.Of course we're still missing microPub support.
yarnd instance (a Yarn.social pod), embed a widget on the website that uses IndieAuth to your pod, dynamically creates a new feed for the user(s) and the widgets uses microPub to post to their feed on their behalf via some Javascript.Of course we're still missing microPub support.
To really support this kind of thing, you'd really have to "dynamically" create a new feed for every user, uniquely identify them in some way so you can do this (e.g: with OAuth, IndieAuth, etc), then have an API or Form that they can enter content to and it write to "their" feed._
To really support this kind of thing, you'd really have to "dynamically" create a new feed for every user, uniquely identify them in some way so you can do this (e.g: with OAuth, IndieAuth, etc), then have an API or Form that they can enter content to and it write to "their" feed._