A mod exists in the ContentDB for connecting Luanti chat to Matrix room. Installing this mod will require a custom Docker container to be prepared and referenced in the Helm chart.
A mod exists in the [ContentDB](https://content.luanti.org/packages/joenas/matrix_chat/) for connecting Luanti chat to Matrix room. Installing this mod will require a custom Docker container to be prepared and referenced in the Helm chart.
eric
added this to the 2025:Q2 milestone 2025-03-26 03:11:21 +00:00
eric
self-assigned this 2025-03-26 03:11:21 +00:00
I have been attempting to adapt the Linux Server Docker container for Luanti for use with the Matrix chat mod, but so far have run into several issues following the Ubuntu instructions on Alpine. I will probably have to try something and see how it goes. This could be done without downtime if a separate namespace was used.
I have been attempting to adapt the [Linux Server Docker container for Luanti](https://github.com/linuxserver/docker-luanti) for use with the Matrix chat mod, but so far have run into several issues following the Ubuntu instructions on Alpine. I will probably have to try something and see how it goes. This could be done without downtime if a separate namespace was used.
I have given this another try and ran into similar issues. Trying to install the necessary dependencies, I got as far as gcc, whcih installed correctly, but subsequently failed to find <assert.h>. I think I would need to install Linux headers for this, which is probably a bit overkill for this container.
I have given this another try and ran into similar issues. Trying to install the necessary dependencies, I got as far as gcc, whcih installed correctly, but subsequently failed to find `<assert.h>`. I think I would need to install Linux headers for this, which is probably a bit overkill for this container.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
A mod exists in the ContentDB for connecting Luanti chat to Matrix room. Installing this mod will require a custom Docker container to be prepared and referenced in the Helm chart.
I have been attempting to adapt the Linux Server Docker container for Luanti for use with the Matrix chat mod, but so far have run into several issues following the Ubuntu instructions on Alpine. I will probably have to try something and see how it goes. This could be done without downtime if a separate namespace was used.
I have given this another try and ran into similar issues. Trying to install the necessary dependencies, I got as far as gcc, whcih installed correctly, but subsequently failed to find
<assert.h>. I think I would need to install Linux headers for this, which is probably a bit overkill for this container.This is working but produces errors. A separate issue will be created to track progress on those errors.