From 94ee8d6c77359f2898769e35a52d8a707d9cd3b5 Mon Sep 17 00:00:00 2001 From: "github-action[bot]" <> Date: Sat, 19 Feb 2022 09:32:31 +0000 Subject: [PATCH] Update Flex endpoint --- ...3ad26a8ce5233cdb80b2ad1b4fdc3f931c18e.json | 41 +++++++++++++++++++ index.json | 3 ++ labymod.discord-webhook-bundle.1.0.json | 41 +++++++++++++++++++ 3 files changed, 85 insertions(+) create mode 100644 archived/labymod.discord-webhook-bundle/5ca3ad26a8ce5233cdb80b2ad1b4fdc3f931c18e.json create mode 100644 labymod.discord-webhook-bundle.1.0.json diff --git a/archived/labymod.discord-webhook-bundle/5ca3ad26a8ce5233cdb80b2ad1b4fdc3f931c18e.json b/archived/labymod.discord-webhook-bundle/5ca3ad26a8ce5233cdb80b2ad1b4fdc3f931c18e.json new file mode 100644 index 00000000..6d3bd4f2 --- /dev/null +++ b/archived/labymod.discord-webhook-bundle/5ca3ad26a8ce5233cdb80b2ad1b4fdc3f931c18e.json @@ -0,0 +1,41 @@ +{ + "manifests": { + "labymod/discord-webhook-bundle": { + "manifest": { + "bundles": { + "DiscordWebhookBundle\\DiscordWebhookBundle": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + }, + "env": { + "DWH_DEFAULT_URL": "" + }, + "post-install-output": [ + " * Getting started with Discord webhooks:", + " 1. Open up your .env file and set the default webhook URL", + " 2. Optional: Start creating additional clients in config/discord_webhook.yaml", + " 3. Start using webhooks!", + "", + " * Read the documentation:", + " 1. For the Bundle: https://github.com/LabyMod/discord-webhook-bundle/blob/master/README.md", + " 2. For using and configuring the webhooks: https://github.com/LabyMod/discord-webhook/blob/master/README.md" + ] + }, + "files": { + "config/packages/discord_webhook.yaml": { + "contents": [ + "discord_webhook:", + " default_url: '%env(DWH_DEFAULT_URL)%'", + " clients: { }", + "" + ], + "executable": false + } + }, + "ref": "5ca3ad26a8ce5233cdb80b2ad1b4fdc3f931c18e" + } + } +} diff --git a/index.json b/index.json index 455522ea..846c8f79 100644 --- a/index.json +++ b/index.json @@ -739,6 +739,9 @@ "kynno/smartbots-bundle": [ "0.1" ], + "labymod/discord-webhook-bundle": [ + "1.0" + ], "lag/adminbundle": [ "1.0" ], diff --git a/labymod.discord-webhook-bundle.1.0.json b/labymod.discord-webhook-bundle.1.0.json new file mode 100644 index 00000000..6d3bd4f2 --- /dev/null +++ b/labymod.discord-webhook-bundle.1.0.json @@ -0,0 +1,41 @@ +{ + "manifests": { + "labymod/discord-webhook-bundle": { + "manifest": { + "bundles": { + "DiscordWebhookBundle\\DiscordWebhookBundle": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + }, + "env": { + "DWH_DEFAULT_URL": "" + }, + "post-install-output": [ + " * Getting started with Discord webhooks:", + " 1. Open up your .env file and set the default webhook URL", + " 2. Optional: Start creating additional clients in config/discord_webhook.yaml", + " 3. Start using webhooks!", + "", + " * Read the documentation:", + " 1. For the Bundle: https://github.com/LabyMod/discord-webhook-bundle/blob/master/README.md", + " 2. For using and configuring the webhooks: https://github.com/LabyMod/discord-webhook/blob/master/README.md" + ] + }, + "files": { + "config/packages/discord_webhook.yaml": { + "contents": [ + "discord_webhook:", + " default_url: '%env(DWH_DEFAULT_URL)%'", + " clients: { }", + "" + ], + "executable": false + } + }, + "ref": "5ca3ad26a8ce5233cdb80b2ad1b4fdc3f931c18e" + } + } +}