-
Updated
May 27, 2022 - TypeScript
#
element-web
Here are 8 public repositories matching this topic...
A glossy Matrix collaboration client for desktop.
An open source integration manager for matrix clients, like Element.
chat
integrations
web
matrix
scalar
element
riot
appservice
matrix-appservice
matrix-integration
riot-integration
riot-web
element-web
-
Updated
Apr 13, 2022 - TypeScript
LAWA-IT-Service
commented
Apr 20, 2021
Changing the locale via script is possible in the following way
sed -i "s/^#.$LXC_LOCALE/$LXC_LOCALE/" /etc/locale.gen
locale-gen $LXC_LOCALE
echo LANG=$LXC_LOCALE > /etc/default/locale
echo LANGUAGE=$LXC_LOCALE >> /etc/default/locale
export LANG=$LXC_LOCALE
Hint change zamba.conf to
LXC_LOCALE=de_DE.UTF-8
A matrix chatbot with integrated natural language processing, which functions as a digital learning assistant.
-
Updated
Aug 6, 2020 - Python
Deploy a Matrix homeserver using Ansible, Packer and Terraform. Mirror of the https://rollyourown.xyz ryo-matrix repository.
ansible
packer
deployment
terraform
matrix
deploy
element
self-hosted
self-hosting
synapse
matrix-org
synapse-admin
element-web
-
Updated
May 26, 2022 - Jinja
A glossy Matrix collaboration client for the web.
-
Updated
Sep 30, 2021 - HTML
Boson lets you easily update Element Web from the comfort of the command line.
-
Updated
Mar 5, 2021 - Shell
Improve this page
Add a description, image, and links to the element-web topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the element-web topic, visit your repo's landing page and select "manage topics."


https://github.com/gary-kim/riotchat/blob/ff6d4fed087840fade3ed4b394638843c302d0db/src/components/AdminSettings.vue#L46-L55
The label does not properly point to the input because the id of the input is incorrect. This should be a simple one line fix.