fix: postgres

This commit is contained in:
trisua 2025-04-03 15:07:57 -04:00
parent dcd5f359c6
commit 27d7c2f4b5
29 changed files with 298 additions and 224 deletions

View file

@ -1,12 +1,40 @@
name = "Tetratto"
description = "🐇 tetratto!"
color = "#c9b1bc"
port = 4118
banned_hosts = []
no_track = []
banned_usernames = [
"admin",
"owner",
"moderator",
"api",
"communities",
"notifs",
"notification",
"post",
"void",
]
[security]
registration_enabled = true
real_ip_header = "CF-Connecting-IP"
[dirs]
templates = "html"
assets = "public"
media = "media"
icons = "icons"
[database]
name = "tetratto"
url = "localhost:5432"
user = "hkau"
password = "postgres"
[policies]
terms_of_service = "/public/tos.html"
privacy = "/public/privacy.html"
[turnstile]
site_key = "1x00000000000000000000AA"