fixed network config and wrong paths in frontend

This commit is contained in:
2025-12-29 22:12:39 +01:00
parent 610fd74e89
commit fb514f1efe
14 changed files with 599 additions and 36 deletions

View File

@@ -8,6 +8,30 @@
"permissions": [
"core:default",
"opener:default",
"store:default"
"store:default",
{
"identifier": "http:default",
"allow": [
{
"url": "http://192.168.1.147:*"
},
{
"url": "https://alatreon.org/chatapp/*"
}
],
"deny": []
},
{
"identifier": "websocket:default",
"allow": [
{
"url": "ws://192.168.1.147:*"
},
{
"url": "wss://alatreon.org/chatapp/*"
}
]
},
"websocket:default"
]
}
}