Force rebuild: Update asset routing with version bump
This commit is contained in:
@@ -7,7 +7,7 @@
|
|||||||
"contactEmail": "contact@ente.io",
|
"contactEmail": "contact@ente.io",
|
||||||
"tagline": "Open Source End-to-End Encrypted Photos & Authentication",
|
"tagline": "Open Source End-to-End Encrypted Photos & Authentication",
|
||||||
"upstreamVersion": "1.0.0",
|
"upstreamVersion": "1.0.0",
|
||||||
"version": "0.1.81",
|
"version": "0.1.82",
|
||||||
"healthCheckPath": "/ping",
|
"healthCheckPath": "/ping",
|
||||||
"httpPort": 3080,
|
"httpPort": 3080,
|
||||||
"memoryLimit": 1073741824,
|
"memoryLimit": 1073741824,
|
||||||
|
2
start.sh
2
start.sh
@@ -666,7 +666,7 @@ cat > "$CADDY_CONFIG" << EOF
|
|||||||
reverse_proxy localhost:8080
|
reverse_proxy localhost:8080
|
||||||
}
|
}
|
||||||
|
|
||||||
# Next.js assets for cast app
|
# Next.js assets for cast app - Fixed routing v2
|
||||||
handle_path /cast/_next/* {
|
handle_path /cast/_next/* {
|
||||||
root * /app/web/cast
|
root * /app/web/cast
|
||||||
file_server
|
file_server
|
||||||
|
Reference in New Issue
Block a user