lots of changes:

- change how we handle modules for services in the VM
- fixed wtv-disk:/sync always failed the first time
- implement production-like wtv-star handling (when a service port becomes unavailable, it requests the url over the wtv-star port to show an error page)
- renamed WTVDownloadList.js to WTVDisk.js
- a bit more work on WTVNews (created class)
- probably more stuff I can't remember
This commit is contained in:
zefie
2022-10-11 13:51:20 -04:00
parent bf50e6e9e9
commit a887a36104
14 changed files with 314 additions and 271 deletions

View File

@@ -60,7 +60,10 @@
},
"wtv-news": {
"port": 1605,
"disabled": true
"disabled": true,
"modules": [
"WTVNews"
]
},
"wtv-register": {
"port": 1607,
@@ -93,7 +96,10 @@
"flags": "0x00000010",
"passport_service": "wtv-passport",
"connections": 3,
"privileged": true
"privileged": true,
"modules": [
"WTVBGMusic"
]
},
"wtv-music": {
"port": 1656,
@@ -109,7 +115,10 @@
},
"wtv-disk": {
"port": 1635,
"connections": 3
"connections": 3,
"modules": [
"WTVDisk"
]
},
"wtv-guide": {
"port": 1621,