Slavi Pantaleev
9f2eff2ac7
Respect `devture_systemd_docker_base_docker_service_name`
Related to 0241c71a4c
Related to https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/3270#issuecomment-2143782962
With this change, it should be possible for people to adjust the Docker
dependency from `docker.service` to something else (e.g. `pkg-ContainerManager-dockerd.service`),
or to completely eliminate it by setting `devture_systemd_docker_base_docker_service_name` to an empty string.
This makes it easier for people to use the playbook against a Synology DSM server.
1 년 전
renovate[bot]
1f97602525
chore(deps): update registry.gitlab.com/etke.cc/honoroit docker tag to v0.9.21
1 년 전
Aine
a07345a42e
update honoroit (v0.9.19 -> v0.9.20)
**Warning**: [CI pipeline is in progress](https://gitlab.com/etke.cc/honoroit/-/pipelines/1165360868 )
changelog:
* safer reaction forwarding
* fix duplicated prefix and suffix on completed requests
* add missing `!ho help` entries
* add new `!ho count` command
* count requests by homeserver and by MXID
* add new `!ho config` command set - configure honoroit directly from the chat
* mautrix-go 0.15.x+ migration
* shared secret auth support
* account data encyption support
removed env vars (automatic migration):
* HONOROIT_TEXT_*
* HONOROIT_ALLOWEDUSERS
* HONOROIT_IGNOREDROOMS
* HONOROIT_IGNORENOTHREAD
* HONOROIT_NOENCRYPTION
2 년 전
Slavi Pantaleev
7ec6fd3dfe
Make bridges/bots use matrix_addons_homeserver_client_api_url (instead of matrix_homeserver_container_url)
2 년 전
Slavi Pantaleev
628496d022
Move matrix-bot-honoroit to its own container network
2 년 전
Samuel Meenzen
c846ed199b
Annotate version numbers with renovate metadata
2 년 전
Aine
ccaae4d5b7
Update honoroit 0.9.18 -> 0.9.19
2 년 전
Slavi Pantaleev
6427397486
Do not hardcode sslmode=disable to Postgres connection strings - make it configurable
This is backward-compatible with what we had before. We're not changing
the SSL mode - just making it configurable.
Most components are defaulting to `sslmode=disable`, while some
(`matrix-bot-matrix-reminder-bot` and others) do not specify an `sslmode` at all.
We're making sslmode configurable, because certain external Postgres
servers may be configured to require SSL encryption.
In such cases `sslmode=disable` does not work and needs to be changed to
`sslmode=require` or something else (`verify-ca`, `verify-full`, etc).
2 년 전
Aine
9d08d8e32e
Update honoroit 0.9.17 -> 0.9.18
2 년 전
Slavi Pantaleev
2083b10f1a
Fix syntax error
2 년 전
Slavi Pantaleev
8f903fa621
Make Honoroit respect matrix_bot_honoroit_path_prefix when building the metrics path
2 년 전
Slavi Pantaleev
88c7cf21f7
Make Honoroit not try to capture all matrix.DOMAIN traffic
It only serves a metrics endpoint, so it shouldn't try to capture
anything else.
2 년 전
Aine
c20d74af79
buscarron and honoroit - add basic auth for metrics
2 년 전
Aine
6d5cf9cbcd
fix honoroit networks
3 년 전
Aine
0b18f03195
honoroit - add proper networking configuration and traefik labels
3 년 전
Aine
493de7316c
update honoroit 0.9.16 -> 0.9.17
* healthchecks.io integration
* mutex on forwarding messages into thread
* fix in prefixes handling
* send error messages as thread reply when possible
3 년 전
Aine
b487bb6749
unify image prefixes
3 년 전
Slavi Pantaleev
eedf5ad94d
Remove some hardcoded matrix-postgres references
3 년 전
Slavi Pantaleev
410a915a8a
Move roles/matrix* to roles/custom/matrix*
This paves the way for installing other roles into `roles/galaxy` using `ansible-galaxy`,
similar to how it's done in:
- https://github.com/spantaleev/gitea-docker-ansible-deploy
- https://github.com/spantaleev/nextcloud-docker-ansible-deploy
In the near future, we'll be removing a lot of the shared role code from here
and using upstream roles for it. Some of the core `matrix-*` roles have
already been extracted out into other reusable roles:
- https://github.com/devture/com.devture.ansible.role.postgres
- https://github.com/devture/com.devture.ansible.role.systemd_docker_base
- https://github.com/devture/com.devture.ansible.role.timesync
- https://github.com/devture/com.devture.ansible.role.vars_preserver
- https://github.com/devture/com.devture.ansible.role.playbook_runtime_messages
- https://github.com/devture/com.devture.ansible.role.playbook_help
We just need to migrate to those.
3 년 전
Aine
145a57a7b8
update honoroit 0.9.15 -> 0.9.16
3 년 전
Aine
8717447dc5
Update Honoroit 0.9.14 -> 0.9.15
3 년 전
Slavi Pantaleev
0259a7a50b
Fix typo
Fixes https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/2114
3 년 전
Aine
f042542086
Update Honoroit 0.9.13 -> 0.9.14
3 년 전
Aine
241bd4785f
Update Honoroit 0.9.12 -> 0.9.13
3 년 전
Aine
998dafe9c4
Update Honoroit 0.9.11 -> 0.9.12
3 년 전
Aine
5c36f14b46
Update Honoroit 0.9.10 -> 0.9.11
3 년 전
Aine
5b0bdced1d
update Honoroit 0.9.9 -> 0.9.10
3 년 전
Slavi Pantaleev
0ab2001ce7
Fix git-latest ansible-lint errors
Reference: https://ansible-lint.readthedocs.io/en/latest/default_rules/#git-latest
Our variable naming is not necessarily consistent across roles.
I've tried to follow the naming conventions of each individual role.
All new variables are suffixed with `_version`, but the prefix may be
somewhat different.
3 년 전
Aine
e149f33140
add/unify 'Project source code URL' link across all roles
3 년 전
Aine
25fd7f0cff
update Honoroit 0.9.8 -> 0.9.9
3 년 전
Aine
fd3a9b2fbb
Update Honoroit 0.9.7 -> 0.9.8
* add `NOENCRYPTION` option
* fix race condition on thread start
* fix greetings messages
* updated deps
3 년 전
Aine
15ce32a30c
update honoroit 0.9.6 -> 0.9.7
4 년 전
Aine
b9bf20c761
Update honoroit 0.9.5 -> 0.9.6
This update brings stable threads support
4 년 전
Aine
ffa57055f4
updated honoroit 0.9.4 -> 0.9.5
4 년 전
Marko Weltzer
7e5b88c3b7
fix: all praise the allmighty yamllinter
4 년 전
Aine
211b0ad3b5
Update honoroit (v0.9.3 -> v0.9.4)
4 년 전
Aine
51b27de1bb
matrix-bot-honoroit: bugfix commands in reply-to mode, add custom prefixes for thread topics
4 년 전
Aine
05541bd54a
Updated Honoroit with fallback reply-to mode
4 년 전
Aine
4377c348c5
matrix-bot-honoroit: disable self-build by default, update to v0.9.1
4 년 전
Slavi Pantaleev
b0c801a497
Rename variable for consistency (matrix_bot_honoroit_container_self_build -> matrix_bot_honoroit_container_image_self_build)
Discussed in https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/1514
4 년 전
rakshazi
d66c812830
matrix-bot-honoroit: fix self-build
4 년 전
rakshazi
d7af37e9e9
matrix-bot-honoroit feedback
4 년 전
rakshazi
407e8c4940
added honoroit
4 년 전