2025-03-21 01:37:00 -04:00
|
|
|
name = "Tetratto"
|
2025-04-03 15:07:57 -04:00
|
|
|
description = "🐇 tetratto!"
|
|
|
|
color = "#c9b1bc"
|
2025-03-21 01:37:00 -04:00
|
|
|
port = 4118
|
2025-04-03 15:07:57 -04:00
|
|
|
banned_hosts = []
|
2025-04-09 00:10:58 -04:00
|
|
|
host = "http://localhost:4118"
|
2025-04-09 19:25:41 -04:00
|
|
|
no_track = []
|
2025-04-03 15:07:57 -04:00
|
|
|
banned_usernames = [
|
|
|
|
"admin",
|
|
|
|
"owner",
|
|
|
|
"moderator",
|
|
|
|
"api",
|
|
|
|
"communities",
|
|
|
|
"notifs",
|
|
|
|
"notification",
|
|
|
|
"post",
|
|
|
|
"void",
|
2025-04-26 16:27:18 -04:00
|
|
|
"anonymous",
|
2025-04-03 15:07:57 -04:00
|
|
|
]
|
2025-04-09 21:04:59 -04:00
|
|
|
town_square = 166340372315581657
|
2025-05-03 21:18:07 -04:00
|
|
|
html_footer_path = "public/footer.html"
|
2025-03-21 01:37:00 -04:00
|
|
|
|
|
|
|
[security]
|
|
|
|
registration_enabled = true
|
2025-04-03 15:07:57 -04:00
|
|
|
real_ip_header = "CF-Connecting-IP"
|
2025-03-21 01:37:00 -04:00
|
|
|
|
|
|
|
[dirs]
|
|
|
|
templates = "html"
|
|
|
|
assets = "public"
|
2025-04-03 15:07:57 -04:00
|
|
|
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"
|
2025-04-02 23:26:43 -04:00
|
|
|
|
|
|
|
[turnstile]
|
|
|
|
site_key = "1x00000000000000000000AA"
|
|
|
|
secret_key = "1x0000000000000000000000000000000AA"
|