Agam Space adds S3 storage and installable app support
Agam Space is a file storage app. Files are encrypted in the browser before they are uploaded, so a or its operator only handles unreadable encrypted pieces. This release adds an , so files no longer have to stay only on the server’s local disk.
It can also use S3-compatible storage such as Garage or R2 through a few . The files remain even when stored outside the server. The main limit is that the storage choice is made at deployment time, and there is no automatic move from local disk to S3 for an existing setup with files already stored.
Fresh installs are the better fit for now. PWA support was also added, so it can be installed like an app on a phone or desktop, with an offline page and a service worker. The release also includes bug fixes, dependency updates for security fixes, and small improvements.
Key points
- Agam Space is a encrypted file storage app.
- Files are encrypted in the browser before upload, so the server stores only encrypted pieces.
- The new supports S3-compatible services such as Garage and R2.
- Existing cannot yet be moved to S3 automatically.
- PWA support lets it be installed like an app on mobile or desktop.