Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Fix links. Closes #169
  • Loading branch information
SebastianStehle committed Dec 19, 2022
1 parent 6e9ca6a commit 30ce831
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,21 +41,21 @@ This allows a wide range of scenarios:

* Notifications can have a confirmation preference (None, Explicit, Seen). Only unconfirmed notifications are sent through a channel and you can configure a delay when sending notifications. This means that a user does not receive a confirmation when he or she has already explicitly confirmed it (**Explicit** Mode) or has seen it (**Seen** mode). This avoids to spam your users which notifications he does not need anymore and you can also track who has seen or confirmed urgent and important notifications.

Have a look to the [presentation](https://raw.githubusercontent.com/notifo-io/notifo/blob/main/media/notifo!.pdf) to understand how it works.
Have a look to the [presentation](https://github.com/notifo-io/notifo/raw/main/media/notifo!.pdf) to understand how it works.

## How to run it

Before you install it, try it out at https://app.notifo.io

### Install it using the docker image

docker images are available: https://hub.docker.com/r/squidex/notifo, you can try the [docker-compose](deployment/docker-compose.yml) file.
docker images are available: https://hub.docker.com/r/squidex/notifo, you can try the [docker-compose](deployment/docker-compose/docker-compose.yml) file.

Read more about the intallation in the [wiki](https://github.com/notifo-io/notifo/wiki/Installation).

### How to configure it

Have a look to the settings for all configuration options: [appSettings.json](https://github.com/notifo-io/notifo/backend/src/notifo/appSettings.json). Everything in the settings can be configured using environment variables.
Have a look to the settings for all configuration options: [appsettings.json](https://github.com/notifo-io/notifo/blob/main/backend/src/Notifo/appsettings.json). Everything in the settings can be configured using environment variables.

The following setting

Expand Down

0 comments on commit 30ce831

Please sign in to comment.