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 8042dcad0c
Refactor project to new name
The name of the project is being refactored from Privacy Revolver to
Farside. The reasoning behind this is:
1. A shorter name is easier to remember
2. It can stand for "FOSS alternative redirecting service" (which I know
doesn't encapsulate all letters from "farside", but it's close enough).

This commit also includes improvements to the update script for
determining how far along the script is.
2021-11-07 12:29:06 -07:00
.github/workflows Add elixir CI 2021-10-26 21:21:00 -06:00
config Refactor project to new name 2021-11-07 12:29:06 -07:00
lib/farside Refactor project to new name 2021-11-07 12:29:06 -07:00
test Refactor project to new name 2021-11-07 12:29:06 -07: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 Refactor project to new name 2021-11-07 12:29:06 -07:00
mix.lock Setup basic Plug.Router framework for serving requests 2021-10-22 18:28:12 -06:00
README.md Refactor project to new name 2021-11-07 12:29:06 -07:00
services.json Include protocol in service list 2021-11-07 12:28:06 -07:00
update.exs Refactor project to new name 2021-11-07 12:29:06 -07:00

Farside

FOSS alternative redirecting service

Elixir CI

A tool for evenly distributing traffic across various open source 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