mirror of
https://github.com/versia-pub/server.git
synced 2026-03-13 05:49:16 +01:00
feat(api): ✨ Add TOS and Privacy Policy support
This commit is contained in:
parent
e9e33432c2
commit
ffcf01e3cd
12 changed files with 180 additions and 33 deletions
|
|
@ -306,7 +306,13 @@ name = "Lysand"
|
|||
description = "A Lysand instance"
|
||||
# Path to a file containing a longer description of your instance
|
||||
# This will be parsed as Markdown
|
||||
# extended_description_path = "config/description.md"
|
||||
# extended_description_path = "config/extended_description.md"
|
||||
# Path to a file containing the terms of service of your instance
|
||||
# This will be parsed as Markdown
|
||||
# tos_path = "config/tos.md"
|
||||
# Path to a file containing the privacy policy of your instance
|
||||
# This will be parsed as Markdown
|
||||
# privacy_policy_path = "config/privacy_policy.md"
|
||||
# URL to your instance logo
|
||||
# logo = ""
|
||||
# URL to your instance banner
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue