Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Ondolin authored Jul 28, 2021
1 parent 97dda3d commit 0d0e674
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# Gotify matrix bot

This small program allows you to get any gotify push nodifications in a matrix chat.

## Installation guide

There are two ways to install this programm. (Using docker is recomended)

### Manual Installation

1. Pull the reposotory
2. create a `config.yaml`
3. Run `go mod download`
4. Build the program with `go build -o ./gotify-matrix-bot`
5. Run `./gotify-matrix-bot`

If your configuration is correct you should start reseving nodifications in matrix now.

### Docker Installation (recomendet)

1. Install the docker image using `docker pull ondolin/gotify-matrix-bot:latest`
2. Create a folder and a config.yaml inside it
3. Run `docker run --rm -d --name gotify-matrix-bot -v $(pwd):/data:z gotify-matrix-bot`

0 comments on commit 0d0e674

Please sign in to comment.