feat(frontend): Allow usage of glitch-soc as frontend (alpha)

This commit is contained in:
Jesse Wierzbinski 2024-04-15 00:46:19 -10:00
parent 1aacf7d743
commit ff6a91f916
No known key found for this signature in database
7 changed files with 81 additions and 1 deletions

View file

@ -90,6 +90,14 @@ bait_user_agents = ["curl", "wget"]
# The URL to reach the frontend at (should be on a local network)
url = "http://localhost:3000"
[frontend.glitch]
# Enable the Glitch frontend integration
enabled = false
# Glitch assets folder
assets = "glitch"
# Server the assets were ripped from (and any eventual CDNs)
server = ["https://glitch.social", "https://static.glitch.social"]
[smtp]
# SMTP server to use for sending emails
server = "smtp.example.com"