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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user