Rename project to UploadShield: update runtime, configs, docs, and provisioning; run lint/tests

This commit is contained in:
2026-02-12 14:48:07 +01:00
parent d1310e0844
commit 7c8bccc911
20 changed files with 95 additions and 104 deletions

View File

@@ -7,9 +7,9 @@
"archive_inspect": true
},
"paths": {
"quarantine_dir": "/var/lib/upload-logger/quarantine",
"state_dir": "/var/lib/upload-logger/state",
"allowlist_file": "/etc/upload-logger/allowlist.json"
"quarantine_dir": "/var/lib/uploadshield/quarantine",
"state_dir": "/var/lib/uploadshield/state",
"allowlist_file": "/etc/uploadshield/allowlist.json"
},
"limits": {
"max_size": 52428800,

View File

@@ -7,9 +7,9 @@
"archive_inspect": true
},
"paths": {
"quarantine_dir": "/var/lib/upload-logger/quarantine",
"state_dir": "/var/lib/upload-logger/state",
"allowlist_file": "/etc/upload-logger/allowlist.json"
"quarantine_dir": "/var/lib/uploadshield/quarantine",
"state_dir": "/var/lib/uploadshield/state",
"allowlist_file": "/etc/uploadshield/allowlist.json"
},
"limits": {
"max_size": 52428800,