Suguru Hirahara
8e63f12fbe
Setting up REUSE: add copyright statements to yml files in roles/custom/
Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
1 year ago
Suguru Hirahara
601406ddda
Fix capitalization: buscarron → Buscarron
Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
1 year ago
Slavi Pantaleev
283dd6494f
Switch all etke.cc links (from Gitlab to Github)
Related to https://etke.cc/news/d3uw4utq4t3_rpxicrrfqqou_ynmptqjgk95pt-3n2s/
1 year ago
Aine
d887e08376
buscarron v1.4.3 - migrated to github
1 year ago
Aine
91f5731287
buscarron v1.4.2 ( #3437 )
* buscarron v1.4.2
* Add more spaces before comments
---------
Co-authored-by: Slavi Pantaleev <slavi@devture.com>
1 year ago
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 year ago
renovate[bot]
b9de0aa64e
chore(deps): update registry.gitlab.com/etke.cc/buscarron docker tag to v1.4.1
1 year ago
Aine
2baea7ce7b
buscarron v1.4.0
2 years ago
Slavi Pantaleev
5e7b882ce9
Adjust homeserver URL for Buscarron
2 years ago
Slavi Pantaleev
d8b867b6fb
Move matrix-bot-buscarron to its own container network
2 years ago
Aine
5b6fc8d547
buscarron: migrate to native /metrics auth
2 years ago
Samuel Meenzen
c846ed199b
Annotate version numbers with renovate metadata
2 years ago
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 years ago
Aine
c20d74af79
buscarron and honoroit - add basic auth for metrics
2 years ago
Slavi Pantaleev
725b2beed7
Add native Traefik support to Buscarron
3 years ago
Slavi Pantaleev
bc5dda2b3a
Reorder some Buscarron default variables and fix some typos
Fixes a regression introduced in 0220c851e8
3 years ago
Slavi Pantaleev
0220c851e8
Add multiple container networks support to Buscarron
3 years ago
Slavi Pantaleev
6c2d397853
Fix inaccurate Buscarron project description comment
3 years ago
Aine
2fc02abfdc
Update buscarron v1.3.0 -> v1.3.1
3 years ago
Aine
b487bb6749
unify image prefixes
3 years ago
Slavi Pantaleev
7b43ef34b7
Remove more hardcoded matrix-postgres references
3 years ago
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 years ago