Wafris: https://wafris.org
Caddy: https://caddyserver.com
Like most all Caddy plugins, select it on the download page to get a custom build, or use xcaddy to build from source:
$ xcaddy build --with github.com/Wafris/wafris-caddy
xcaddy: https://github.com/caddyserver/xcaddy
- Setup a working redis instance
- Get your redis URL
route {
# this redis url assumes you are running redis on your local machine for testing purposes
wafris "redis://localhost:6379?protocol=3"
}
These routes are usually nesting in a siteblock such as:
localhost {
route {
wafris "redis://localhost:6379?protocol=3"
}
}
or
example.com {
reverse_proxy :4000 {
}
route {
wafris "redis://localhost:6379?protocol=3"
}
}
- Sign in to or register a new account at wafris.org
- Add your redis URL
- Add any necessay block rules