Initial commit: IT Nexus Web-App
This commit is contained in:
22
nexus-scanner/config.firstrun.yaml
Normal file
22
nexus-scanner/config.firstrun.yaml
Normal file
@@ -0,0 +1,22 @@
|
||||
# Minimale Startkonfiguration — wird nach dem Setup-Wizard überschrieben.
|
||||
site: "LUD"
|
||||
log_level: "info"
|
||||
setup_complete: false
|
||||
|
||||
db:
|
||||
path: "/var/lib/nexus-scanner/scanner.db"
|
||||
|
||||
web:
|
||||
addr: ":8080"
|
||||
token: "" # wird im Setup-Wizard gesetzt
|
||||
|
||||
nexus:
|
||||
url: ""
|
||||
api_key: ""
|
||||
|
||||
modules:
|
||||
arp_discovery:
|
||||
enabled: false # wird im Setup-Wizard aktiviert
|
||||
interval: 5m
|
||||
interface: "eth0"
|
||||
subnets: []
|
||||
Reference in New Issue
Block a user