Skip to content

A plugin, which uses the reposilite plugin api and discord webhooks to broadcast new deployments of artifacts

License

Notifications You must be signed in to change notification settings

Koboo/reposilite-discord-webhook-plugin

Repository files navigation

Reposilite Discord WebHook Plugin

This plugin allows posting of artifact deployments on Reposilite via Discord webhooks.

Screenshots

RegEx Templates

  • Post every file which ends with .jar
.*(\.jar$)
  • Post every file which ends with {number}.jar
.*([0-9]\.jar$)
  • Post every file which ends with
    • {number}.jar
    • {number}-all.jar (shaded/shadow)
    • {number}-sources.jar
    • {number}-javadoc.jar
.*([0-9]\.jar|[0-9]-all\.jar|[0-9]-sources\.jar|[0-9]-javadoc\.jar$)

Screenshots

Root Settings

Settings-1

Repository Settings

Settings-2

Discord Post

Discord

About

A plugin, which uses the reposilite plugin api and discord webhooks to broadcast new deployments of artifacts

Topics

Resources

License

Stars

Watchers

Forks

Languages