Skip to content

Commit

Permalink
update twitter bridge config
Browse files Browse the repository at this point in the history
  • Loading branch information
aine-etke committed Dec 17, 2024
1 parent 30e2f65 commit 8faf4d9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions justfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# show help by default
default:
@just --list --justfile {{ justfile() }}
@{{ just_executable() }} --list --justfile {{ justfile() }}

### Playbook recipes

Expand All @@ -9,7 +9,7 @@ install-all *extra_args: (run-tags "install-all,ensure-users-created,start" extr

# Runs installation tasks for a single service
install-service service *extra_args:
just --justfile {{ justfile() }} run \
{{ just_executable() }} --justfile {{ justfile() }} run \
--tags=install-{{ service }},start-group \
--extra-vars=group={{ service }} \
--extra-vars=devture_systemd_service_manager_service_restart_mode=one-by-one {{ extra_args }}
Expand Down Expand Up @@ -41,7 +41,7 @@ run +extra_args:
# Runs the playbook with the given list of comma-separated tags and optional arguments
run-tags tags *extra_args:
just --justfile {{ justfile() }} run --tags={{ tags }} {{ extra_args }}
{{ just_executable() }} --justfile {{ justfile() }} run --tags={{ tags }} {{ extra_args }}

# Runs the ssh role only with the given list of arguments
run-ssh *extra_args:
Expand Down
2 changes: 1 addition & 1 deletion upstream
Submodule upstream updated 46 files
+1 −1 docs/configuring-playbook-alertmanager-receiver.md
+1 −1 docs/configuring-playbook-bot-draupnir.md
+1 −1 docs/configuring-playbook-bot-go-neb.md
+1 −1 docs/configuring-playbook-bot-honoroit.md
+1 −1 docs/configuring-playbook-bot-matrix-registration-bot.md
+1 −1 docs/configuring-playbook-bot-matrix-reminder-bot.md
+1 −1 docs/configuring-playbook-bot-mjolnir.md
+1 −1 docs/configuring-playbook-bridge-appservice-kakaotalk.md
+1 −1 docs/configuring-playbook-bridge-go-skype-bridge.md
+1 −1 docs/configuring-playbook-bridge-heisenbridge.md
+1 −1 docs/configuring-playbook-bridge-hookshot.md
+1 −1 docs/configuring-playbook-bridge-matrix-bridge-sms.md
+14 −8 docs/configuring-playbook-bridge-mautrix-twitter.md
+1 −1 docs/configuring-playbook-bridge-mautrix-wsproxy.md
+1 −1 docs/configuring-playbook-bridge-mx-puppet-discord.md
+1 −1 docs/configuring-playbook-bridge-mx-puppet-groupme.md
+1 −1 docs/configuring-playbook-bridge-mx-puppet-slack.md
+1 −1 docs/configuring-playbook-bridge-mx-puppet-steam.md
+1 −1 docs/configuring-playbook-bridge-mx-puppet-twitter.md
+1 −1 docs/configuring-playbook-bridge-postmoogle.md
+1 −1 docs/configuring-playbook-bridge-wechat.md
+1 −1 docs/configuring-playbook-ldap-auth.md
+1 −1 docs/configuring-playbook-ma1sd.md
+3 −1 docs/configuring-playbook-matrix-corporal.md
+1 −1 docs/configuring-playbook-pantalaimon.md
+1 −1 docs/configuring-playbook-rest-auth.md
+1 −1 docs/configuring-playbook-shared-secret-auth.md
+1 −1 docs/configuring-playbook-sygnal.md
+3 −1 docs/configuring-playbook-synapse-auto-accept-invite.md
+1 −1 docs/configuring-playbook-synapse-auto-compressor.md
+3 −1 docs/configuring-playbook-synapse-simple-antispam.md
+4 −6 group_vars/matrix_servers
+6 −6 justfile
+2 −0 roles/custom/matrix-bridge-mautrix-discord/defaults/main.yml
+1 −1 roles/custom/matrix-bridge-mautrix-discord/templates/config.yaml.j2
+2 −0 roles/custom/matrix-bridge-mautrix-meta-instagram/defaults/main.yml
+1 −1 roles/custom/matrix-bridge-mautrix-meta-instagram/templates/config.yaml.j2
+2 −0 roles/custom/matrix-bridge-mautrix-meta-messenger/defaults/main.yml
+1 −1 roles/custom/matrix-bridge-mautrix-meta-messenger/templates/config.yaml.j2
+2 −0 roles/custom/matrix-bridge-mautrix-telegram/defaults/main.yml
+1 −1 roles/custom/matrix-bridge-mautrix-telegram/templates/config.yaml.j2
+32 −9 roles/custom/matrix-bridge-mautrix-twitter/defaults/main.yml
+6 −0 roles/custom/matrix-bridge-mautrix-twitter/tasks/validate_config.yml
+405 −179 roles/custom/matrix-bridge-mautrix-twitter/templates/config.yaml.j2
+1 −1 roles/custom/matrix-bridge-mautrix-twitter/templates/systemd/matrix-mautrix-twitter.service.j2
+1 −1 roles/custom/matrix-bridge-mautrix-whatsapp/templates/config.yaml.j2

0 comments on commit 8faf4d9

Please sign in to comment.