From 14363715abea49e22480e2ebcd9d8251bd4042d2 Mon Sep 17 00:00:00 2001 From: lelemm Date: Fri, 1 Mar 2024 11:43:50 -0300 Subject: [PATCH] Update readme.md --- readme.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/readme.md b/readme.md index 902aa69..eeb2f0c 100644 --- a/readme.md +++ b/readme.md @@ -31,3 +31,7 @@ I have some webhooks from [N8N](https://n8n.io/) that are sent to [Gotify](https # 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. + +# 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. +[Example here](https://github.com/lelemm/confirm/blob/e47df7c246c85b526ea763efd204ace48dede1de/src/config.yml#L2)