https://github.com/arbmind/docker-matrix-vector
vector.im client in a container
https://github.com/arbmind/docker-matrix-vector
Last synced: 9 months ago
JSON representation
vector.im client in a container
- Host: GitHub
- URL: https://github.com/arbmind/docker-matrix-vector
- Owner: arBmind
- Created: 2016-07-19T18:04:34.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-07-19T18:05:13.000Z (almost 10 years ago)
- Last Synced: 2025-03-03T14:12:01.822Z (over 1 year ago)
- Language: Shell
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Introduction
Dockerfile for installation of [vector] for [matrix] open federated Instant
Messaging and VoIP communication server.
[matrix]: matrix.org
[vector]: https://github.com/vector-im/vector-web
# Start
For starting you need a mapping for the `/data`-directory with
a `vector.im.conf` file.
$ docker run -d -v /tmp/data:/data silviof/docker-matrix-vector
## Example vector.im.conf
```conf
-p 8765
-A 0.0.0.0
-c 3500
--ssl
--cert /data/fullchain.pem
--key /data/key.pem
```
# build specific arguments
* `BV_VEC`: vector version, optional, defaults to `master`