.
Some checks failed
Test / test (push) Has been cancelled

This commit is contained in:
2026-01-09 11:03:49 +00:00
parent 3aadd164f0
commit e2e7c44bf6
2 changed files with 9 additions and 5 deletions

View File

@@ -27,12 +27,12 @@
{ {
"type": "text", "type": "text",
"label": "API Config", "label": "API Config",
"env_variable": "FORM_API_REFERENCE_CONFIG", "env_variable": "FORM_API_REFERENCE_CONFIG"
}, },{
"type": "text", "type": "text",
"label": "Cors Proxy Url", "label": "Cors Proxy Url",
"env_variable": "FORM_PROXY_URL", "env_variable": "FORM_PROXY_URL",
"default": "https://cors.alexzaw.dev?url=" "default": "https://cors.alexzaw.dev?url="}
], ],
"https": false, "https": false,
"created_at": 1767952070034, "created_at": 1767952070034,

View File

@@ -1,7 +1,7 @@
{ {
"services": [ "services": [
{ {
"_id": "service-9v11i7b", "id": "scalar",
"name": "api-reference", "name": "api-reference",
"image": "scalarapi/api-reference:latest", "image": "scalarapi/api-reference:latest",
"isMain": true, "isMain": true,
@@ -9,7 +9,7 @@
"volumes": [ "volumes": [
{ {
"containerPath": "/docs", "containerPath": "/docs",
"hostPath": "/etc/runtipi/apps/_user/scalar/apidocs", "hostPath": "/etc/runtipi/app-data/runtipi/scalar/apidocs",
"readOnly": false, "readOnly": false,
"shared": false, "shared": false,
"private": false "private": false
@@ -20,6 +20,10 @@
{ {
"key": "API_REFERENCE_CONFIG", "key": "API_REFERENCE_CONFIG",
"value": "{FORM_API_REFERENCE_CONFIG}" "value": "{FORM_API_REFERENCE_CONFIG}"
},
{
"key": "PROXY_URL",
"value": "{FORM_PROXY_URL}"
} }
], ],
"addPorts": [ "addPorts": [