Przeglądaj źródła

Merge pull request #1936 from etkecc/add-repos

add/unify 'Project source code URL' link across all roles
pull/1938/head
Slavi Pantaleev 3 lat temu
committed by GitHub
rodzic
commit
74d5170010
Nie znaleziono w bazie danych klucza dla tego podpisu ID klucza GPG: 4AEE18F83AFDEB23
56 zmienionych plików z 60 dodań i 37 usunięć
  1. +2
    -0
      roles/matrix-backup-borg/defaults/main.yml
  2. +1
    -1
      roles/matrix-bot-buscarron/defaults/main.yml
  3. +1
    -1
      roles/matrix-bot-go-neb/defaults/main.yml
  4. +1
    -1
      roles/matrix-bot-honoroit/defaults/main.yml
  5. +1
    -1
      roles/matrix-bot-matrix-registration-bot/defaults/main.yml
  6. +1
    -1
      roles/matrix-bot-matrix-reminder-bot/defaults/main.yml
  7. +1
    -1
      roles/matrix-bot-mjolnir/defaults/main.yml
  8. +1
    -1
      roles/matrix-bridge-appservice-discord/defaults/main.yml
  9. +1
    -1
      roles/matrix-bridge-appservice-irc/defaults/main.yml
  10. +1
    -1
      roles/matrix-bridge-appservice-slack/defaults/main.yml
  11. +1
    -1
      roles/matrix-bridge-appservice-webhooks/defaults/main.yml
  12. +1
    -1
      roles/matrix-bridge-beeper-linkedin/defaults/main.yml
  13. +1
    -1
      roles/matrix-bridge-go-skype-bridge/defaults/main.yml
  14. +1
    -1
      roles/matrix-bridge-heisenbridge/defaults/main.yml
  15. +1
    -1
      roles/matrix-bridge-hookshot/defaults/main.yml
  16. +1
    -1
      roles/matrix-bridge-mautrix-facebook/defaults/main.yml
  17. +1
    -1
      roles/matrix-bridge-mautrix-googlechat/defaults/main.yml
  18. +1
    -1
      roles/matrix-bridge-mautrix-hangouts/defaults/main.yml
  19. +1
    -1
      roles/matrix-bridge-mautrix-instagram/defaults/main.yml
  20. +1
    -1
      roles/matrix-bridge-mautrix-signal/defaults/main.yml
  21. +1
    -1
      roles/matrix-bridge-mautrix-telegram/defaults/main.yml
  22. +1
    -1
      roles/matrix-bridge-mautrix-twitter/defaults/main.yml
  23. +1
    -1
      roles/matrix-bridge-mautrix-whatsapp/defaults/main.yml
  24. +1
    -1
      roles/matrix-bridge-mx-puppet-discord/defaults/main.yml
  25. +1
    -1
      roles/matrix-bridge-mx-puppet-groupme/defaults/main.yml
  26. +1
    -1
      roles/matrix-bridge-mx-puppet-instagram/defaults/main.yml
  27. +1
    -1
      roles/matrix-bridge-mx-puppet-slack/defaults/main.yml
  28. +2
    -2
      roles/matrix-bridge-mx-puppet-steam/defaults/main.yml
  29. +1
    -1
      roles/matrix-bridge-mx-puppet-twitter/defaults/main.yml
  30. +1
    -1
      roles/matrix-bridge-sms/defaults/main.yml
  31. +1
    -0
      roles/matrix-client-cinny/defaults/main.yml
  32. +1
    -0
      roles/matrix-client-element/defaults/main.yml
  33. +1
    -0
      roles/matrix-client-hydrogen/defaults/main.yml
  34. +1
    -1
      roles/matrix-corporal/defaults/main.yml
  35. +1
    -0
      roles/matrix-coturn/defaults/main.yml
  36. +1
    -1
      roles/matrix-dendrite/defaults/main.yml
  37. +1
    -0
      roles/matrix-dimension/defaults/main.yml
  38. +2
    -0
      roles/matrix-dynamic-dns/defaults/main.yml
  39. +1
    -0
      roles/matrix-email2matrix/defaults/main.yml
  40. +1
    -0
      roles/matrix-etherpad/defaults/main.yml
  41. +1
    -0
      roles/matrix-grafana/defaults/main.yml
  42. +1
    -0
      roles/matrix-jitsi/defaults/main.yml
  43. +1
    -1
      roles/matrix-ma1sd/defaults/main.yml
  44. +1
    -0
      roles/matrix-mailer/defaults/main.yml
  45. +1
    -0
      roles/matrix-nginx-proxy/defaults/main.yml
  46. +2
    -0
      roles/matrix-ntfy/defaults/main.yml
  47. +1
    -0
      roles/matrix-postgres-backup/defaults/main.yml
  48. +1
    -0
      roles/matrix-postgres/defaults/main.yml
  49. +1
    -0
      roles/matrix-prometheus-node-exporter/defaults/main.yml
  50. +1
    -1
      roles/matrix-prometheus-postgres-exporter/defaults/main.yml
  51. +1
    -0
      roles/matrix-prometheus/defaults/main.yml
  52. +1
    -0
      roles/matrix-redis/defaults/main.yml
  53. +1
    -0
      roles/matrix-registration/defaults/main.yml
  54. +1
    -1
      roles/matrix-sygnal/defaults/main.yml
  55. +1
    -1
      roles/matrix-synapse-admin/defaults/main.yml
  56. +1
    -1
      roles/matrix-synapse/defaults/main.yml

+ 2
- 0
roles/matrix-backup-borg/defaults/main.yml Wyświetl plik

@@ -1,4 +1,6 @@
---
# Project source code URL: https://gitlab.com/etke.cc/borgmatic

matrix_backup_borg_enabled: true

matrix_backup_borg_base_path: "{{ matrix_base_data_path }}/backup-borg"


+ 1
- 1
roles/matrix-bot-buscarron/defaults/main.yml Wyświetl plik

@@ -1,6 +1,6 @@
---
# buscarron is a helpdesk bot
# See: https://gitlab.com/etke.cc/buscarron
# Project source code URL: https://gitlab.com/etke.cc/buscarron

matrix_bot_buscarron_enabled: true



+ 1
- 1
roles/matrix-bot-go-neb/defaults/main.yml Wyświetl plik

@@ -1,6 +1,6 @@
---
# Go-NEB is a Matrix bot written in Go. It is the successor to Matrix-NEB, the original Matrix bot written in Python.
# See: https://github.com/matrix-org/go-neb
# Project source code URL: https://github.com/matrix-org/go-neb

matrix_bot_go_neb_enabled: true
matrix_bot_go_neb_version: latest


+ 1
- 1
roles/matrix-bot-honoroit/defaults/main.yml Wyświetl plik

@@ -1,6 +1,6 @@
---
# honoroit is a helpdesk bot
# See: https://gitlab.com/etke.cc/honoroit
# Project source code URL: https://gitlab.com/etke.cc/honoroit

matrix_bot_honoroit_enabled: true



+ 1
- 1
roles/matrix-bot-matrix-registration-bot/defaults/main.yml Wyświetl plik

@@ -1,6 +1,6 @@
---
# matrix-registration-bot creates and manages registration tokens for a matrix server
# See: https://github.com/moan0s/matrix-registration-bot
# Project source code URL: https://github.com/moan0s/matrix-registration-bot

matrix_bot_matrix_registration_bot_enabled: true
matrix_bot_matrix_registration_bot_container_image_self_build: false


+ 1
- 1
roles/matrix-bot-matrix-reminder-bot/defaults/main.yml Wyświetl plik

@@ -1,6 +1,6 @@
---
# matrix-reminder-bot is a bot for one-off and recurring reminders
# See: https://github.com/anoadragon453/matrix-reminder-bot
# Project source code URL: https://github.com/anoadragon453/matrix-reminder-bot

matrix_bot_matrix_reminder_bot_enabled: true



+ 1
- 1
roles/matrix-bot-mjolnir/defaults/main.yml Wyświetl plik

@@ -1,6 +1,6 @@
---
# A moderation tool for Matrix
# See: https://github.com/matrix-org/mjolnir
# Project source code URL: https://github.com/matrix-org/mjolnir

matrix_bot_mjolnir_enabled: true



+ 1
- 1
roles/matrix-bridge-appservice-discord/defaults/main.yml Wyświetl plik

@@ -1,6 +1,6 @@
---
# matrix-appservice-discord is a Matrix <-> Discord bridge
# See: https://github.com/Half-Shot/matrix-appservice-discord
# Project source code URL: https://github.com/Half-Shot/matrix-appservice-discord

matrix_appservice_discord_enabled: true



+ 1
- 1
roles/matrix-bridge-appservice-irc/defaults/main.yml Wyświetl plik

@@ -1,6 +1,6 @@
---
# Matrix Appservice IRC is a Matrix <-> IRC bridge
# See: https://github.com/matrix-org/matrix-appservice-irc
# Project source code URL: https://github.com/matrix-org/matrix-appservice-irc

matrix_appservice_irc_enabled: true



+ 1
- 1
roles/matrix-bridge-appservice-slack/defaults/main.yml Wyświetl plik

@@ -1,6 +1,6 @@
---
# matrix-appservice-slack is a Matrix <-> Slack bridge
# See: https://github.com/matrix-org/matrix-appservice-slack
# Project source code URL: https://github.com/matrix-org/matrix-appservice-slack

matrix_appservice_slack_enabled: true



+ 1
- 1
roles/matrix-bridge-appservice-webhooks/defaults/main.yml Wyświetl plik

@@ -1,6 +1,6 @@
---
# matrix-appservice-webhooks is a Matrix <-> webhook bridge
# See: https://github.com/redoonetworks/matrix-appservice-webhooks
# Project source code URL: https://github.com/redoonetworks/matrix-appservice-webhooks

matrix_appservice_webhooks_enabled: true



+ 1
- 1
roles/matrix-bridge-beeper-linkedin/defaults/main.yml Wyświetl plik

@@ -1,6 +1,6 @@
---
# beeper-linkedin is a Matrix <-> LinkedIn bridge
# See: https://gitlab.com/beeper/linkedin
# Project source code URL: https://gitlab.com/beeper/linkedin

matrix_beeper_linkedin_enabled: true



+ 1
- 1
roles/matrix-bridge-go-skype-bridge/defaults/main.yml Wyświetl plik

@@ -1,6 +1,6 @@
---
# Go Skype Bridge is a Matrix <-> Skype bridge
# See: https://github.com/kelaresg/go-skype-bridge
# Project source code URL: https://github.com/kelaresg/go-skype-bridge

matrix_go_skype_bridge_enabled: true



+ 1
- 1
roles/matrix-bridge-heisenbridge/defaults/main.yml Wyświetl plik

@@ -1,6 +1,6 @@
---
# heisenbridge is a bouncer-style Matrix IRC bridge
# See: https://github.com/hifi/heisenbridge
# Project source code URL: https://github.com/hifi/heisenbridge

matrix_heisenbridge_enabled: true



+ 1
- 1
roles/matrix-bridge-hookshot/defaults/main.yml Wyświetl plik

@@ -1,7 +1,7 @@
---

# A bridge between Matrix and multiple project management services, such as GitHub, GitLab and JIRA.
# https://github.com/matrix-org/matrix-hookshot
# Project source code URL: https://github.com/matrix-org/matrix-hookshot

matrix_hookshot_enabled: true



+ 1
- 1
roles/matrix-bridge-mautrix-facebook/defaults/main.yml Wyświetl plik

@@ -1,6 +1,6 @@
---
# mautrix-facebook is a Matrix <-> Facebook bridge
# See: https://github.com/mautrix/facebook
# Project source code URL: https://github.com/mautrix/facebook

matrix_mautrix_facebook_enabled: true



+ 1
- 1
roles/matrix-bridge-mautrix-googlechat/defaults/main.yml Wyświetl plik

@@ -1,6 +1,6 @@
---
# mautrix-googlechat is a Matrix <-> googlechat bridge
# See: https://github.com/mautrix/googlechat
# Project source code URL: https://github.com/mautrix/googlechat

matrix_mautrix_googlechat_enabled: true



+ 1
- 1
roles/matrix-bridge-mautrix-hangouts/defaults/main.yml Wyświetl plik

@@ -1,6 +1,6 @@
---
# mautrix-hangouts is a Matrix <-> Hangouts bridge
# See: https://github.com/mautrix/hangouts
# Project source code URL: https://github.com/mautrix/hangouts

matrix_mautrix_hangouts_enabled: true



+ 1
- 1
roles/matrix-bridge-mautrix-instagram/defaults/main.yml Wyświetl plik

@@ -1,6 +1,6 @@
---
# mautrix-instagram is a Matrix <-> Instagram bridge
# See: https://github.com/mautrix/instagram
# Project source code URL: https://github.com/mautrix/instagram

matrix_mautrix_instagram_enabled: true



+ 1
- 1
roles/matrix-bridge-mautrix-signal/defaults/main.yml Wyświetl plik

@@ -1,6 +1,6 @@
---
# mautrix-signal is a Matrix <-> Signal bridge
# See: https://github.com/mautrix/signal
# Project source code URL: https://github.com/mautrix/signal

matrix_mautrix_signal_enabled: true



+ 1
- 1
roles/matrix-bridge-mautrix-telegram/defaults/main.yml Wyświetl plik

@@ -1,6 +1,6 @@
---
# mautrix-telegram is a Matrix <-> Telegram bridge
# See: https://github.com/mautrix/telegram
# Project source code URL: https://github.com/mautrix/telegram

matrix_mautrix_telegram_enabled: true



+ 1
- 1
roles/matrix-bridge-mautrix-twitter/defaults/main.yml Wyświetl plik

@@ -1,6 +1,6 @@
---
# mautrix-twitter is a Matrix <-> Twitter bridge
# See: https://github.com/mautrix/twitter
# Project source code URL: https://github.com/mautrix/twitter

matrix_mautrix_twitter_enabled: true



+ 1
- 1
roles/matrix-bridge-mautrix-whatsapp/defaults/main.yml Wyświetl plik

@@ -1,6 +1,6 @@
---
# mautrix-whatsapp is a Matrix <-> Whatsapp bridge
# See: https://github.com/mautrix/whatsapp
# Project source code URL: https://github.com/mautrix/whatsapp

matrix_mautrix_whatsapp_enabled: true



+ 1
- 1
roles/matrix-bridge-mx-puppet-discord/defaults/main.yml Wyświetl plik

@@ -1,6 +1,6 @@
---
# Mx Puppet Discord is a Matrix <-> Discord bridge
# See: https://gitlab.com/mx-puppet/discord/mx-puppet-discord
# Project source code URL: https://gitlab.com/mx-puppet/discord/mx-puppet-discord

matrix_mx_puppet_discord_enabled: true



+ 1
- 1
roles/matrix-bridge-mx-puppet-groupme/defaults/main.yml Wyświetl plik

@@ -1,6 +1,6 @@
---
# Mx Puppet GroupMe is a Matrix <-> GroupMe bridge
# See: https://gitlab.com/robintown/mx-puppet-groupme
# Project source code URL: https://gitlab.com/robintown/mx-puppet-groupme

matrix_mx_puppet_groupme_enabled: true



+ 1
- 1
roles/matrix-bridge-mx-puppet-instagram/defaults/main.yml Wyświetl plik

@@ -1,6 +1,6 @@
---
# mx-puppet-instagram bridges instagram DMs
# See: https://github.com/Sorunome/mx-puppet-instagram
# Project source code URL: https://github.com/Sorunome/mx-puppet-instagram

matrix_mx_puppet_instagram_enabled: true



+ 1
- 1
roles/matrix-bridge-mx-puppet-slack/defaults/main.yml Wyświetl plik

@@ -1,6 +1,6 @@
---
# Mx Puppet Slack is a Matrix <-> Slack bridge
# See: https://github.com/Sorunome/mx-puppet-slack
# Project source code URL: https://gitlab.com/mx-puppet/slack/mx-puppet-slack

matrix_mx_puppet_slack_enabled: true



+ 2
- 2
roles/matrix-bridge-mx-puppet-steam/defaults/main.yml Wyświetl plik

@@ -1,11 +1,11 @@
---
# Mx Puppet Steam is a Matrix <-> Steam bridge
# See: https://github.com/matrix-steam/mx-puppet-steam
# Project source code URL: https://github.com/icewind1991/mx-puppet-steam

matrix_mx_puppet_steam_enabled: true

matrix_mx_puppet_steam_container_image_self_build: false
matrix_mx_puppet_steam_container_image_self_build_repo: "https://github.com/tilosp/mx-puppet-steam.git"
matrix_mx_puppet_steam_container_image_self_build_repo: "https://github.com/icewind1991/mx-puppet-steam.git"

# Controls whether the mx-puppet-steam container exposes its HTTP port (tcp/8432 in the container).
#


+ 1
- 1
roles/matrix-bridge-mx-puppet-twitter/defaults/main.yml Wyświetl plik

@@ -1,7 +1,7 @@
---

# Mx Puppet Twitter is a Matrix <-> Twitter bridge
# See: https://github.com/Sorunome/mx-puppet-twitter
# Project source code URL: https://github.com/Sorunome/mx-puppet-twitter

matrix_mx_puppet_twitter_enabled: true



+ 1
- 1
roles/matrix-bridge-sms/defaults/main.yml Wyświetl plik

@@ -1,6 +1,6 @@
---
# matrix-sms-bridge is a Matrix <-> SMS bridge
# See: https://github.com/benkuly/matrix-sms-bridge
# Project source code URL: https://github.com/benkuly/matrix-sms-bridge

matrix_sms_bridge_enabled: true



+ 1
- 0
roles/matrix-client-cinny/defaults/main.yml Wyświetl plik

@@ -1,4 +1,5 @@
---
# Project source code URL: https://github.com/ajbura/cinny

matrix_client_cinny_enabled: true



+ 1
- 0
roles/matrix-client-element/defaults/main.yml Wyświetl plik

@@ -1,4 +1,5 @@
---
# Project source code URL: https://github.com/vector-im/element-web

matrix_client_element_enabled: true



+ 1
- 0
roles/matrix-client-hydrogen/defaults/main.yml Wyświetl plik

@@ -1,4 +1,5 @@
---
# Project source code URL: https://github.com/vector-im/hydrogen-web

matrix_client_hydrogen_enabled: true



+ 1
- 1
roles/matrix-corporal/defaults/main.yml Wyświetl plik

@@ -1,6 +1,6 @@
---
# matrix-corporal is a reconciliator and gateway for a managed Matrix server.
# See: https://github.com/devture/matrix-corporal
# Project source code URL: https://github.com/devture/matrix-corporal

matrix_corporal_enabled: true



+ 1
- 0
roles/matrix-coturn/defaults/main.yml Wyświetl plik

@@ -1,4 +1,5 @@
---
# Project source code URL: https://github.com/coturn/coturn

matrix_coturn_enabled: true



+ 1
- 1
roles/matrix-dendrite/defaults/main.yml Wyświetl plik

@@ -1,6 +1,6 @@
---
# Dendrite is a second-generation Matrix homeserver currently in Beta
# See: https://github.com/matrix-org/dendrite
# Project source code URL: https://github.com/matrix-org/dendrite

matrix_dendrite_enabled: true



+ 1
- 0
roles/matrix-dimension/defaults/main.yml Wyświetl plik

@@ -1,4 +1,5 @@
---
# Project source code URL: https://github.com/turt2live/matrix-dimension

matrix_dimension_enabled: false



+ 2
- 0
roles/matrix-dynamic-dns/defaults/main.yml Wyświetl plik

@@ -1,4 +1,6 @@
---
# Project source code URL: https://github.com/linuxserver/docker-ddclient

# Whether dynamic dns is enabled
matrix_dynamic_dns_enabled: true



+ 1
- 0
roles/matrix-email2matrix/defaults/main.yml Wyświetl plik

@@ -1,4 +1,5 @@
---
# Project source code URL: https://github.com/devture/email2matrix

matrix_email2matrix_enabled: true



+ 1
- 0
roles/matrix-etherpad/defaults/main.yml Wyświetl plik

@@ -1,4 +1,5 @@
---
# Project source code URL: https://github.com/ether/etherpad-lite

matrix_etherpad_enabled: false



+ 1
- 0
roles/matrix-grafana/defaults/main.yml Wyświetl plik

@@ -1,6 +1,7 @@
---
# matrix-grafana is open source visualization and analytics software
# See: https://github.com/matrix-org/synapse/blob/master/docs/metrics-howto.md
# Project source code URL: https://github.com/grafana/grafana

matrix_grafana_enabled: false



+ 1
- 0
roles/matrix-jitsi/defaults/main.yml Wyświetl plik

@@ -1,4 +1,5 @@
---
# Project source code URL: https://github.com/jitsi/docker-jitsi-meet

matrix_jitsi_enabled: true



+ 1
- 1
roles/matrix-ma1sd/defaults/main.yml Wyświetl plik

@@ -1,6 +1,6 @@
---
# ma1sd is a Federated Matrix Identity Server
# See: https://github.com/ma1uta/ma1sd
# Project source code URL: https://github.com/ma1uta/ma1sd

matrix_ma1sd_enabled: true



+ 1
- 0
roles/matrix-mailer/defaults/main.yml Wyświetl plik

@@ -1,4 +1,5 @@
---
# Project source code URL: https://github.com/devture/exim-relay

matrix_mailer_enabled: true



+ 1
- 0
roles/matrix-nginx-proxy/defaults/main.yml Wyświetl plik

@@ -1,4 +1,5 @@
---
# Project source code URL: https://github.com/nginx/nginx
matrix_nginx_proxy_enabled: true
matrix_nginx_proxy_version: 1.21.6-alpine



+ 2
- 0
roles/matrix-ntfy/defaults/main.yml Wyświetl plik

@@ -1,4 +1,6 @@
---
# Project source code URL: https://github.com/binwiederhier/ntfy

matrix_ntfy_enabled: true

matrix_ntfy_base_path: "{{ matrix_base_data_path }}/ntfy"


+ 1
- 0
roles/matrix-postgres-backup/defaults/main.yml Wyświetl plik

@@ -1,4 +1,5 @@
---
# Project source code URL: https://github.com/prodrigestivill/docker-postgres-backup-local

matrix_postgres_backup_enabled: false



+ 1
- 0
roles/matrix-postgres/defaults/main.yml Wyświetl plik

@@ -1,4 +1,5 @@
---
# Project source code URL: https://github.com/postgres/postgres

# Controls if the Postgres server managed by the playbook is enabled.
# You can turn it off and use an external Postgres server by setting this to `false`.


+ 1
- 0
roles/matrix-prometheus-node-exporter/defaults/main.yml Wyświetl plik

@@ -1,6 +1,7 @@
---
# matrix-prometheus-node-exporter is an Prometheus exporter for machine metrics
# See: https://prometheus.io/docs/guides/node-exporter/
# Project source code URL: https://github.com/prometheus/node_exporter

matrix_prometheus_node_exporter_enabled: false



+ 1
- 1
roles/matrix-prometheus-postgres-exporter/defaults/main.yml Wyświetl plik

@@ -1,6 +1,6 @@
---
# matrix-prometheus-postgres-exporter is an Prometheus exporter for postgres metrics
# See: https://github.com/prometheus-community/postgres_exporter
# Project source code URL: https://github.com/prometheus-community/postgres_exporter

matrix_prometheus_postgres_exporter_enabled: false



+ 1
- 0
roles/matrix-prometheus/defaults/main.yml Wyświetl plik

@@ -1,6 +1,7 @@
---
# matrix-prometheus is an open-source systems monitoring and alerting toolkit
# See: https://github.com/matrix-org/synapse/blob/master/docs/metrics-howto.md
# Project source code URL: https://github.com/prometheus/prometheus

matrix_prometheus_enabled: false



+ 1
- 0
roles/matrix-redis/defaults/main.yml Wyświetl plik

@@ -1,4 +1,5 @@
---
# Project source code URL: https://github.com/redis/redis

matrix_redis_enabled: true



+ 1
- 0
roles/matrix-registration/defaults/main.yml Wyświetl plik

@@ -1,6 +1,7 @@
---
# matrix-registration is a simple python application to have a token based matrix registration
# See: https://zeratax.github.io/matrix-registration/
# Project source code URL: https://github.com/ZerataX/matrix-registration

matrix_registration_enabled: true



+ 1
- 1
roles/matrix-sygnal/defaults/main.yml Wyświetl plik

@@ -1,7 +1,7 @@
---
# Sygnal is a reference Push Gateway for Matrix.
# To make use of it for delivering push notificatins, you'll need to develop/build your own Matrix app.
# Learn more here: https://github.com/matrix-org/sygnal
# Project source code URL: https://github.com/matrix-org/sygnal
matrix_sygnal_enabled: false

matrix_sygnal_base_path: "{{ matrix_base_data_path }}/sygnal"


+ 1
- 1
roles/matrix-synapse-admin/defaults/main.yml Wyświetl plik

@@ -1,6 +1,6 @@
---
# matrix-synapse-admin is a web UI for mananging the Synapse Matrix server
# See: https://github.com/Awesome-Technologies/synapse-admin
# Project source code URL: https://github.com/Awesome-Technologies/synapse-admin

matrix_synapse_admin_enabled: true



+ 1
- 1
roles/matrix-synapse/defaults/main.yml Wyświetl plik

@@ -1,6 +1,6 @@
---
# Synapse is a Matrix homeserver
# See: https://github.com/matrix-org/synapse
# Project source code URL: https://github.com/matrix-org/synapse

matrix_synapse_enabled: true



Ładowanie…
Anuluj
Zapisz