Ben Busby 39c244d970
Skip querying all instances w/ "test mode"
Now allows setting FARSIDE_TEST to skip individually fetching each
instance, and instead just adds all of them to redis instantly. This
allows for an easier time in CI builds, for both the sake of speed and
to prevent a scenario where many simultaneous builds have a noticeable
impact on actual instances.
2021-11-09 15:12:58 -07:00
2021-11-08 17:30:45 -07:00
2021-11-07 12:29:06 -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%