Skip to content

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lelemm authored Feb 29, 2024
1 parent 3a447ac commit b25f54f
Showing 1 changed file with 7 additions and 12 deletions.
19 changes: 7 additions & 12 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,34 +5,29 @@ Basically this is just an app that takes confirmation from user before calling a
I have some webhooks from N8N that are sent to Gotify notification, so I can take actions. Sometimes I misclick the link and the workflow is executed. I created this so I must confirm that I want to run that webhook

# Examples
![Working Example](https://raw.githubusercontent.com/lelemm/confirm/main/docs/images/vid1.gif 'Working example')

Working Example
## Working Example
![Working Example](https://raw.githubusercontent.com/lelemm/confirm/main/docs/images/vid1.gif 'Working example')

## Changing from dark/light mode
![Changing from dark/light mode](https://raw.githubusercontent.com/lelemm/confirm/main/docs/images/vid2.gif 'Changing from dark/light mode')

Changing from dark/light mode

## Custom theme selected
![Custom theme selected](https://raw.githubusercontent.com/lelemm/confirm/main/docs/images/vid3.gif 'Custom theme selected')

Custom theme selected

# Adaptative layout based on screen/window size

## Vertical/Mobile
![Vertical](https://raw.githubusercontent.com/lelemm/confirm/main/docs/images/size1.png 'Vertical')

Vertical/Mobile

## Horizontal/Desktop
![Horizontal](https://raw.githubusercontent.com/lelemm/confirm/main/docs/images/size2.png 'Horizontal')

Horizontal/Desktop

# Configurable

![Configurable](https://raw.githubusercontent.com/lelemm/confirm/main/docs/images/config.png 'Configurable')

[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.
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.

0 comments on commit b25f54f

Please sign in to comment.