Ben Busby 71fb89e028
Move instance selection logic out of router
The process of selecting a random (working) instance for a specified
service has been moved out of the router and into lib/farside.ex. Moving
forward, the router itself should have very simple and easy to follow
logic for all paths.
2021-11-10 11:50:19 -07:00
2021-11-08 17:30:45 -07:00
2021-11-10 11:47:03 -07:00
2021-10-21 15:50:04 -06:00
2021-11-07 12:29:06 -07:00
2021-11-08 17:32:55 -07:00

Farside


Elixir CI

A redirecting service for FOSS alternative frontends

Development

  • Install redis
  • Install elixir
  • Start redis: redis-server /usr/local/etc/redis.conf
  • Install dependencies: mix deps.get
  • Initialize redis contents: mix run update.exs
  • Run Farside: mix run --no-halt
    • Uses localhost:4001
Description
A smart redirecting gateway for various frontend services
Readme 1.7 MiB
Languages
Go 82.5%
Shell 10.4%
HTML 7.1%