This repository was archived by the owner on Apr 26, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +17
-5
lines changed
Expand file tree Collapse file tree 2 files changed +17
-5
lines changed Original file line number Diff line number Diff line change 1+ Expose the `synctl`, `hash_password` and `generate_config` commands in the snapcraft package. Contributed by @devec0.
Original file line number Diff line number Diff line change 11name : matrix-synapse
22base : core18
3- version : git
3+ version : git
44summary : Reference Matrix homeserver
55description : |
66 Synapse is the reference Matrix homeserver.
77 Matrix is a federated and decentralised instant messaging and VoIP system.
88
9- grade : stable
10- confinement : strict
9+ grade : stable
10+ confinement : strict
1111
1212apps :
13- matrix-synapse :
13+ matrix-synapse :
1414 command : synctl --no-daemonize start $SNAP_COMMON/homeserver.yaml
1515 stop-command : synctl -c $SNAP_COMMON stop
1616 plugs : [network-bind, network]
17- daemon : simple
17+ daemon : simple
18+ hash-password :
19+ command : hash_password
20+ generate-config :
21+ command : generate_config
22+ generate-signing-key :
23+ command : generate_signing_key.py
24+ register-new-matrix-user :
25+ command : register_new_matrix_user
26+ plugs : [network]
27+ synctl :
28+ command : synctl
1829parts :
1930 matrix-synapse :
2031 source : .
You can’t perform that action at this time.
0 commit comments