Add comprehensive configuration and testing for HMAC File Server 3.2
- Introduced configuration files for Docker, Podman, and SystemD deployments. - Implemented a comprehensive test suite for HMAC validation, file uploads, and network resilience. - Added debugging scripts for live monitoring of upload issues and service status. - Created minimal configuration for testing purposes. - Developed multiple test scripts to validate HMAC calculations and response handling. - Enhanced upload tests to cover various scenarios including invalid HMAC and unsupported file extensions. - Improved logging and error analysis capabilities for better diagnostics.
This commit is contained in:
7
tests/minimal-config.toml
Normal file
7
tests/minimal-config.toml
Normal file
@ -0,0 +1,7 @@
|
||||
[server]
|
||||
listen_address = "8080"
|
||||
storage_path = "/tmp/test-uploads"
|
||||
metrics_enabled = true
|
||||
|
||||
[security]
|
||||
secret = "test-secret-key"
|
Reference in New Issue
Block a user