An in-memory datastore for Cryptpad.
Experimental.
AmnesiaDB offers no persistence, and is mostly intended to be used for testing cryptpad.
npm install cryptpad-amnesia-store
{
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,
}
Available under the AGPL-3.0.