Improved debugging features. Added quotes to live.yaml. Improving hardware detection.

This commit is contained in:
Raphaël Numbus
2026-05-25 16:54:57 +02:00
parent 5d4b8eb77f
commit 50f624e9e4
2 changed files with 50 additions and 25 deletions
+1 -1
View File
@@ -77,7 +77,7 @@
const response = await fetch('/discovery', {
method: 'POST',
headers: { 'Content-Type': 'text/yaml' },
body: jsyaml.dump(payload)
body: jsyaml.dump(payload, { quotingType: '"', forceQuotes: true })
});
if (response.ok) {