-
Notifications
You must be signed in to change notification settings - Fork 6
Mautrix signal #35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Mautrix signal #35
Conversation
Also remove useless "By()" calls
Say my name... s/Heisenberg/Heisenbridge/ You're goddamn right !
Currently this section only tracks the bridge's IP address. This value is needed in the mautrix-signal config file.
It is composed of: * mautrix-signal: Deployement, Service, 1 PVC to host the bridge's data, 1 PVC to host the SQLite database file, and a ConfigMap to provide the input config.yaml * signald: Deployment and PVC As for the configuration of Synapse (homeserver.yaml), and Heisenbridge (heisenbridge.yaml), the user can provide its own config.yaml for mautrix-signal. In that case, a copy of the user-provided ConfigMap is created. In the copied object, some configuration options are overwritten. The user-provided ConfigMap is not modified. Alternatively, if the user doesn't provide a ConfigMap, a default config.yaml is used for configuring the mautrix-signal bridge. The controller also takes care of updating the configuration of Synapse so that it is aware of the newly deployed bridge (added as an appservice in homeserver.yaml)
Ensure the log_config and signing_key_path are configured according to the Homeserver ServerName value provided by the user.
The bridge requires the anyuid scc as it must run with UID & GID 1337.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Put an lgmt by accident here. But looking still on the code will put more comments.
acmenezes
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Generally speaking, pretty solid code. Nothing really big to add as a comment except for the permissions that are too wide both in RBAC and Linux users in containers. If you don't want to touch it up. Go for it and merge. Looking pretty good.
This commit creates a new test_utils.go file to group common functions for tests.
acmenezes
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: acmenezes, mgoerens The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
This MR adds a new feature: the ability to deploy the mautrix-signal bridge alongside Synapse.
"mautrix-signal" is a Matrix bridge for Signal. It is optional to run this bridge. Its options lives next to the Heisenbridge (IRC bridge) under
Synapse.Spec.Bridges