Activate reporter by setting misc_reporter to true

The reporting service can still be installed without sending automatic reports.
This allows an automatic report to be sent after the initial installation.
The report can also be triggered by user interaction.
This commit is contained in:
Raphael Dannecker 2025-04-03 10:54:15 +02:00
parent aa9a1fca43
commit 84c7a4d1c6
3 changed files with 654 additions and 650 deletions

View file

@ -3,6 +3,7 @@ misc_avoid_suspend: true
misc_pwroff: true
misc_pwroff_idle: true
misc_pxe_first: false
misc_reporter_serv: ""
misc_reporter: false
misc_reporter_serv: "localhost 1234"
misc_clonescreen: false
misc_clonescreen_mode: "1920x1080@60"