Conduit is a simple, fast and reliable chat server powered by Matrix https://conduit.rs
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
40 lines
1.0 KiB
40 lines
1.0 KiB
name: conduit |
|
base: core20 |
|
version: git |
|
summary: A Matrix homeserver written in Rust |
|
description: | |
|
A fast Matrix homeserver that's easy to set up and just works. You can |
|
install it on a mini-computer like the Raspberry Pi to host Matrix for |
|
your family, friends or company. |
|
|
|
Conduit is under heavy development, and many features of a fully-functional |
|
Matrix server are incomplete or missing, but |
|
|
|
What are the biggest things still missing? |
|
* Appservices (Bridges and Bots) |
|
* Most federation features (invites, e2ee) |
|
* Push notifications on mobile |
|
* Notification settings |
|
* Lots of testing |
|
|
|
grade: devel # must be 'stable' to release into candidate/stable channels |
|
confinement: strict # use 'strict' once you have the right plugs and slots |
|
|
|
apps: |
|
conduit: |
|
daemon: simple |
|
command: set-environment bin/conduit |
|
plugs: |
|
- network |
|
- network-bind |
|
|
|
parts: |
|
conduit: |
|
plugin: rust |
|
source: . |
|
build-packages: |
|
- libssl-dev |
|
- pkg-config |
|
snap-helper: |
|
plugin: dump |
|
source: snap/local/
|
|
|