1180 Commits

Author SHA1 Message Date
Ben Busby
6682d5c59a
Update "last updated" time when fetching from primary node
Fetches from the primary farside node were not updating the "last
updated" time, and would only show a placeholder UTC timestamp.
2025-01-29 12:39:10 -07:00
github-actions
f140cdfd66 [CI] Auto update instances
Some checks are pending
Tests / test (1.21.x, macos-latest) (push) Waiting to run
Tests / test (1.21.x, ubuntu-latest) (push) Waiting to run
Tests / test (1.21.x, windows-latest) (push) Waiting to run
Tests / test (1.22.x, macos-latest) (push) Waiting to run
Tests / test (1.22.x, ubuntu-latest) (push) Waiting to run
Tests / test (1.22.x, windows-latest) (push) Waiting to run
Tests / test (1.23.x, macos-latest) (push) Waiting to run
Tests / test (1.23.x, ubuntu-latest) (push) Waiting to run
Tests / test (1.23.x, windows-latest) (push) Waiting to run
2025-01-29 00:16:20 +00:00
Ben Busby
627f8a8b2e
Add search engine links to readme [skip ci]
Adds links for Kagi and Whoogle
2025-01-27 12:56:00 -07:00
Ben Busby
e0044ed885
Update readme [skip ci]
Adds search integration docs to readme
2025-01-27 12:53:57 -07:00
Ben Busby
56a4202827
Update tests 2025-01-27 12:48:18 -07:00
Ben Busby
6e64a93fd1
Update breezewiki routing behavior, update readme
BreezeWiki requires the subdomain of a fandom link to be preserved when
routing, otherwise the redirect doesn't work correctly.

Cleaned up readme examples
2025-01-27 12:17:20 -07:00
github-actions
3d52cddc66 [CI] Auto update instances
Some checks failed
Tests / test (1.21.x, macos-latest) (push) Has been cancelled
Tests / test (1.21.x, ubuntu-latest) (push) Has been cancelled
Tests / test (1.21.x, windows-latest) (push) Has been cancelled
Tests / test (1.22.x, macos-latest) (push) Has been cancelled
Tests / test (1.22.x, ubuntu-latest) (push) Has been cancelled
Tests / test (1.22.x, windows-latest) (push) Has been cancelled
Tests / test (1.23.x, macos-latest) (push) Has been cancelled
Tests / test (1.23.x, ubuntu-latest) (push) Has been cancelled
Tests / test (1.23.x, windows-latest) (push) Has been cancelled
2025-01-27 00:17:47 +00:00
github-actions
dd97e12edf [CI] Auto update instances
Some checks are pending
Tests / test (1.21.x, macos-latest) (push) Waiting to run
Tests / test (1.21.x, ubuntu-latest) (push) Waiting to run
Tests / test (1.21.x, windows-latest) (push) Waiting to run
Tests / test (1.22.x, macos-latest) (push) Waiting to run
Tests / test (1.22.x, ubuntu-latest) (push) Waiting to run
Tests / test (1.22.x, windows-latest) (push) Waiting to run
Tests / test (1.23.x, macos-latest) (push) Waiting to run
Tests / test (1.23.x, ubuntu-latest) (push) Waiting to run
Tests / test (1.23.x, windows-latest) (push) Waiting to run
2025-01-26 00:17:39 +00:00
github-actions
1b5cec37eb [CI] Auto update instances
Some checks failed
Tests / test (1.21.x, macos-latest) (push) Waiting to run
Tests / test (1.21.x, ubuntu-latest) (push) Waiting to run
Tests / test (1.21.x, windows-latest) (push) Waiting to run
Tests / test (1.22.x, macos-latest) (push) Waiting to run
Tests / test (1.22.x, ubuntu-latest) (push) Waiting to run
Tests / test (1.22.x, windows-latest) (push) Waiting to run
Tests / test (1.23.x, macos-latest) (push) Waiting to run
Tests / test (1.23.x, ubuntu-latest) (push) Waiting to run
Tests / test (1.23.x, windows-latest) (push) Waiting to run
/ update-instances (push) Has been cancelled
2025-01-25 00:17:13 +00:00
github-actions
f8017075e7 [CI] Auto update instances
Some checks are pending
Tests / test (1.21.x, windows-latest) (push) Waiting to run
Tests / test (1.22.x, macos-latest) (push) Waiting to run
Tests / test (1.22.x, ubuntu-latest) (push) Waiting to run
Tests / test (1.22.x, windows-latest) (push) Waiting to run
Tests / test (1.23.x, macos-latest) (push) Waiting to run
Tests / test (1.21.x, macos-latest) (push) Waiting to run
Tests / test (1.21.x, ubuntu-latest) (push) Waiting to run
Tests / test (1.23.x, ubuntu-latest) (push) Waiting to run
Tests / test (1.23.x, windows-latest) (push) Waiting to run
2025-01-24 00:17:14 +00:00
github-actions
680b2d09d3 [CI] Auto update instances 2025-01-23 00:17:22 +00:00
Namhyeon, Go
4a673ed15a
Add translate.catswords.net instance (#185) 2025-01-22 14:52:42 -07:00
JdM
891aaf9c61
Add futureofthe.tech 4get instance (#188)
* Update services-full.json

* Update services.json
2025-01-22 14:52:17 -07:00
Ben Busby
6ae7c60dd1
Run initial service fetch in goroutine 2025-01-22 14:51:00 -07:00
github-actions
603a355449 [CI] Auto update instances 2025-01-22 00:15:54 +00:00
Ben Busby
b5bad4defc
Rewrite project, add daily update of services list
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).
2025-01-21 13:46:29 -07:00
github-actions
e0e395f3c8 [CI] Auto update instances 2025-01-20 00:17:29 +00:00
github-actions
cdd032c9de [CI] Auto update instances 2025-01-19 00:18:35 +00:00
github-actions
939e00d852 [CI] Auto update instances 2025-01-18 00:15:58 +00:00
github-actions
a8e59789d2 [CI] Auto update instances 2025-01-16 00:18:06 +00:00
github-actions
ff2d9fb197 [CI] Auto update instances 2025-01-15 00:17:38 +00:00
github-actions
398b3388c1 [CI] Auto update instances 2025-01-13 00:17:11 +00:00
github-actions
4c8f70023e [CI] Auto update instances 2025-01-12 00:18:42 +00:00
github-actions
533023bdf1 [CI] Auto update instances 2025-01-11 00:16:23 +00:00
github-actions
033ad28242 [CI] Auto update instances 2025-01-10 00:16:52 +00:00
github-actions
731c9d0ec4 [CI] Auto update instances 2025-01-09 00:19:09 +00:00
github-actions
8bc5b3559b [CI] Auto update instances 2025-01-08 00:18:36 +00:00
github-actions
5118faf7ce [CI] Auto update instances 2025-01-07 00:17:07 +00:00
github-actions
0f33deefb1 [CI] Auto update instances 2025-01-06 00:18:16 +00:00
github-actions
dc188ec6ba [CI] Auto update instances 2025-01-05 00:18:24 +00:00
github-actions
0afad0aff6 [CI] Auto update instances 2025-01-04 00:20:09 +00:00
github-actions
7cac76e50e [CI] Auto update instances 2025-01-03 00:16:59 +00:00
github-actions
560f46a644 [CI] Auto update instances 2025-01-02 00:18:09 +00:00
github-actions
276170655a [CI] Auto update instances 2025-01-01 00:19:05 +00:00
github-actions
0d44292869 [CI] Auto update instances 2024-12-31 00:16:40 +00:00
github-actions
ff953fb268 [CI] Auto update instances 2024-12-30 00:17:23 +00:00
github-actions
68ba9e037a [CI] Auto update instances 2024-12-29 00:18:14 +00:00
github-actions
9baa4de191 [CI] Auto update instances 2024-12-28 00:17:00 +00:00
github-actions
28f3238579 [CI] Auto update instances 2024-12-27 00:17:05 +00:00
github-actions
b79b02a78b [CI] Auto update instances 2024-12-26 00:17:27 +00:00
github-actions
053b65049e [CI] Auto update instances 2024-12-25 00:19:42 +00:00
github-actions
c526ff57f5 [CI] Auto update instances 2024-12-24 00:17:53 +00:00
github-actions
de852934ae [CI] Auto update instances 2024-12-23 00:18:54 +00:00
github-actions
1e09a3894c [CI] Auto update instances 2024-12-22 00:19:32 +00:00
github-actions
11aa553faf [CI] Auto update instances 2024-12-21 00:17:46 +00:00
github-actions
c33c64eec0 [CI] Auto update instances 2024-12-20 00:16:56 +00:00
github-actions
680fe9197d [CI] Auto update instances 2024-12-19 00:20:03 +00:00
github-actions
58d567f092 [CI] Auto update instances 2024-12-18 00:18:33 +00:00
github-actions
6f3bbced41 [CI] Auto update instances 2024-12-17 00:18:02 +00:00
github-actions
c7df4ca588 [CI] Auto update instances 2024-12-03 00:18:14 +00:00