Slavi Pantaleev

Results 202 comments of Slavi Pantaleev

I've done it for `fuse` in 4e4fb98. If you'd like to make a similar PR for `openssl`, please go ahead.

How would you like to address `matrix_host_command_openssl`? Seems like the `matrix-base` role already defines it in a way that should work regardless of where the actual binary is: https://github.com/spantaleev/matrix-docker-ansible-deploy/blob/6e13ed8b7ee8041ba6ba0032af0abf050df35630/roles/matrix-base/defaults/main.yml#L97

I see. I've re-opened this issue until it's all updated.

We've done our job so far. You should bother [people upstream](https://github.com/ZerataX/matrix-registration) to release a new matrix-registration and/or fix the issues we're hitting.

I've recently spent some time: - moving bridges to their own roles (see `roles/matrix-bridge*`) - making them not necessarily depend on Synapse (the `matrix-synapse` role) - along with some other...

Now that appservice-slack has been integrated, is there any good reason to implement matrix-puppet-slack as an alternative?

Right now, you can use the `matrix-aux` command to manage file creation on the server. You can then use the `matrix_synapse_container_additional_volumes` variable to mount those files into the Synapse container,...

You're probably trying to use Synapse **with workers** in combination with an external webserver. See https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/1383

We're not opposed to adding the Jibri component, so that we can have recording support in Jitsi. This has been discussed in the past as well. I suppose that most...

I'm hitting the same issue on PHP 8.0.2 (Archlinux). > CRITICAL Error: Call to undefined method Microsoft\PhpParser\MissingToken::getResolvedName() in /home/user/.vscode-oss/extensions/felixfbecker.php-intellisense-2.3.14/vendor/felixfbecker/language-server/src/DefinitionResolver.php:1033 ``` #0 /home/user/.vscode-oss/extensions/felixfbecker.php-intellisense-2.3.14/vendor/felixfbecker/language-server/src/DefinitionResolver.php(815): LanguageServer\DefinitionResolver->resolveClassNameToType(Object(Microsoft\PhpParser\MissingToken)) #1 /home/user/.vscode-oss/extensions/felixfbecker.php-intellisense-2.3.14/vendor/felixfbecker/language-server/src/DefinitionResolver.php(827): LanguageServer\DefinitionResolver->resolveExpressionNodeToType(Object(Microsoft\PhpParser\Node\Expression\ObjectCreationExpression)) #2 /home/user/.vscode-oss/extensions/felixfbecker.php-intellisense-2.3.14/vendor/felixfbecker/language-server/src/DefinitionResolver.php(682): LanguageServer\DefinitionResolver->resolveExpressionNodeToType(Object(Microsoft\PhpParser\Node\Expression\AssignmentExpression)) #3...