upload current sources
Some checks failed
Test / test (push) Has been cancelled

This commit is contained in:
2025-12-14 09:58:44 +00:00
parent 381b75ece9
commit 347f4c040b
4 changed files with 12 additions and 15 deletions

View File

@@ -33,7 +33,7 @@
}, },
{ {
"label": "Server Certificate", "label": "Server Certificate",
"type": "textarea", "type": "text",
"env_variable": "OC_SERVERCERT", "env_variable": "OC_SERVERCERT",
"required": true, "required": true,
"default": "pin-sha256:HyHob3LiVmIp8ch9AzHJ9jMYqI43tO5N13oWeBLiZ/0=" "default": "pin-sha256:HyHob3LiVmIp8ch9AzHJ9jMYqI43tO5N13oWeBLiZ/0="

View File

@@ -10,13 +10,13 @@
"privileged": true, "privileged": true,
"capAdd": ["NET_ADMIN"], "capAdd": ["NET_ADMIN"],
"devices": ["/dev/net/tun:/dev/net/tun"], "devices": ["/dev/net/tun:/dev/net/tun"],
"environment": [ "environment": {
{ "key": "OC_URL", "value": "${OC_URL}" }, "OC_URL": "${OC_URL}",
{ "key": "OC_SERVERCERT", "value": "${OC_SERVERCERT}" }, "OC_SERVERCERT": "${OC_SERVERCERT}",
{ "key": "OC_USER", "value": "${OC_USER}" }, "OC_USER": "${OC_USER}",
{ "key": "VNC_PASSWORD", "value": "${VNC_PASSWORD}" }, "VNC_PASSWORD": "${VNC_PASSWORD}",
{ "key": "NOVNC_PORT", "value": "6902" } "NOVNC_PORT": "6902"
], },
"volumes": [ "volumes": [
{ "hostPath": "${APP_DATA_DIR}/data", "containerPath": "/root" } { "hostPath": "${APP_DATA_DIR}/data", "containerPath": "/root" }
] ]

View File

@@ -17,12 +17,9 @@
"containerPort": 443 "containerPort": 443
} }
], ],
"environment": [ "environment": {
{ "DISABLE_IPV6": "true"
"key": "DISABLE_IPV6", },
"value": "true"
}
],
"volumes": [ "volumes": [
{ {
"hostPath": "${APP_DATA_DIR}/data", "hostPath": "${APP_DATA_DIR}/data",

2
package-lock.json generated
View File

@@ -10,7 +10,7 @@
"license": "ISC", "license": "ISC",
"dependencies": { "dependencies": {
"@runtipi/common": "^0.8.0", "@runtipi/common": "^0.8.0",
"bun": "^1.3.4", "bun": "^1.2.10",
"zod-validation-error": "^3.4.0" "zod-validation-error": "^3.4.0"
}, },
"devDependencies": { "devDependencies": {