First version of cargo-deb packaging setup

This commit is contained in:
Paul van Tilburg 2020-05-31 22:49:07 +02:00
parent 18f33b1ece
commit 79692db45d
No known key found for this signature in database
GPG key ID: C6DE073EDA9EEC4D
7 changed files with 176 additions and 0 deletions

14
debian/templates vendored Normal file
View file

@ -0,0 +1,14 @@
Template: matrix-conduit/hostname
Type: string
Default: localhost
Description: The server (host)name of the Matrix homeserver.
This is the hostname the homeserver will be reachable at via a client.
.
If set to "localhost", you can connect with a client locally and clients
from other hosts and also other servers will not be able to reach you!
Template: matrix-conduit/port
Type: string
Default: 14004
Description: The port of the Matrix homeserver
This port is often accessed by a reverse proxy.