Open source simple chat server
|
|
||
|---|---|---|
| .kdev4 | ||
| bin | ||
| debian | ||
| docs | ||
| intergration_test | ||
| LICENSES | ||
| server | ||
| .drone.yml | ||
| .gitignore | ||
| cli_test.sh | ||
| docker-compose.yml | ||
| Dockerfile | ||
| pylintrc.toml | ||
| README.md | ||
| REUSE.toml | ||
| SECURITY.md | ||
| server.kdev4 | ||
| setup.py | ||
| test_migrations.sh | ||
Mullchat server master branch (in beta state)
Requrired packages
python3.11 pycryptodome loguru passlib pymemcache psycopg pika (AMQP client) lupa (lua bindings for python)
Running server locally
git clone --depth 1 https://git.glebmail.xyz/mullchat/server
cd server
Enviroments here from docs/SERVER_ENVIROMENTS.txt python -m server -init_db
Enviroments here from docs/SERVER_ENVIROMENTS.txt python -m server
Docker container
docker-compose up -d
License
GNU General Public License v3.0 or later for code, pipeline, Dockerfile and docker-compose.yml
CC0 for .gitignore,pylintrc.toml,REUSE.toml and kdevelop project files
CC-BY-SA 4.0 for documentation and README.md
More documentation
go to docs/