add: postgres support
chore: restructure
This commit is contained in:
parent
cda879f6df
commit
b6fe2fba37
58 changed files with 3403 additions and 603 deletions
16
tetratto.toml
Normal file
16
tetratto.toml
Normal file
|
@ -0,0 +1,16 @@
|
|||
name = "Tetratto"
|
||||
description = "🐐 tetratto!"
|
||||
color = "#c9b1bc"
|
||||
port = 4118
|
||||
|
||||
[security]
|
||||
registration_enabled = true
|
||||
admin_user = "admin"
|
||||
real_ip_header = "CF-Connecting-IP"
|
||||
|
||||
[dirs]
|
||||
templates = "html"
|
||||
assets = "public"
|
||||
|
||||
[database]
|
||||
name = "atto.db"
|
Loading…
Add table
Add a link
Reference in a new issue