Update README.md
This commit is contained in:
parent
4ed6d78212
commit
a72b9b0e05
1 changed files with 24 additions and 1 deletions
25
README.md
25
README.md
|
@ -1,4 +1,27 @@
|
||||||
# Matrix.to
|
# dm.sij.law
|
||||||
|
This repo is cloned from the official Matrix.to repo on Github. I've added a Dockerfile and will make modifications in the future. The current version is live at [dm.sij.law](https://dm.sij.law)
|
||||||
|
|
||||||
|
## First clone the repo
|
||||||
|
```bash
|
||||||
|
git clone https://sij.ai/sij/env.esq.git
|
||||||
|
```
|
||||||
|
|
||||||
|
## Next build the image
|
||||||
|
```bash
|
||||||
|
docker build -t matrix-to .
|
||||||
|
```
|
||||||
|
|
||||||
|
## Then run it
|
||||||
|
```bash
|
||||||
|
docker run -d \
|
||||||
|
--name matrix-to \
|
||||||
|
-p 3636:5000 \
|
||||||
|
matrix-to
|
||||||
|
```
|
||||||
|
|
||||||
|
# EVERYTHING BELOW HERE IS ORIGINAL DOCUMENTATION
|
||||||
|
|
||||||
|
## Matrix.to
|
||||||
|
|
||||||
Matrix.to is a simple url redirection service for the Matrix.org ecosystem
|
Matrix.to is a simple url redirection service for the Matrix.org ecosystem
|
||||||
which lets users share links to matrix entities without being tied to a
|
which lets users share links to matrix entities without being tied to a
|
||||||
|
|
Loading…
Reference in a new issue