All Projects → bubuntux → Element Web

bubuntux / Element Web

Licence: mit
element.io docker image generator

Projects that are alternatives of or similar to Element Web

Synestiaos
The Synestia Operating System
Stars: ✭ 159 (+657.14%)
Mutual labels:  arm64, arm, armv7
Grafana On Raspberry
Grafana packages for raspberry pi (armv6/armv7) and aarch64/arm64
Stars: ✭ 318 (+1414.29%)
Mutual labels:  arm64, arm, armv7
Element Rpm
Providing the Element messaging desktop client packaged for the Fedora, Red Hat(IBM), and OpenSUSE families of linux desktop operating systems.
Stars: ✭ 73 (+247.62%)
Mutual labels:  matrix, riot, element
Matrix Dimension
An open source integration manager for matrix clients, like Element.
Stars: ✭ 277 (+1219.05%)
Mutual labels:  matrix, riot, element
alpine-php-fpm
Lightweight and optimised PHP-FPM (PHP 7.4, 8.0, 8.1) Docker images with essential extensions on top of latest Alpine Linux.
Stars: ✭ 53 (+152.38%)
Mutual labels:  arm, armv7, arm64
Docker Jdownloader
JDownloader 2 Docker Image (Multiarch) - Passed 40M Downloads
Stars: ✭ 85 (+304.76%)
Mutual labels:  arm, armv7, docker-image
Cloudflare Ddns
🎉🌩️ Dynamic DNS (DDNS) service based on Cloudflare! Access your home network remotely via a custom domain name without a static IP!
Stars: ✭ 332 (+1480.95%)
Mutual labels:  arm64, armv7, docker-image
discolix
distroless arm docker images
Stars: ✭ 22 (+4.76%)
Mutual labels:  arm, armv7, arm64
tensorflow-serving-arm
TensorFlow Serving ARM - A project for cross-compiling TensorFlow Serving targeting popular ARM cores
Stars: ✭ 75 (+257.14%)
Mutual labels:  arm, armv7, arm64
radical
Element (Riot Web) unofficially bundled as Firefox Add-on
Stars: ✭ 33 (+57.14%)
Mutual labels:  matrix, element, riot
focalboard-docker
Cross platform Docker images for Focalboard.
Stars: ✭ 12 (-42.86%)
Mutual labels:  arm, armv7, arm64
docker-nagios
Docker image for Nagios Core in Alpine Linux with basic plugins, available for x86, x64 , ARM v6, ARM v7 and ARM64.
Stars: ✭ 33 (+57.14%)
Mutual labels:  arm, armv7, arm64
alpine-qbittorrent-openvpn
qBittorrent docker container with OpenVPN client running as unprivileged user on alpine linux
Stars: ✭ 230 (+995.24%)
Mutual labels:  arm, armv7, arm64
botdarr
Slack/Discord/Telegram/Matrix bot for accessing radarr, sonarr, and lidarr
Stars: ✭ 76 (+261.9%)
Mutual labels:  matrix, element, riot
nordvpn
NordVpn Docker Client
Stars: ✭ 475 (+2161.9%)
Mutual labels:  arm, armv7, arm64
Raspberry Pi Cross Compilers
Latest GCC Cross Compiler & Native (ARM & ARM64) CI generated precompiled standalone toolchains for all Raspberry Pis. 🍇
Stars: ✭ 261 (+1142.86%)
Mutual labels:  arm64, arm
Element Desktop
A glossy Matrix collaboration client for desktop.
Stars: ✭ 290 (+1280.95%)
Mutual labels:  matrix, element
static-web-server
A blazing fast and asynchronous web server for static files-serving. ⚡
Stars: ✭ 230 (+995.24%)
Mutual labels:  arm, arm64
Shecc
A self-hosting and educational C compiler
Stars: ✭ 286 (+1261.9%)
Mutual labels:  arm, armv7
Sse2neon
A translator from Intel SSE intrinsics to Arm/Aarch64 NEON implementation
Stars: ✭ 316 (+1404.76%)
Mutual labels:  arm64, arm

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 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 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 bubuntux/element-web

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].