Skip to content
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

Added a role for the bridge mautrix-signal #686

Merged
merged 25 commits into from
Jan 3, 2021

Commits on Oct 22, 2020

  1. added mautrix-signal role

    laszabine committed Oct 22, 2020
    2 Configuration menu
    Copy the full SHA
    69efcb5 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2020

  1. Configuration menu
    Copy the full SHA
    7a54e11 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2020

  1. added docs

    laszabine committed Oct 25, 2020
    Configuration menu
    Copy the full SHA
    d6940d9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ff1d792 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9b890e9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8ebc39d View commit details
    Browse the repository at this point in the history
  5. cleanup

    laszabine committed Oct 25, 2020
    Configuration menu
    Copy the full SHA
    c36e135 View commit details
    Browse the repository at this point in the history
  6. more cleanup

    laszabine committed Oct 25, 2020
    Configuration menu
    Copy the full SHA
    e59aa07 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2211e67 View commit details
    Browse the repository at this point in the history
  8. fixed bridge permissions

    laszabine committed Oct 25, 2020
    Configuration menu
    Copy the full SHA
    dd50ee1 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2020

  1. Configuration menu
    Copy the full SHA
    468cc39 View commit details
    Browse the repository at this point in the history
  2. fixed yaml

    laszabine committed Oct 28, 2020
    Configuration menu
    Copy the full SHA
    aabefe2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cea2faa View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2020

  1. Merge pull request #2 from spantaleev/master

    merge master
    laszabine authored Nov 28, 2020
    Configuration menu
    Copy the full SHA
    77b04b2 View commit details
    Browse the repository at this point in the history

Commits on Dec 24, 2020

  1. Merge pull request #3 from spantaleev/master

    Merge
    laszabine authored Dec 24, 2020
    Configuration menu
    Copy the full SHA
    19d030b View commit details
    Browse the repository at this point in the history

Commits on Jan 1, 2021

  1. Configuration menu
    Copy the full SHA
    a06c58c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ffb837d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    89f7f3c View commit details
    Browse the repository at this point in the history
  4. small fixes

    laszabine committed Jan 1, 2021
    Configuration menu
    Copy the full SHA
    56af2b1 View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2021

  1. Configuration menu
    Copy the full SHA
    84cac25 View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2021

  1. Remove some TODOs

    The answer to these is: it's good to have them in both places.
    The role defines the obvious things it depends on (not knowing
    what setup it will find itself into), and then
    `group_vars/matrix_servers` "extends" it based on everything else it
    knows (the homeserver being Synapse, whether or not the internal
    Postgres server is being used, etc.)
    spantaleev committed Jan 3, 2021
    Configuration menu
    Copy the full SHA
    df8d9cf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    aac4006 View commit details
    Browse the repository at this point in the history
  3. Get rid of matrix_mautrix_signal_configuration_permissions

    While it's kind of nice having it, it's also somewhat raw
    and unnecessary.
    
    Having a good default and not even mentioning it seems better
    for most users.
    
    People who need a more exposed bridge (rare) can use
    override the default configuration using
    `matrix_mautrix_signal_configuration_extension_yaml`.
    spantaleev committed Jan 3, 2021
    Configuration menu
    Copy the full SHA
    da2a668 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    274f23f View commit details
    Browse the repository at this point in the history
  5. Make mautrix-signal bridge not log to files

    We try to only use console logging (going to journald) for everything,
    instead of logging things twice (or more).
    spantaleev committed Jan 3, 2021
    Configuration menu
    Copy the full SHA
    3b524ee View commit details
    Browse the repository at this point in the history