1
0
Fork 0
mirror of https://github.com/benbusby/farside.git synced 2025-04-20 10:58:42 +00:00
farside/lib/farside
Ben Busby c0706bfe9b
Allow separation of instance and API URLs
Instance URLs and API URLs are not always the same, and require
different testing strategies. This allows the two types of URLs for an
instance, as well as the testing path, to be separated by a "|" character.
When Farside runs the instance checker, it will split instance strings
by that character and perform separate tests. Instances without a
separate API URL will only be tested once against their primary instance
URL.

Currently the only service using this paradigm is Piped, but allows for
others using the same approach to be added/tested in Farside in the
future.

Closes #115
2023-07-11 12:34:31 -06:00
..
application.ex Enable auto compact for cubdb 2022-12-09 11:30:25 -07:00
instances.ex Allow separation of instance and API URLs 2023-07-11 12:34:31 -06:00
router.ex Ignore request types in router 2022-12-11 13:14:40 -07:00
scheduler.ex Use quantum core for update scheduling 2021-11-24 09:35:21 -07:00
server.ex Use format str for search engine queries 2021-11-29 16:31:55 -07:00
throttle.ex Reuse previous instance within rate-limit interval 2022-03-18 13:51:37 -06:00