Initial commit

Has the super barebones of a server

State API is next I think
This commit is contained in:
2026-05-13 12:27:13 -07:00
commit 1bd9555287
6 changed files with 2032 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
hostname = "confetti.example.com"
port = 53512
listen_address = "0.0.0.0"
certfile = "/etc/letsencrypt/confetti/fullchain.pem"
keyfile = "/etc/letsencrypt/confetti/privkey.pem"
[database]
url = "my.db.server"
user = "confetti"
password = "my_secret_password"