.
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",
"label": "API Config",
"env_variable": "FORM_API_REFERENCE_CONFIG",
},
"env_variable": "FORM_API_REFERENCE_CONFIG"
},{
"type": "text",
"label": "Cors Proxy Url",
"env_variable": "FORM_PROXY_URL",
"default": "https://cors.alexzaw.dev?url="
"default": "https://cors.alexzaw.dev?url="}
],
"https": false,
"created_at": 1767952070034,

View File

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