mautrix / signal

A Matrix-Signal puppeting bridge
GNU Affero General Public License v3.0
484 stars 74 forks source link

Pass arguments to docker-run.sh on to mautrix-signal #485

Open BVollmerhaus opened 3 months ago

BVollmerhaus commented 3 months ago

This PR extends docker-run.sh so that it passes additional arguments on to mautrix-signal (once the requisite files exist and the bridge is started). In particular, this should make it easier to use CLI flags such as --ignore-unsupported-server when using the Docker image (by overriding CMD).

Further, it fixes some inconsistent indentation and ShellCheck warnings concerning missing variable quoting.

Closes #474

BVollmerhaus commented 3 months ago

@tulir Hey, could you have a look? :slightly_smiling_face: I think this would be quite useful for Dendrite users in particular.