mirror of
https://github.com/versia-pub/server.git
synced 2026-03-13 05:49:16 +01:00
feat(frontend): ✨ Finish glitch frontend implementation
This commit is contained in:
parent
e5e8099883
commit
972ced1f10
6 changed files with 348 additions and 26 deletions
|
|
@ -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"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue