diff options
| author | ivarlovlie <git@ivarlovlie.no> | 2022-11-14 07:50:31 +0100 |
|---|---|---|
| committer | ivarlovlie <git@ivarlovlie.no> | 2022-11-14 07:50:31 +0100 |
| commit | e60703aadca7d423c0fbfb189d5ef439fc1df072 (patch) | |
| tree | 10ae5d3910c171918b7c2c6a8ddf77a6b3700513 /README.md | |
| download | storage-e60703aadca7d423c0fbfb189d5ef439fc1df072.tar.xz storage-e60703aadca7d423c0fbfb189d5ef439fc1df072.zip | |
feat: Initial commit
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..9babcd5 --- /dev/null +++ b/README.md @@ -0,0 +1,37 @@ +# Storage + +> Storage is a place to keep your digital stuff. + +## Features + +### Multimedia + +Video and audio gets special treatment with + +- cover art support +- library management features +- streaming abilities + +Text files can be rendered as markdown and html. + +Any folder can be turned into a notebook with common note taking and task management abilities. + +### Encryption + +Any file or folder can be encrypted at rest. + +### Sharing + +Any filer or folder can be shared arbitrarily. + +### Clients + +Full featured Web and iOS clients are available. + +### Public API + +The Storage api is dogfed, versioned and extensively documented. + +### Self hostable + +Pay us to host Storage for you, or host Storage on your own server using our docker images and extensive setup documentation. |
