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 76faebd234
Move constants to config, update string formatting
Not sure if this is the Elixir-y way to do this, but seems more logical
than hardcoding values such as redis connection.

Also went through and improved how string formatting was performed
throughout the app. Rather than "combining" <> "strings" this way, I'm
now just doing "#${variable}#{formatting}", which looks a lot cleaner.
2021-10-22 20:07:07 -06:00
config Move constants to config, update string formatting 2021-10-22 20:07:07 -06:00
lib/privacy_revolver Move constants to config, update string formatting 2021-10-22 20:07:07 -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 Move constants to config, update string formatting 2021-10-22 20:07:07 -06:00

privacy-revolver

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