Controller for Driptorch
Find a file
2022-09-14 01:14:58 -04:00
.idea Initial commit 2022-09-12 02:11:38 -04:00
migration Add certificate migrations 2022-09-14 01:14:58 -04:00
src Add message queue 2022-09-13 09:16:28 -04:00
.gitignore Initial commit 2022-09-12 02:11:38 -04:00
Cargo.lock Add message queue 2022-09-13 09:16:28 -04:00
Cargo.toml Add message queue 2022-09-13 09:16:28 -04:00
LICENSE Initial commit 2022-09-12 02:11:38 -04:00
README.md Add message queue 2022-09-13 09:16:28 -04:00

driptorch-controller

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


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

See also