Skip to content
This repository has been archived by the owner on Jun 6, 2023. It is now read-only.

xwiki-labs/cryptpad-amnesia-store

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

cryptpad-amnesia-store

An in-memory datastore for Cryptpad.

Status

Experimental.

Why?

AmnesiaDB offers no persistence, and is mostly intended to be used for testing cryptpad.

Install

npm install cryptpad-amnesia-store

Configure

{
    storage: 'cryptpad-amnesia-store',

    /*
        This 'database' implements (limited) document expiration
        Cryptpad can be configured to destroy channels some number of milliseconds
        after the last user has disconnected
    */
    removeChannels: false,
    channelRemovalTimeout: 60000,
}

License

Available under the AGPL-3.0.

About

storage api for cryptpad implemented using mongodb

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published