added roundcube application

This commit is contained in:
gyurix
2026-07-14 15:16:56 +02:00
parent 84750839dd
commit b2a54eb308
8 changed files with 519 additions and 0 deletions
+3
View File
@@ -19,6 +19,9 @@
],
"EXTRA": "--rm",
"DEPEND": "null",
"ENV_FILES": [
"/etc/user/secret/openwebui/openwebui.json"
],
"START_ON_BOOT": "false",
"ENTRYPOINT": "sh -c",
"CMD": "mkdir -p /etc/user/data/openwebui/data && mkdir -p /etc/user/data/openwebui/db && mkdir -p /etc/user/data/openwebui/pipelines && mkdir -p /etc/user/data/openwebui/qdrant",