nouts
nouts
If I try to use podbot within Docker, the bot starts fine but doesn't respond to `/podon` command and doesn't join voice chat. Is this related to that issue ?...
Well... it says "connected". The container keep running and podbot appears online. I only have a deprecated warning from nodejs. I guess it's "normal". And nothing showed up in the...
I had the role set correctly. I changed the Dockerfile to make it copy the config.json inside the image, as I wasn't sure the `--env-file` option was working correctly. I...
Maybe offtopic but I was investigating that issue when I found that [`matrix_media_repo_container_labels_traefik_client_matrix_client_media_rule`](https://github.com/spantaleev/matrix-docker-ansible-deploy/blob/fe300d3472d04a7a42ce4ab801697a9b3bc012ec/roles/custom/matrix-media-repo/defaults/main.yml#L87) has `| quote` for PathRegexp, which ends up once deployed into something like : ``` # matrix/matrix-media-repo/labels...
What's the status of this issue ? Is it hard to implement, from a security perspective ?
I understand. I was thinking of something that let users enable this feature. Enabling it would require the user to provide a recovery email which is not the yunohost one....
I'm also experiencing issues with media over federation since a month or so. In my case I'm using MMR which enforced authenticated media. (This playbook doesn't expose the new [`freezeUnauthenticatedMedia`](https://github.com/t2bot/matrix-media-repo/blob/main/config.sample.yaml#L46)....