~eviee/driptorch-controller

Controller for Driptorch
Switch from lazy_static to once_cell
Add tokio tracing support
First version of basic self-CA

refs

main
browse  log 

clone

read-only
https://git.sr.ht/~eviee/driptorch-controller
read/write
git@git.sr.ht:~eviee/driptorch-controller

You can also use your local clone with git send-email.

#driptorch-controller

Controller for the Driptorch DNS + Proxy.
For more information, visit https://driptorch.net/

Code Issues Development Mailing List

#Requirements:

#Deployment
  • PostgreSQL
  • RabbitMQ
#Development
  • Rust 1.60+
  • PostgreSQL
  • RabbitMQ

#Environment Variables:

Variable Description Required?
DATABASE_URL PostgreSQL database connection URL Y
AMQP_ADDR Message queue (RabbitMQ) connection URL Y
UAP_REGEXES Path to the BrowserScope UA regex YAML N
RSA_KEY Path to the RSA private key used to create certificates !!! KEEP THIS SAFE Y
XCC20_KEY Path to the XChaCha20-Poly1305 key used to encrypt private keys !!! KEEP THIS SAFE Y

#See also