mirror of
https://github.com/versia-pub/server.git
synced 2026-03-13 05:49:16 +01:00
feat(frontend): ✨ Allow usage of glitch-soc as frontend (alpha)
This commit is contained in:
parent
1aacf7d743
commit
ff6a91f916
7 changed files with 81 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue