<feed xmlns='http://www.w3.org/2005/Atom'>
<title>farside/README.md, branch main</title>
<subtitle>Farside fork</subtitle>
<link rel='alternate' type='text/html' href='https://grim.freemyip.com/cgit/farside/'/>
<entry>
<title>Add miget hosting note to readme [skip ci]</title>
<updated>2026-01-02T05:11:53+00:00</updated>
<author>
<name>Ben Busby</name>
<email>contact@benbusby.com</email>
</author>
<published>2026-01-02T05:11:53+00:00</published>
<link rel='alternate' type='text/html' href='https://grim.freemyip.com/cgit/farside/commit/?id=00bd10e75fe34cbd75ef27f111133b21ba1ce35c'/>
<id>00bd10e75fe34cbd75ef27f111133b21ba1ce35c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix missing logo [skip ci]</title>
<updated>2025-06-03T21:28:19+00:00</updated>
<author>
<name>Ben Busby</name>
<email>contact@benbusby.com</email>
</author>
<published>2025-06-03T21:28:19+00:00</published>
<link rel='alternate' type='text/html' href='https://grim.freemyip.com/cgit/farside/commit/?id=238c60b8c62b8cf8278cb056fcca801c6c9b9761'/>
<id>238c60b8c62b8cf8278cb056fcca801c6c9b9761</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add search engine links to readme [skip ci]</title>
<updated>2025-01-27T19:56:00+00:00</updated>
<author>
<name>Ben Busby</name>
<email>contact@benbusby.com</email>
</author>
<published>2025-01-27T19:56:00+00:00</published>
<link rel='alternate' type='text/html' href='https://grim.freemyip.com/cgit/farside/commit/?id=627f8a8b2e61490698bf9f9018aa73832fe211a7'/>
<id>627f8a8b2e61490698bf9f9018aa73832fe211a7</id>
<content type='text'>
Adds links for Kagi and Whoogle</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Adds links for Kagi and Whoogle</pre>
</div>
</content>
</entry>
<entry>
<title>Update readme [skip ci]</title>
<updated>2025-01-27T19:53:57+00:00</updated>
<author>
<name>Ben Busby</name>
<email>contact@benbusby.com</email>
</author>
<published>2025-01-27T19:53:57+00:00</published>
<link rel='alternate' type='text/html' href='https://grim.freemyip.com/cgit/farside/commit/?id=e0044ed885591c2d8243fe2624a42d4243ca1fad'/>
<id>e0044ed885591c2d8243fe2624a42d4243ca1fad</id>
<content type='text'>
Adds search integration docs to readme
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Adds search integration docs to readme
</pre>
</div>
</content>
</entry>
<entry>
<title>Update breezewiki routing behavior, update readme</title>
<updated>2025-01-27T19:17:20+00:00</updated>
<author>
<name>Ben Busby</name>
<email>contact@benbusby.com</email>
</author>
<published>2025-01-27T19:17:20+00:00</published>
<link rel='alternate' type='text/html' href='https://grim.freemyip.com/cgit/farside/commit/?id=6e64a93fd17767bfdb40dda94d354c7e57202ab1'/>
<id>6e64a93fd17767bfdb40dda94d354c7e57202ab1</id>
<content type='text'>
BreezeWiki requires the subdomain of a fandom link to be preserved when
routing, otherwise the redirect doesn't work correctly.

Cleaned up readme examples
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
BreezeWiki requires the subdomain of a fandom link to be preserved when
routing, otherwise the redirect doesn't work correctly.

Cleaned up readme examples
</pre>
</div>
</content>
</entry>
<entry>
<title>Rewrite project, add daily update of services list</title>
<updated>2025-01-21T20:46:29+00:00</updated>
<author>
<name>Ben Busby</name>
<email>contact@benbusby.com</email>
</author>
<published>2025-01-21T20:46:29+00:00</published>
<link rel='alternate' type='text/html' href='https://grim.freemyip.com/cgit/farside/commit/?id=b5bad4defc6c75b9b969658229ce5fd2f3a46107'/>
<id>b5bad4defc6c75b9b969658229ce5fd2f3a46107</id>
<content type='text'>
The project was rewritten from Elixir to Go, primarily because:

- I don't write Elixir anymore and don't want to maintain a project in a
  language I no longer write
- I already write Go for other projects, including my day job, so it's
  a safer bet for a project that I want to maintain long term
- Go allows me to build portable executables that will make it easier
  for others to run farside on their own machines

The Go version of Farsside also has a built in task to fetch the latest
services{-full}.json file from the repo and ingest it, which makes
running a farside server a lot simpler.

It also automatically fetches the latest instance state from
https://farside.link unless configured as a primary farside node, which
will allow others to use farside without increasing traffic to all
instances that are queried by farside (just to the farside node itself).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The project was rewritten from Elixir to Go, primarily because:

- I don't write Elixir anymore and don't want to maintain a project in a
  language I no longer write
- I already write Go for other projects, including my day job, so it's
  a safer bet for a project that I want to maintain long term
- Go allows me to build portable executables that will make it easier
  for others to run farside on their own machines

The Go version of Farsside also has a built in task to fetch the latest
services{-full}.json file from the repo and ingest it, which makes
running a farside server a lot simpler.

It also automatically fetches the latest instance state from
https://farside.link unless configured as a primary farside node, which
will allow others to use farside without increasing traffic to all
instances that are queried by farside (just to the farside node itself).
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix Scribe repo URL in readme [skip ci]</title>
<updated>2024-03-06T16:07:41+00:00</updated>
<author>
<name>Ben Busby</name>
<email>contact@benbusby.com</email>
</author>
<published>2024-03-06T16:07:41+00:00</published>
<link rel='alternate' type='text/html' href='https://grim.freemyip.com/cgit/farside/commit/?id=ee11e28b5d7e8c1b6d817af9ed14c169587b5cce'/>
<id>ee11e28b5d7e8c1b6d817af9ed14c169587b5cce</id>
<content type='text'>
Closes #159
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes #159
</pre>
</div>
</content>
</entry>
<entry>
<title>Update SimplyTranslate repo URL in readme [skip ci]</title>
<updated>2024-03-06T16:06:35+00:00</updated>
<author>
<name>Ben Busby</name>
<email>contact@benbusby.com</email>
</author>
<published>2024-03-06T16:06:35+00:00</published>
<link rel='alternate' type='text/html' href='https://grim.freemyip.com/cgit/farside/commit/?id=d3e4e0f0f676df0fbb8c5b55b9a6aba827250fa0'/>
<id>d3e4e0f0f676df0fbb8c5b55b9a6aba827250fa0</id>
<content type='text'>
Closes #160
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes #160
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix typo [skip ci] (#157)</title>
<updated>2024-03-06T16:03:03+00:00</updated>
<author>
<name>Jakub Wilk</name>
<email>jwilk@jwilk.net</email>
</author>
<published>2024-03-06T16:03:03+00:00</published>
<link rel='alternate' type='text/html' href='https://grim.freemyip.com/cgit/farside/commit/?id=a5962bdf219bfd16628b2f4bac8cd9a369bf969e'/>
<id>a5962bdf219bfd16628b2f4bac8cd9a369bf969e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add env var for toggling cron task on/off</title>
<updated>2023-07-17T23:46:39+00:00</updated>
<author>
<name>Ben Busby</name>
<email>contact@benbusby.com</email>
</author>
<published>2023-07-17T23:46:39+00:00</published>
<link rel='alternate' type='text/html' href='https://grim.freemyip.com/cgit/farside/commit/?id=7693a6b0633c3eee5d717662df72b62463d6f2d1'/>
<id>7693a6b0633c3eee5d717662df72b62463d6f2d1</id>
<content type='text'>
FARSIDE_CRON allows turning on/off the scheduled instance availability
check that occurs every 5 minutes by setting the variable to 1 (on) or 0
(off). The default behavior is "on".
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
FARSIDE_CRON allows turning on/off the scheduled instance availability
check that occurs every 5 minutes by setting the variable to 1 (on) or 0
(off). The default behavior is "on".
</pre>
</div>
</content>
</entry>
</feed>
