From: crodges <crodges@csphy.pw>
To: help-guix@gnu.org
Subject: Synapse Matrix
Date: Mon, 15 Nov 2021 09:29:00 -0800 [thread overview]
Message-ID: <1801507.tdWV9SEqCh@sceadufaex> (raw)
[-- Attachment #1: Type: text/plain, Size: 1729 bytes --]
Hello all,
I'm setting up a guix server but since I'm very new to Guix (1-2 months of
continuous use) I'm still grasping many concepts. The manual is great but
regarding specific packages, I'm having a harder time finding documentation.
If anyone has experience and can answer any of the following questions, it'll
be greatly appreciated. My current issue is installing synapse.
1. Where do I find a good write up of a Synapse installation using guix? It is
packaged and I installed using root (it's under root profile now). According
to official Synapse installation guide (https://matrix-org.github.io/synapse/
latest/setup/installation.html), I should do something like
cd ~/synapse
python -m synapse.app.homeserver \
--server-name my.domain.name \
--config-path homeserver.yaml \
--generate-config \
--report-stats=[yes|no]
and from the arch wiki, it should be something like
$ sudo -u synapse python -m synapse.app.homeserver \
--server-name my.domain.name \
--config-path /etc/synapse/homeserver.yaml \
--generate-config \
--report-stats=yes
using the synapse user. My next question is
2. Where should I put config files for specific packages like synapse? I'm
assuming that I should not use /etc like the arch wiki above.
3. Assuming that I can use any arbitrary folder to house config files for
packages, is it possible to use a private channel to get them during an
installation, in order to be able to reproduce in a new install my configs?
4. Is there any place where I can contribute to documentation, in the same
spirit as the excellent arch wiki? I found https://guix.miraheze.org/wiki/
Main_Page, but it doesn't seems to be used (or at least is very new, Nov 3).
Thanks.
[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
next reply other threads:[~2021-11-15 18:25 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-11-15 17:29 crodges [this message]
2021-11-22 6:29 ` Synapse Matrix Michael Rohleder
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1801507.tdWV9SEqCh@sceadufaex \
--to=crodges@csphy.pw \
--cc=help-guix@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.