A smart redirecting gateway for various frontend services
Go to file
Ben Busby 8f762d47fa
Setup basic Plug.Router framework for serving requests
Rather than use a full blown framework*, adding basic routing with
Plug.Router seems to make more sense, since I'm not planning on hosting
any content through this app. The app itself will just be endpoints for
all available services that redirect the user to an available instance
for the requested service.

Note that I might change my mind about this, but that's unlikely. At
most there would just be a home page with info about available
instances, but even then that seems kinda pointless. Trying to keep this
as absolutely simple as possible.

*like Phoenix
2021-10-22 18:28:12 -06:00
lib Setup basic Plug.Router framework for serving requests 2021-10-22 18:28:12 -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
README.md 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
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

README.md

privacy-revolver

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