debmaker/ressources/element-web
Thomas Legay a31db48ad0 add quacamole sqlpage 2023-11-21 01:24:31 +01:00
..
rootfs update version & section change 2022-11-01 22:14:36 +01:00
README.MD README MIGRATION 2022-10-01 17:58:26 +02:00
debmaker add quacamole sqlpage 2023-11-21 01:24:31 +01:00

README.MD

element-web

Information

Site : https://element.io/

Source : https://github.com/vector-im/element-web

Install
apt install -y wget ca-certificates
wget -qO - https://deb.lgy.fr/install.sh | bash
apt-get update
apt install element-web

# sample configuration for apache2

cp /usr/share/doc/element-web/apache2-element-web.conf /etc/apache2/sites-available/element-web.conf
a2ensite element-web

# edit /etc/apache2/sites-available/element-web.conf
# edit /etc/element-web/config.json

systemctl restart apache2