add sqlite3 addon take 2

- there is no container id during the addon lifecycle
- sqlite3 requires the localstorage addon to be inited. so this has to
  become like the ftp option
- remove all that child_process streaming stuff. too complicated
This commit is contained in:
Girish Ramakrishnan
2024-11-20 23:26:43 +05:30
parent f8cd0b5f52
commit 4316d3eade
3 changed files with 58 additions and 112 deletions
+4 -4
View File
@@ -13,7 +13,7 @@
"async": "^3.2.5",
"aws-sdk": "^2.1637.0",
"basic-auth": "^2.0.1",
"cloudron-manifestformat": "^5.25.0",
"cloudron-manifestformat": "^5.26.1",
"connect": "^3.7.0",
"connect-lastmile": "^2.2.0",
"connect-timeout": "^1.9.0",
@@ -1086,9 +1086,9 @@
}
},
"node_modules/cloudron-manifestformat": {
"version": "5.25.0",
"resolved": "https://registry.npmjs.org/cloudron-manifestformat/-/cloudron-manifestformat-5.25.0.tgz",
"integrity": "sha512-xkwqtro1Grnk4ilGvnpPxF1vcvVjVgE50n4966qRDSS6T3EyfBr1XiNBNuOJOPzHuTswxV/eQTPVG04UOlSRtg==",
"version": "5.26.1",
"resolved": "https://registry.npmjs.org/cloudron-manifestformat/-/cloudron-manifestformat-5.26.1.tgz",
"integrity": "sha512-BrTQ9FGXXohRmCJo2ZFn1CYSr07qk3GLCchjdD0NCzzp+cTc7zyJmloT6p+jZQWHbqFyYOINH+LqghBWp8cLjQ==",
"license": "MIT",
"dependencies": {
"cron": "^3.2.1",