feat: use cloud runtime package (#9)

* feat: Include @noodl/cloud-runtime in the dist folder

* feat: Use the builtin cloud runtime

Unless "NOODL_CLOUD_RUNTIMES_LOCATION" is provided.

* chore: bump version
This commit is contained in:
Eric Tuvesson
2024-01-26 10:38:48 +01:00
committed by GitHub
parent c89f7ef796
commit 413e7b3fcd
7 changed files with 72 additions and 27 deletions

View File

@@ -58,3 +58,16 @@ This package contains the docker image of the Noodl Self Hosted Cloud Service.
**Description**: The **`MAX_UPLOAD_SIZE`** variable specifies the maximum allowed size for file uploads in the application.
**Default Value: `20mb`**
### `NOODL_CLOUD_RUNTIMES_LOCATION`
**Description**: The **`NOODL_CLOUD_RUNTIMES_LOCATION`** variable specifies the URL location where to find the runtime to use.
To use the Noodl hosted cloud runtimes, use this URL:
`https://runtimes.noodl.cloud/{runtime}.js`
`{runtime}` will be replaced with the desired runtime by the Cloud Functions.
If this variable is not provided then the built in cloud runtime will be used.
**Default Value: `undefined`**

View File

@@ -1,6 +1,6 @@
{
"name": "@noodl/cloudservice-docker",
"version": "0.2.5",
"version": "0.3.0",
"description": "Low-code for when experience matter",
"author": "Noodl <info@noodl.net>",
"homepage": "https://noodl.net",