Sign inSign up

dotwee/element-web-multiarch

By dotwee

Updated about 5 years ago

Image
0

2.8K

dotwee/element-web-multiarch repository overview


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

Pull the image

From GitHub Package Repository: docker pull ghcr.io/dotwee/element-web-multiarch:latest

From Docker Hub Registry: docker pull dotwee/element-web-multiarch:latest

Run the image

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

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/dotwee/element-web-multiarch

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/dotwee/element-web-multiarch

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

Tag summary

Content type

Image

Digest

Size

25 MB

Last updated

about 5 years ago

docker pull dotwee/element-web-multiarch