mirror of
https://github.com/matrix-org/pantalaimon.git
synced 2025-01-08 22:28:01 -05:00
README: Add instalation and usage instructions.
This commit is contained in:
parent
95f271f45e
commit
367083d6ff
24
README.md
24
README.md
@ -4,3 +4,27 @@ pantalaimon
|
|||||||
A E2E aware matrix proxy daemon.
|
A E2E aware matrix proxy daemon.
|
||||||
|
|
||||||
This still in an early development phase.
|
This still in an early development phase.
|
||||||
|
|
||||||
|
Instalation
|
||||||
|
===========
|
||||||
|
|
||||||
|
The [Olm](https://git.matrix.org/git/olm/) C library is required to be installed
|
||||||
|
before installing pantalaimon.
|
||||||
|
|
||||||
|
Instalation works like usually with python packages:
|
||||||
|
|
||||||
|
python setup.py install
|
||||||
|
|
||||||
|
Usage
|
||||||
|
=====
|
||||||
|
|
||||||
|
Running the daemon is relatively easy:
|
||||||
|
|
||||||
|
pantalaimon https://example.org:443
|
||||||
|
|
||||||
|
After running the daemon configure your client to connect to the daemon instead
|
||||||
|
of your homeserver. The daemon listens by default on localhost and port 8009.
|
||||||
|
|
||||||
|
The listening address and port can be configured:
|
||||||
|
|
||||||
|
pantalaimon -l 127.0.0.1 -p 8008 https://example.org:8008
|
||||||
|
Loading…
Reference in New Issue
Block a user