Skip to content

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lelemm authored Mar 1, 2024
1 parent c20e55b commit c63bdf3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ I have some webhooks from [N8N](https://n8n.io/) that are sent to [Gotify](https
[config.yml](https://github.com/lelemm/confirm/blob/main/src/config.yml)

# Installation
There is a [Dockerfile](https://github.com/lelemm/confirm/blob/main/src/Dockerfile) to work with. That's how I'm using it at my domain.
Use [docker-compose.yml](https://github.com/lelemm/confirm/blob/main/docker-compose.yml).
config.yml and views/ are not part of the docker image, so you should create a volume in the docker-compose.yml like in the example.

# Usage
In the config.yml, you have a dictionary of pages, the key is the alias from your URL, example the key "google" will create the link http://yourhost/google that will call the link at the key of this dictionary. There is an example at the config.yml from this project.
Expand Down

0 comments on commit c63bdf3

Please sign in to comment.