1
0
Fork 0
mirror of https://github.com/benbusby/farside.git synced 2025-04-19 18:38:42 +00:00
A smart redirecting gateway for various frontend services
Find a file
Ben Busby 9a6d680213
Route service requests to an available instance
Router has been updated with a basic /:service/*glob endpoint, which
retrieves a list of instances for the requested service and picks a
random one to forward the user to (or falls back to a default instance
if none are found).

Should probably add a check to make sure the requested service exists
first.
2021-10-22 19:18:33 -06:00
lib/privacy_revolver Route service requests to an available instance 2021-10-22 19:18:33 -06:00
test Setup basic Plug.Router framework for serving requests 2021-10-22 18:28:12 -06:00
.formatter.exs Setup basic Plug.Router framework for serving requests 2021-10-22 18:28:12 -06:00
.gitignore Write results of update script to file for debugging 2021-10-22 18:07:59 -06:00
LICENSE Initial commit 2021-10-21 15:50:04 -06:00
mix.exs Setup basic Plug.Router framework for serving requests 2021-10-22 18:28:12 -06:00
mix.lock Setup basic Plug.Router framework for serving requests 2021-10-22 18:28:12 -06:00
README.md Initial commit 2021-10-21 15:50:04 -06:00
services.json Output available instances and fallback URL to redis 2021-10-22 17:15:40 -06:00
update.exs Write results of update script to file for debugging 2021-10-22 18:07:59 -06:00

privacy-revolver

A tool for evenly distributing traffic across various privacy-oriented frontends