Skip to content

Commit

Permalink
fix: missing rewrite module on apache
Browse files Browse the repository at this point in the history
  • Loading branch information
Henri Devigne committed Mar 23, 2024
1 parent 41c3059 commit df885f9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,5 @@ COPY . /var/www/html
WORKDIR /var/www/html

RUN composer install

RUN a2enmod rewrite
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,12 @@ This repository permit to convert PagerDuty webhook v3 into Discord webhook

- PHP: >= 8.0.9 ( from dependency )

## Contribution

Feel free to contribute on this project.

Some webhooks are not yet handled such as escalation, but when a not hanlded webhook is recieved, it's stored in the `requests.json`

## Screenshots

![Screenshot of notifications](screenshots/discord-messages.png "Screenshots of notifications")
Expand Down

0 comments on commit df885f9

Please sign in to comment.