From 3b404e6b34268833e55b7354d00d3eb009193cb8 Mon Sep 17 00:00:00 2001 From: MrExplode Date: Thu, 2 Nov 2023 17:20:05 +0100 Subject: [PATCH] docs: Update README.md --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index cea4dec..4f216ef 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,7 @@ A small webhook transformation tool. Receive webhook pushes from Docker Registries or Jira, and forward them to Discord Webhooks (with neat embeds) ## Docker Compose + > Example Docker Compose setup: ```yml @@ -20,9 +21,14 @@ services: JIRA_URL: "" # Discord webhook URL for jira messages DOCKER_TOKEN: "" # Bearer token for Docker Registry post request DOCKER_URL: "" # Discord webhook URL for docker messages + # In order to deliver issue type & project avatars, we have to download and redirect the images using an authorized + JIRA_EMAIL: "" # account email + JIRA_REST_TOKEN: "" # account rest api token + HOST_URL: "" # the base url for the service ``` ## License + ``` hooks Copyright (C) 2023 SunStorm @@ -39,4 +45,4 @@ services: You should have received a copy of the GNU Affero General Public License along with this program. If not, see . -``` \ No newline at end of file +```