1
0
Fork 0
mirror of https://github.com/benbusby/farside.git synced 2025-04-19 18:38:42 +00:00
Commit graph

1262 commits

Author SHA1 Message Date
github-actions
658a1d9c60 [CI] Auto update instances 2025-04-16 00:17:12 +00:00
github-actions
df1bed13ed [CI] Auto update instances 2025-04-15 00:17:20 +00:00
github-actions
6fee7e12e8 [CI] Auto update instances 2025-04-11 00:17:30 +00:00
github-actions
37286131f8 [CI] Auto update instances 2025-04-10 00:16:27 +00:00
github-actions
02e3d4aaf3 [CI] Auto update instances 2025-04-09 00:16:22 +00:00
github-actions
594711605e [CI] Auto update instances 2025-04-08 00:17:16 +00:00
github-actions
848155f659 [CI] Auto update instances 2025-04-07 00:17:19 +00:00
github-actions
d0795dc324 [CI] Auto update instances 2025-04-06 00:18:24 +00:00
github-actions
b83f75c254 [CI] Auto update instances 2025-04-05 00:16:56 +00:00
github-actions
747fa9beb3 [CI] Auto update instances 2025-04-04 00:17:45 +00:00
github-actions
c40167a485 [CI] Auto update instances 2025-04-03 00:17:36 +00:00
github-actions
03571829e7 [CI] Auto update instances 2025-04-02 00:16:51 +00:00
github-actions
86d3b62b5b [CI] Auto update instances 2025-04-01 00:18:36 +00:00
github-actions
322ae15886 [CI] Auto update instances 2025-03-31 00:17:52 +00:00
github-actions
968864cb1a [CI] Auto update instances 2025-03-30 00:17:50 +00:00
github-actions
80752cae33 [CI] Auto update instances 2025-03-29 00:16:32 +00:00
github-actions
9e44be447f [CI] Auto update instances 2025-03-28 00:17:03 +00:00
github-actions
d4c0fbadd7 [CI] Auto update instances 2025-03-27 00:17:37 +00:00
github-actions
c50acac93e [CI] Auto update instances 2025-03-26 00:17:41 +00:00
github-actions
cfe8cbe660 [CI] Auto update instances 2025-03-25 00:19:01 +00:00
github-actions
e237d0a825 [CI] Auto update instances 2025-03-24 00:18:57 +00:00
github-actions
0d947cef2c [CI] Auto update instances 2025-03-23 00:17:53 +00:00
github-actions
c8584473a1 [CI] Auto update instances 2025-03-22 00:16:46 +00:00
github-actions
9c8bdf5834 [CI] Auto update instances 2025-03-21 00:18:10 +00:00
github-actions
d8e70469a3 [CI] Auto update instances 2025-03-20 00:18:30 +00:00
github-actions
0bd0b21fc6 [CI] Auto update instances 2025-03-19 00:23:01 +00:00
github-actions
3504c97008 [CI] Auto update instances 2025-03-18 00:17:19 +00:00
github-actions
131c756994 [CI] Auto update instances 2025-03-17 00:17:44 +00:00
github-actions
cb43d7da4a [CI] Auto update instances 2025-03-16 00:19:41 +00:00
github-actions
1ce51ae27c [CI] Auto update instances 2025-03-15 00:15:53 +00:00
github-actions
6822d25fd6 [CI] Auto update instances 2025-03-14 00:16:00 +00:00
github-actions
26b6a0d53b [CI] Auto update instances 2025-03-13 00:17:01 +00:00
github-actions
ece6e525ef [CI] Auto update instances 2025-03-12 00:16:05 +00:00
github-actions
1525c5df0a [CI] Auto update instances 2025-03-11 00:16:59 +00:00
github-actions
a8c11f05e7 [CI] Auto update instances 2025-03-10 00:15:31 +00:00
github-actions
e00ab4d092 [CI] Auto update instances 2025-03-09 00:15:39 +00:00
github-actions
88f68ca37e [CI] Auto update instances 2025-03-08 00:13:34 +00:00
github-actions
25b4ccc6d3 [CI] Auto update instances 2025-03-07 00:15:52 +00:00
github-actions
ecf9baaba6 [CI] Auto update instances 2025-03-06 00:17:11 +00:00
github-actions
d1c724905f [CI] Auto update instances 2025-03-05 00:17:17 +00:00
github-actions
ea20a3f909 [CI] Auto update instances 2025-03-04 00:16:19 +00:00
github-actions
3e2ae8117a [CI] Auto update instances 2025-03-03 00:17:32 +00:00
github-actions
deb5cd20cd [CI] Auto update instances 2025-03-02 00:17:00 +00:00
github-actions
90f2fe404e [CI] Auto update instances 2025-03-01 00:17:44 +00:00
github-actions
76d20b1aa6 [CI] Auto update instances 2025-02-28 00:18:26 +00:00
github-actions
8d9089a592 [CI] Auto update instances 2025-02-27 00:18:03 +00:00
Ben Busby
6970db9c5b
Run cron init in goroutine
Cron init blocks the server from starting until it finishes, which is
not ideal.
2025-02-26 12:38:18 -07:00
Ben Busby
d15e05d39e
Allow skipping instance checks for particular services
Services like searxng don't need to have instance checks performed since
the nightly cron task filters out the instances already.
2025-02-25 17:21:05 -07:00
github-actions
99e5dfcac2 [CI] Auto update instances 2025-02-26 00:18:50 +00:00
Ben Busby
356ea3b3c2
Use originally requested service if not using URL redirect
The specified service (i.e. whoogle) should be used for the redirect if
explicitly stated, rather than randomly fetching an instance for the
provided URL.

For instance:

- farside.link/https://google.com/search?q=balatro can redirect to a
  whoogle or searxng instance.
- farside.link/whoogle/search?q=balatro will always redirect to a
  whoogle instance.
2025-02-25 16:42:23 -07:00