public-appservice 0.2.0

An appservice to make Matrix spaces publicly accessible.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Description=Commune Public Appservice

After=synapse.service

[Service]
Type=simple
WorkingDirectory=/home/commune/appservice
ExecStart=/home/commune/appservice/target/release/appservice
--config=/path/to/config.toml

Restart=on-failure
RestartSec=5

[Install]
WantedBy=multi-user.target