diff options
Diffstat (limited to 'gemfeed')
| -rw-r--r-- | gemfeed/2025-03-05-sharing-on-social-media-with-gos.gmi | 7 | ||||
| -rw-r--r-- | gemfeed/atom.xml | 9 |
2 files changed, 15 insertions, 1 deletions
diff --git a/gemfeed/2025-03-05-sharing-on-social-media-with-gos.gmi b/gemfeed/2025-03-05-sharing-on-social-media-with-gos.gmi index a11e6ebb..cd1ae972 100644 --- a/gemfeed/2025-03-05-sharing-on-social-media-with-gos.gmi +++ b/gemfeed/2025-03-05-sharing-on-social-media-with-gos.gmi @@ -29,6 +29,7 @@ As you may have noticed, I like to share on Mastodon and LinkedIn all the techni * ⇢ ⇢ How queueing works in gos * ⇢ ⇢ ⇢ Step-by-step queueing process * ⇢ ⇢ ⇢ How message selection works in gos +* ⇢ ⇢ Database replication * ⇢ ⇢ Post summary as gemini gemtext * ⇢ ⇢ Conclusion @@ -297,6 +298,12 @@ The key factors in message selection are: * Message Priority: Messages with no priority value are processed after those with priority. If two messages have the same priority, one is selected randomly. * Pause Between Posts: The `-pauseDays` flag allows you to specify a minimum number of days to wait between posts for the same platform. This prevents oversaturation of content and ensures that posts are spread out over time. +## Database replication + +I simply use Syncthing to backup/sync my `gosDir`. + +=> https://syncthing.net + ## Post summary as gemini gemtext For my blog, I want to post a summary of all the social messages posted over the last couple of months. For an example, have a look here: diff --git a/gemfeed/atom.xml b/gemfeed/atom.xml index dec78e65..766bdd40 100644 --- a/gemfeed/atom.xml +++ b/gemfeed/atom.xml @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="utf-8"?> <feed xmlns="http://www.w3.org/2005/Atom"> - <updated>2025-03-04T21:31:30+02:00</updated> + <updated>2025-03-05T19:56:04+02:00</updated> <title>foo.zone feed</title> <subtitle>To be in the .zone!</subtitle> <link href="gemini://foo.zone/gemfeed/atom.xml" rel="self" /> @@ -50,6 +50,7 @@ <li>⇢ <a href='#how-queueing-works-in-gos'>How queueing works in gos</a></li> <li>⇢ ⇢ <a href='#step-by-step-queueing-process'>Step-by-step queueing process</a></li> <li>⇢ ⇢ <a href='#how-message-selection-works-in-gos'>How message selection works in gos</a></li> +<li>⇢ <a href='#database-replication'>Database replication</a></li> <li>⇢ <a href='#post-summary-as-gemini-gemtext'>Post summary as gemini gemtext</a></li> <li>⇢ <a href='#conclusion'>Conclusion</a></li> </ul><br /> @@ -345,6 +346,12 @@ Hello World :-) <li>Message Priority: Messages with no priority value are processed after those with priority. If two messages have the same priority, one is selected randomly.</li> <li>Pause Between Posts: The <span class='inlinecode'>-pauseDays</span> flag allows you to specify a minimum number of days to wait between posts for the same platform. This prevents oversaturation of content and ensures that posts are spread out over time.</li> </ul><br /> +<h2 style='display: inline' id='database-replication'>Database replication</h2><br /> +<br /> +<span>I simply use Syncthing to backup/sync my <span class='inlinecode'>gosDir</span>.</span><br /> +<br /> +<a class='textlink' href='https://syncthing.net'>https://syncthing.net</a><br /> +<br /> <h2 style='display: inline' id='post-summary-as-gemini-gemtext'>Post summary as gemini gemtext</h2><br /> <br /> <span>For my blog, I want to post a summary of all the social messages posted over the last couple of months. For an example, have a look here:</span><br /> |
