enable remote access

This commit is contained in:
2026-02-06 19:00:27 +01:00
parent 62af8c1ed7
commit 4253ca5ffe
3 changed files with 18 additions and 3 deletions

11
initialconfig.json Normal file
View File

@@ -0,0 +1,11 @@
{
"global": {
"settings":{
"network":{
"internetAccessAPI":true,
"localApiAuth":false,
"restirctedInternetAccessAPI":false
}
}
}
}