Search Criteria
Package Details: mautrix-signal-git r55.82cbefc-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/mautrix-signal-git.git (read-only, click to copy) |
---|---|
Package Base: | mautrix-signal-git |
Description: | mautrix-signal puppeting/relaybot bridge |
Upstream URL: | https://github.com/tulir/mautrix-signal |
Licenses: | AGPL-3.0 |
Submitter: | jwh |
Maintainer: | jwh |
Last Packager: | jwh |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2020-10-26 00:34 (UTC) |
Last Updated: | 2020-10-26 00:59 (UTC) |
Dependencies (19)
- python-aiodns
- python-aiohttp (python-aiohttp-git)
- python-asyncpg
- python-brotli (python-brotli-git)
- python-cchardet
- python-commonmark
- python-cryptg
- python-magic-git
- python-matrix-nio
- python-mautrix-git
- python-olm
- python-phonenumbers
- python-pillow (python-pillow-git, python-pillow-simd)
- python-pycryptodome (python-pycrypto)
- python-ruamel-yaml (python-ruamel-yaml-hg)
- python-sqlalchemy (python-sqlalchemy-0.7.9, python-sqlalchemy-1.3.13, python-sqlalchemy-git, python-sqlalchemy1.3)
- python-unpaddedbase64
- signald-git
- git (git-git, git-vfs, git-run-command-patch-git) (make)
Latest Comments
podiki commented on 2021-02-28 05:53 (UTC) (edited on 2021-03-01 01:20 (UTC) by podiki)
Missing (optional, I guess) dependency of
python-qrcode
to generate a qrcode for linking as secondary device.Edit: Also, would be great to include a systemd service (creating a mautrix-signal user) to easily run the bridge.
Edit2: There may be an issue with running as a different user from signald in this case [0], so at least on my end I made signald run as
mautrix-signal
and had to change signald's data files to this user. The systemd service was as in the docs [1], modifying the working directory to be/var/lib/mautrix-signal
and adding the configuration flag needed to findconfig.yaml
. Not sure the best way to make this clean in this package (and I haven't made packages before so not sure what your options are).[0] https://github.com/tulir/mautrix-signal/issues/45
[1] https://docs.mau.fi/bridges/python/setup/systemd.html?bridge=signal
jwh commented on 2021-02-09 00:45 (UTC)
because at the time it didn't, obviously
sommerfeld commented on 2021-02-08 18:58 (UTC)
Thanks for the PKGBUILD but why do you have
signald-git
as a dep? It works fine with latest stablesignald