session-open-group-server-l.../README.md

32 lines
1.3 KiB
Markdown
Raw Permalink Normal View History

2023-03-09 05:22:55 +01:00
# THIS REPOSITORY HAS BEEN DEPRECATED THE NEW SESSION OPEN GROUP SERVER CAN BE FOUND [HERE](https://github.com/oxen-io/session-pysogs)
https://github.com/oxen-io/session-pysogs
2020-01-30 10:16:23 +01:00
# Session Open Group Server
Session Open Group Server (previously Loki messenger public chat server)
2019-09-03 06:41:23 +02:00
2020-01-30 10:33:45 +01:00
an Express REST API for serving/storing open group room history for Session.
2019-09-03 06:41:23 +02:00
2020-02-07 01:47:48 +01:00
## Requirements:
2020-02-04 07:38:41 +01:00
- Hosting with a public IP address
- make sure you have a working DNS hostname that points to your public IP address.
- an email address (LetsEncrypt requires this)
- We recommend you have at least 4GB of free disk space and 512mb of ram (it may runs with less but use at your own risk)
2020-02-07 01:47:48 +01:00
### Software requirements:
- NodeJS 8.x+
2019-09-03 06:41:23 +02:00
- A storage engine supported by [camintejs](https://github.com/biggora/caminte) for persistence
- Recommended: Mysql/MariaDB
- Suggested: MySQL/MariaDB, SQLite3, PostgresQL, Redis
2019-09-03 06:41:23 +02:00
- Possible: Mongo, CouchDB, Neo4j, Cassandra, Riak, Firebird, TingoDB, RethikDB, ArangoDB
2020-02-07 01:47:48 +01:00
## Installation
[INSTALL.md](INSTALL.md) contains the current installation instructions.
Check our [docs.loki.network](https://docs.loki.network/LokiServices/Messenger/public_channel_setup/) for complete walkthru
Our [Wiki](https://github.com/loki-project/session-open-group-server/wiki) also contains non-docker-based instructions
(Advanced configuration instructions coming soon...)