Neo Oclib + Config Minio For private source

This commit is contained in:
mr
2026-05-27 16:14:33 +02:00
parent e3e29295ee
commit f7322156e1
13 changed files with 652 additions and 11 deletions
+5
View File
@@ -17,6 +17,11 @@ type Config struct {
MinioRootSecret string
MonitorMode string
MonitorAddress string
// SourceKeyStorePath est le chemin du fichier JSON persistant qui stocke
// la table privée opaque_key → { real_path, resource_id }.
// Ce fichier doit être sur un volume monté pour survivre aux redémarrages.
// Valeur par défaut : /data/source-keys.json
SourceKeyStorePath string
}
var instance *Config