Slavi Pantaleev

Results 202 comments of Slavi Pantaleev

Problems with this approach: - the same variable (`matrix_homeserver_enable_registration`) is defined in multiple roles' `defaults/main.yml`. This may be confusing to us and may cause Ansible to issue a warning -...

Looks nice! Thank you for the research and getting it organized like that, @AnonyPla! At the very least, we should document this somewhere in `docs`/. It would otherwise be great...

It seems like one of the the last few Jitsi upgrades broke Jitsi. This may either be a regression in Jitsi itself (less likely) or a problem with us upgrading....

No, we don't use docker-compose in this project. You can search our issues for a hacky workaround (generating `docker-compose.yml` from systemd `.service` files), but I doubt that will work well.

The fact that all our systemd services have configuration like this, should make them auto-restart when Docker restarts: ``` Requires=docker.service After=docker.service ``` ---------- I have, myself, also seen services not...

We use `--rm` though, the manual for which says: > `--rm` flag can work together with `-d`, and auto-removal will be done on daemon side. Note that it's incompatible with...

Sure! Thanks for clearing things up and suggesting some potential solution! Given that we have some way to reproduce the problem (`systemctl stop docker && systemctl start docker`), we should...

That project looks nice! It has the the following downsides though: - we'd need to get it installed via the playbook - it seems like it may not work well...

Indeed sounds like something we need to make better! On the one hand, it's used often and could be installed by default (by the `matrix-base` role). On the other hand,...