feat(frontend): Finish glitch frontend implementation

This commit is contained in:
Jesse Wierzbinski 2024-04-15 08:50:06 -10:00
parent e5e8099883
commit 972ced1f10
No known key found for this signature in database
6 changed files with 348 additions and 26 deletions

View file

@ -87,6 +87,8 @@ bait_ips = ["127.0.0.1", "::1"]
bait_user_agents = ["curl", "wget"]
[frontend]
# Enable custom frontends (warning: not enabling this or Glitch will make Lysand only accessible via the Mastodon API)
enabled = true
# The URL to reach the frontend at (should be on a local network)
url = "http://localhost:3000"