refactor(frontend): 🔥 Move frontend out of this repository, allow any frontend to be used

Adds a new configuration option to put your frontend's URL
This commit is contained in:
Jesse Wierzbinski 2024-04-14 15:35:56 -10:00
parent ac3ef0ea06
commit a7969f6ebd
No known key found for this signature in database
25 changed files with 35 additions and 938 deletions

View file

@ -86,6 +86,10 @@ bait_ips = ["127.0.0.1", "::1"]
# User agents to send bait data to (regex format)
bait_user_agents = ["curl", "wget"]
[frontend]
# The URL to reach the frontend at (should be on a local network)
url = "http://localhost:3000"
[smtp]
# SMTP server to use for sending emails
server = "smtp.example.com"