varasto icon indicating copy to clipboard operation
varasto copied to clipboard

All your files in one simple, replicated, encrypted place - with built-in backups and configurable ransomware protection.

Results 100 varasto issues
Sort by recently updated
recently updated
newest added

Fsync is obviously awesome, but considering we support replication and error detection, it might be not reasonable to hardcode fsync - maybe make it tunable (`off`, `on`, ``)?

enhancement

This means we need to ask for the decryption key on startup. For most casual users this decryption key can be optionally stored on disk in plaintext so Varasto can...

enhancement

Raise a health checker error to alert the operator

enhancement

Commit should have a hash that is based on parent commit's hash and current commit's changed files' hashes. In the far future we could have a ledger service that publicizes...

enhancement

Work to do: - Change diskaccess interface to return raw on-disk blobs, along with required metadata to client (`keyId`, `isCompressed`) - Web UI downloadfile etc. REST endpoint probably should internally...

enhancement

We already support deleting files from collections, but we don't have a mechanism for reclaiming the space, because currently we keep all past revisions forever. For actual space reclamation we...

enhancement