feat: add experimental config file support

This commit is contained in:
Stavros
2025-12-21 11:21:11 +02:00
parent 0374370b0c
commit c4529be557
10 changed files with 215 additions and 103 deletions

9
.gitignore vendored
View File

@@ -26,4 +26,11 @@ tmp
internal/assets/version
# data directory
data
data
# config file
config.yml
# binary out
tinyauth.db
resources