Slavi Pantaleev
e718cb373f
matrix-appservice-irc: add scheme variable for mediaProxy publicUrl
Instead of hardcoding 'https' in the publicUrl, introduce a scheme variable
that can be configured. This follows the pattern used by other roles
(e.g., matrix_mautrix_discord_scheme, matrix_hookshot_public_scheme).
New variables:
- matrix_appservice_irc_ircService_mediaProxy_publicUrl_scheme (defaults to https)
- matrix_appservice_irc_ircService_mediaProxy_publicUrl (combines scheme, hostname, pathPrefix)
The scheme is wired in group_vars/matrix_servers based on matrix_playbook_ssl_enabled,
consistent with how other roles handle this.
пре 2 месеци
Slavi Pantaleev
653d360b3d
matrix-appservice-irc: rename mediaProxy variables to follow playbook naming conventions
Variables that map to nested YAML config properties should follow the pattern:
matrix_<component>_<configPath>_<nestedProperty>
For ircService.mediaProxy.*, we now use:
- matrix_appservice_irc_ircService_mediaProxy_bindPort
- matrix_appservice_irc_ircService_mediaProxy_publicUrl_hostname
- matrix_appservice_irc_ircService_mediaProxy_publicUrl_pathPrefix
This follows the existing pattern used by matrix_appservice_irc_ircService_servers
and similar variables in other roles (e.g., matrix_hookshot_github_defaultOptions_*).
Also renamed the Traefik path prefix variable to include 'media_proxy' for clarity:
- matrix_appservice_irc_container_labels_media_proxy_traefik_path_prefix
пре 2 месеци
Thom Wiggers
73a92a6ff8
Update to 4.0.0
пре 2 месеци
Thom Wiggers
83f2a3dcf1
Follow a refactor through
пре 4 месеци
Thom Wiggers
b51733aab6
correct spelling errors in IRC bridge configuration templates.
пре 4 месеци
Thom Wiggers
97fc61d102
Make traefik rule more consistent with other roles
пре 4 месеци
Thom Wiggers
fec9ef4dd3
Fix capitalization of cert resolver
пре 4 месеци
Thom Wiggers
2efa58b01c
Make traefik work
пре 6 месеци
Jade Ellis
0c4cc36691
Add traefik config
пре 6 месеци
Thom Wiggers
18b212a671
Fix variable name
пре 11 месеци
Thom Wiggers
db81d2cb6b
some ansible lint complaints
пре 11 месеци
Thom Wiggers
f820c2d119
config bind port
пре 11 месеци
Thom Wiggers
7c70441749
Fix unintentional change
пре 11 месеци
Thom Wiggers
57bd1ec212
Generate key
пре 11 месеци
Thom Wiggers
08ae5bbc64
Fix some unintentional changes
пре 1 година
Thom Wiggers
7072f29b32
Update config.yaml template
пре 1 година
Thom Wiggers
b5fa6c5419
Update server config sample
пре 1 година
Thom Wiggers
dc828d4f05
Update to 3.0.1
пре 1 година
Thom Wiggers
364276c456
Update matrix-appservice-irc version
пре 1 година
Aine
afe5b06771
Synapse Admin v0.11.1-etke52
пре 3 месеци
renovate[bot]
e4d0d42f04
chore(deps): update dependency traefik_certs_dumper to v2.10.0-4
пре 3 месеци
dependabot[bot]
91711669c6
Bump ansible/ansible-lint from 25.12.2 to 26.1.0
Bumps [ansible/ansible-lint](https://github.com/ansible/ansible-lint ) from 25.12.2 to 26.1.0.
- [Release notes](https://github.com/ansible/ansible-lint/releases )
- [Commits](https://github.com/ansible/ansible-lint/compare/v25.12.2...v26.1.0 )
---
updated-dependencies:
- dependency-name: ansible/ansible-lint
dependency-version: 26.1.0
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
пре 3 месеци
renovate[bot]
5fe789cd96
chore(deps): update dependency etherpad to v2.6.0-1
пре 3 месеци
renovate[bot]
e4abe50daf
chore(deps): update dependency grafana to v11.6.5-5
пре 3 месеци
renovate[bot]
e70d0d7673
chore(deps): update dependency auxiliary to v1.0.0-6
пре 3 месеци
renovate[bot]
ae88c51dd7
chore(deps): update dependency container_socket_proxy to v0.4.2-1
пре 3 месеци
renovate[bot]
9d7c224021
chore(deps): update dependency prometheus to v3.9.1-0
пре 3 месеци
renovate[bot]
65213ff497
chore(deps): update ghcr.io/jasonlaguidice/matrix-steam-bridge docker tag to v1.1.0
пре 3 месеци
renovate[bot]
13727bc0a2
chore(deps): update dependency urllib3 to v2.6.3
пре 3 месеци
renovate[bot]
ed87ef7e50
chore(deps): update dependency prometheus to v3.9.0-0
пре 3 месеци
Aine
858a4ab555
Synapse Admin v0.11.1-etke51
пре 3 месеци
Slavi Pantaleev
5f3f57197e
Revert "Remove outdated warning about Postmoogle not working well with Matrix Authentication Service"
This reverts commit 81b371e690 .
Ref: 81b371e690 (commitcomment-173871096)
пре 3 месеци
renovate[bot]
4f00bb4789
chore(deps): update dependency certifi to v2026
пре 3 месеци
renovate[bot]
5e558aab55
chore(deps): update dependency livekit_server to v1.9.10-0
пре 3 месеци
renovate[bot]
e09d10419c
chore(deps): update dependency sphinx to v9.1.0
пре 3 месеци
Mark Monteiro
e60ef27bb8
update instructions for user admin management with MAS
This is now supported via the mas-cli management tool
пре 3 месеци
Mark Monteiro
be7536390d
improve notes about configuring hookshot encryption
- clarify that Redis is configured automatically
- add note indicating that encryption is not currently supported when using MAS
пре 3 месеци
renovate[bot]
e7612dc0ce
chore(deps): update matrixconduit/matrix-conduit docker tag to v0.10.11
пре 3 месеци
renovate[bot]
6f736653e9
chore(deps): update dependency traefik to v3.6.6-0
пре 3 месеци
Aine
1ca3c91fd7
etherpad v2.6.0
пре 3 месеци
Slavi Pantaleev
edf833627e
Add `matrix_coturn_hostname` to allow for the Coturn domain to be different than `matrix_server_fqn_matrix`
пре 3 месеци
Slavi Pantaleev
ed20b65912
Upgrade Traefik (v3.6.5-0 -> v3.6.5-1)
пре 3 месеци
renovate[bot]
9cbc9c6b06
chore(deps): update docker.io/metio/matrix-alertmanager-receiver docker tag to v2025.12.24
пре 3 месеци
Aine
484e94d493
add matrix_synapse_ext_s3_storage_provider_container_arguments var
пре 3 месеци
renovate[bot]
b0f73f7966
chore(deps): update matrixconduit/matrix-conduit docker tag to v0.10.10
пре 3 месеци
renovate[bot]
3c64fe6eb5
chore(deps): update ansible/ansible-lint action to v25.12.2
пре 3 месеци
Aine
048ce7503d
borg v1.4.3
пре 3 месеци
Aine
2161500e60
Merge pull request #4823 from spantaleev/renovate/backup_borg-1.x
chore(deps): update dependency backup_borg to v1.4.2-2.0.13-0
пре 3 месеци
renovate[bot]
927f6fa2e3
chore(deps): update dependency backup_borg to v1.4.2-2.0.13-0
пре 3 месеци
Slavi Pantaleev
66c85f63e6
Update default OpenAI image generation model for baibot (gpt-image-1 -> gpt-image-1.5)
пре 3 месеци