AppDev
Cloudron App Packagers
Posts
-
n8n - Package Updates -
Pydio free file sharingHmmm, this last build seems to have some issues.
Stand by for a new version. -
InvoiceNinja - Package Updates -
Garage packaging status, next steps@jadudm what is the status of your package now ?
-
Metabase - Package Updates[2.29.11]
- Update metabase to 0.57.7.14
- Full Changelog
-
Pydio free file sharing@robi interesting thought
I'm not sure, but will have a play around. -
Dawarich - Package Updates[1.4.0]
- Add optional SSO
-
CCAI : Cloudron Custom App InstallerAnnouncing ...
CCAI-P : Cloudron CustomApp Installer Personal Edition
Recognising that many users are reluctant to enter their cloudron credentials on an open url, I have adapted the current "open" CCAI custom app installer, into a "closed" app using cloudron ProxyAuth for authentication, and a token for installations.
While a one-time install of the Personal CustomApp Installer is needed, manually or using the hosted CCAI, after that, the user is secure with their own app deployment, and credentials do not need to be entered on a 3rd party site.
The Personal Edition has a button to import the master app catalogue when needed.
The Personal Edition feels a lot faster as no login code / 2FA is needed.
My Git Repo : https://git.cloudron.io/timconsidine/cloudron-customapp-installer-personal
Built Docker Image : tcmbp132021/cloudron-customapp-installer-personal:v1.0.0
Available on the open CCAI site https://ccai.appx.uk
-
Pydio free file sharingErr ... a disclaimer / alert is needed that Pydio uses MinIO under the hood.
Given the MinIO changes, I don't know (haven't checked) how this might affect the acceptability of Pydio Cells as a solution. Might depend on your personal stance.But Pydio 5 is coming and that might change things.
Yes, Pydio Cells uses MinIO under the hood.
Here is the breakdown:
- Storage Layer : Pydio Cells treats all storage (even local files) as object storage.
- Internal Usage : It embeds a forked version of MinIO to manage the data layer. When you create a "local" datasource, Cells actually spins up an internal MinIO gateway/server to manage those files as if they were in an S3 bucket.
- API : This allows Pydio to use the standard S3 API for file operations (uploads, downloads, multipart) internally and externally, regardless of whether the actual data is on a local disk, an actual S3 bucket, or Azure Blob storage.
You do not need to install MinIO separately; it is bundled and managed automatically by the Cells binary.
-
Pydio free file sharingAn old post but I have packaged Pydio Cells as a custom app.
My git repo : https://git.cloudron.io/timconsidine/cloudron-pydiocells
Built Cloudron Docker image : tcmbp132021/cloudron-pydiocells:v1.0.0
Available as fast install on custom app installer : https://ccai.appx.uk
Pydio is a cloud file collaboration (or just your personal file archive) and is much faster than Nextcloud.
It goes someway to providing Seafile-like functionality but I have not explored how to sync local devices e.g. desktops to the cloud archive. So it could be said to be limited use until that is resolved.
Note : files are stored on disk with Pydio-naming, which is not ideal, and one reason why I am looking for an alternative to Seafile.
Sync-in seems to be better (native file naming, sync clients) but needs more battle testing.