add admin interface with article and event management features

This commit is contained in:
ImBenji
2026-04-21 21:57:00 +01:00
parent 81bcf40a8d
commit 715172596f
6 changed files with 964 additions and 29 deletions
+5 -1
View File
@@ -3,6 +3,10 @@
"port": 3001,
"host": "0.0.0.0"
},
"admin": {
"username": "admin",
"password": "changeme"
},
"database": {
"path": "./archive.sqlite"
},
@@ -19,7 +23,7 @@
"tickers": []
},
"openRouter": {
"enabled": false,
"enabled": true,
"apiKey": "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",
"embeddingModel": "qwen/qwen3-embedding-8b"
},