add mosis-portal Go project with package signing and validation

This commit is contained in:
2026-01-18 20:56:06 +01:00
parent d76627ebc3
commit 2eb6292dc2
14 changed files with 1671 additions and 10 deletions

10
portal/litestream.yml Normal file
View File

@@ -0,0 +1,10 @@
# Litestream configuration for mosis-portal
# Continuous backup of SQLite database to local storage
dbs:
- path: /data/portal.db
replicas:
- type: file
path: /backups/portal
retention: 720h # 30 days
sync-interval: 1s