mirror of https://gitlab.com/bashrc2/epicyon
federate option
parent
fe69210625
commit
9e89d4887b
|
@ -11,6 +11,7 @@ This project is currently *pre alpha* and not recommended for any real world use
|
|||
## Goals
|
||||
|
||||
* A minimal ActivityPub server, comparable to an email MTA.
|
||||
* AGPLv3+
|
||||
* Server-to-server and client-to-server protocols supported.
|
||||
* Implemented in a common language (Python 3)
|
||||
* Opt-in federation. Federate with a well-defined list of instances.
|
||||
|
@ -74,3 +75,9 @@ By default data will be stored in the directory in which you run the server, but
|
|||
``` bash
|
||||
python3 epicyon.py --domain [name] --port 8000 --https --path [data directory]
|
||||
```
|
||||
|
||||
By default the server will federate with any others. You can limit this to a well-defined list with the *--federate* option.
|
||||
|
||||
``` bash
|
||||
python3 epicyon.py --domain [name] --port 8000 --https --path [data directory] --federate domain1.net domain2.org domain3.co.uk
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue