Skip to content

isabella232/session-file-server-old

 
 

Session-file-server

Session file server

an express REST API for serving persistent data for Session Software Suite.

System requirements:

  • NodeJS
  • A storage engine supported by camintejs for persistence
    • Recommended: MySQL/MariaDB, SQLite3, PostgresQL, Redis
    • Possible: Mongo, CouchDB, Neo4j, Cassandra, Riak, Firebird, TingoDB, RethikDB, ArangoDB

set up instructions may look something like

cp loki_template.ini loki.ini
# edit loki.ini
cp config.sample.json config.json
# edit config.json
npm i
npm i -g pm2
pm2 start app.js --watch

About

For storage of non essential Session data, like attachments, stickers, GIF's and device mappings

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%