Kim Brose

Results 166 comments of Kim Brose

Upstream hookshot now prefers to listen at `/webhook` instead of `/`. The playbook default is currently to listen on (some common prefix plus) `/webhooks`, see https://github.com/spantaleev/matrix-docker-ansible-deploy/blob/09412e34ea9db07f00e614d0a99c6d880a935fcf/roles/matrix-bridge-hookshot/defaults/main.yml#L33 I think it would...

I may have misunderstood the upstream change, got confused by the exact confusing Half-Shot tried to eliminate. Are GitHub, GitLab, oauth, etc webhooks supposed to go to `/webhook` now, or...

the ok status of stopping and starting all services seem to imply some existing relations that start/stop other services before the playbook does, however this is harmless unless it leads...

> because certain roles (some bridges, at least) inject configuration into `matrix-nginx-proxy` during runtime. > > Example: > > https://github.com/spantaleev/matrix-docker-ansible-deploy/blob/5a8b17c1df268e7fc206ed72bc8c7a7d56626c1b/roles/matrix-bridge-mautrix-telegram/tasks/init.yml#L25-L60 I'm sorry, either I don't understand what you're saying, or...

indeed you're right! I'm using external metrics, and thus have added ``` matrix_nginx_proxy_proxy_grafana_additional_server_configuration_blocks: - 'location /node-exporter/ { resolver 127.0.0.11 valid=5s; proxy_pass http://matrix-prometheus-node-exporter:9100/; auth_basic "protected"; auth_basic_user_file /nginx-data/matrix-synapse-metrics-htpasswd; }' - 'location /postgres-exporter/...

> Another service start order issue, etherpad has permission issues in the current ordering, which requires its service be restarted before any pads will load. I can't confirm this, in...

@spantaleev please re-open, `matrix_host_command_openssl` was not addressed in the linked PR

correct, and now the roles should actually use that, e.g. https://github.com/spantaleev/matrix-docker-ansible-deploy/blob/7d96526b531a6ffdda79c081663a81e8ffc234ab/roles/matrix-awx/tasks/update_variables.yml#L13

Personally I like using docker-compose even for single containers, since you can neatly save your arguments in a .yml file rather than having to remember or saving them to a...