BAMS initial project structure

This commit is contained in:
2025-12-23 18:34:39 +00:00
parent e1df870f98
commit 861e0f65c3
24 changed files with 2495 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
# BAMS Configuration File
# Copy to /etc/bams/config.yaml and customize
port: 8080
log_level: info
data_dir: /var/lib/bams
# SCST configuration file path
scst_config: /etc/scst.conf
# Bacula Storage Daemon configuration path
bacula_config: /etc/bacula/bacula-sd.conf
# Security settings
security:
require_https: false
allowed_users: []
# Example: allowed_users: ["admin", "operator"]