Skip to content

bubuntux/element-web

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation


This project is on charge of checking everyday if there is a new Element version and create the proper docker image and push it to the hub as need it.

What is Element ?

Element (formerly known as Vector/Riot) is a web client for Matrix an open network for secure, decentralized communication.

How to use the docker image

$ docker run --name element -p 8080:80 -d ghcr.io/bubuntux/element-web

Then you can hit http://localhost:8080 in your browser.

Element configuration

$ docker run -v /host/path/config.json:/etc/element-web/config.json:ro --name element -p 8080:80 -d ghcr.io/bubuntux/element-web

For information on the syntax of the element configuration file, see the official documentation.

HTTP server configuration

$ docker run -v /host/path/nginx.conf:/etc/nginx/nginx.conf:ro --name element -p 8080:80 -d ghcr.io/bubuntux/element-web

For information on the syntax of the nginx configuration files, see the official documentation (specifically the Beginner's Guide).