e225a57f97
- Removing channels. Going back to a wsgi deployment - Removed server projector code - Autoupdate throttling is now in the client - New communication stack in the client - Adopted all deployment methods: Docker stack and docker compose (prod and dev) - Added autoupdate service as submodule
41 lines
974 B
JSON
41 lines
974 B
JSON
{
|
|
"index": "/index.html",
|
|
"assetGroups": [
|
|
{
|
|
"name": "app",
|
|
"installMode": "prefetch",
|
|
"resources": {
|
|
"files": [
|
|
"/favicon.png",
|
|
"/index.html",
|
|
"/*.css",
|
|
"/*.js",
|
|
"/fira-sans*",
|
|
"/Material-Icons-Baseline.*"
|
|
]
|
|
}
|
|
},
|
|
{
|
|
"name": "assets",
|
|
"installMode": "lazy",
|
|
"updateMode": "prefetch",
|
|
"resources": {
|
|
"files": [
|
|
"/assets/**"
|
|
]
|
|
}
|
|
}
|
|
],
|
|
"dataGroups": [
|
|
{
|
|
"name": "api",
|
|
"urls": ["/rest/*", "/apps/*", "/system/*", "/stats"],
|
|
"cacheConfig": {
|
|
"maxSize": 0,
|
|
"maxAge": "0u",
|
|
"strategy": "freshness"
|
|
}
|
|
}
|
|
]
|
|
}
|