-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Ondolin
authored
Jul 28, 2021
1 parent
97dda3d
commit 0d0e674
Showing
1 changed file
with
23 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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` |