Slavi Pantaleev

Results 346 comments of Slavi Pantaleev

I'm not sure what you mean. I have not used any CLI commands to retrieve the secret. I've generated the secret with `pwgen -s 64 1` and pasted into into...

Yes, I can confirm that it's no longer an issue. Closing.

`install-all` runs installation tasks for all services. Installation tasks include everything (directory creation, config files setup, systemd service placement, pulling of container images (unless they are pulled already), creating container...

I'm not sure how this confusion arises. How does one get the expectation that "setup" will only create some config files, but will not do other parts of the setup...

Despite the bot having done its avatar setup already, it can't know its current avatar is what it expects it to be, so it does a profile check (preparation) every...

This is caused by the latest matrix-rust-sdk release (v0.7.1) being too out-of-date and not supporting authenticated media. The matrix.org server has disabled unauthenticated media already. Other servers are soon to...

Now that 39a184e5d0b3058dadc40a45ddcc3a4d3a8d53ba upgraded mxlink to 1.4.0 (which is based on matrix-rust-sdk [0.8.0](https://github.com/matrix-org/matrix-rust-sdk/releases/tag/matrix-sdk-0.8.0) which supports [authenticated media](https://matrix.org/docs/spec-guides/authed-media-servers/), baibot supports authenticated media too. In 4847bd8ba80861fd69f6bfc3ffed075e330bdce2, I have adjusted the local services...

It doesn't work with Dendrite at all? I thought the admin API is somewhat compatible and that synapse-admin works to some extent (even if it's not 100% usable).

Federation is already listed as a requirement on the Matrix RTC documentation page's [Prerequisites](https://github.com/spantaleev/matrix-docker-ansible-deploy/blob/909bf8729e30aa1483f3271d81d24c4c7ffd5b6a/docs/configuring-playbook-matrix-rtc.md#prerequisites) section. This is also related to https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/4232

I needed this for a project, so I worked on a fix in the [fix-sso](https://github.com/devture/apisix-dashboard/tree/fix-sso) branch of my fork, which is based on current `master` (currently ad697c643908faf99fb33a0970f6d95573fcca87). I've published a...