Updated database to store session key (still unencrypted)

This commit is contained in:
Jakob Friedl
2025-07-23 15:25:19 +02:00
parent cb16a9c571
commit cf4e4a7017
7 changed files with 71 additions and 51 deletions

2
.gitignore vendored
View File

@@ -1,6 +1,8 @@
# Ignore agents
# agents/
*.db
data/*
!data/.gitkeep
# Ignore binaries
bin/*
!bin/.gitkeep