Slavi Pantaleev
Slavi Pantaleev
By the way, you could have overriden the container image name (containe registry prefix) without forking the role, by adding this to your `vars.yml`: ```yml nextcloud_container_image_registry_prefix: docker.io/kyrios/ ```
Lifecycle hooks didn't work for me either, but the solution proposed by @bradib0y in [this comment](https://github.com/bradib0y) did. I have expanded it a bit (to apply it to both the control-plane...
Thank for your detailed report! Some of these are already fixed, while others are in progress. I'll go through all of them below, in order. ------------- > `self_check_dns.yml`: maybe use...
The explanation about `e2e_one_time_keys_json` (as seen in that document) is: > [Background: restoring the database to an older backup can cause used one-time-keys to be re-issued, causing subsequent [message decryption...
Not sure if there's anything special in my environment (not that I know of), but doing this doesn't seem to have any impact. `time just run-tags install-all` shows about ~300...
Is that everything in your `vars.yml`? Looks like there's no reverse-proxy (Traefik). I suggest that you start with the example vars seen in [examples/vars.yml](https://github.com/mother-of-all-self-hosting/mash-playbook/blob/ffab60f66ed150268128bc0cb60670ee121e2ad7/examples/vars.yml) and just add more stuff at...
My previous responses to you still stands. As this error message is telling you, check the systemd service status for the affected services as well as their journal logs.
Some people's clients are still using it, so keeping it around a while longer is preferable. Keeping the role in the playbook is not too heavy of a burden, but...
Unless someone sees a good reason and wants to work on this, we probably don't have a need for it, now that we have ma1sd (via #333).
Now that matrix.org has disabled authenticated media and other servers are doing the same, not having a matrix-rust-sdk that supports authenticated media breaks some things. One such related issue is...