snapcraft.yaml 543 B

12345678910111213141516171819202122
  1. name: matrix-synapse
  2. base: core18
  3. version: git
  4. summary: Reference Matrix homeserver
  5. description: |
  6. Synapse is the reference Matrix homeserver.
  7. Matrix is a federated and decentralised instant messaging and VoIP system.
  8. grade: stable
  9. confinement: strict
  10. apps:
  11. matrix-synapse:
  12. command: synctl --no-daemonize start $SNAP_COMMON/homeserver.yaml
  13. stop-command: synctl -c $SNAP_COMMON stop
  14. plugs: [network-bind, network]
  15. daemon: simple
  16. parts:
  17. matrix-synapse:
  18. source: .
  19. plugin: python
  20. python-version: python3