No description
Find a file
2025-03-23 08:54:25 +01:00
.github Initial commit 2024-06-18 23:39:57 +02:00
conf Merge branch 'testing' into permissions 2025-03-23 02:51:24 +01:00
doc cleaning 2025-03-22 08:51:21 +01:00
scripts Update restore 2025-03-22 10:32:21 +01:00
.gitattributes Initial commit 2024-06-18 23:39:57 +02:00
.gitignore v2.1 2025-03-21 23:41:49 +01:00
ALL_README.md Auto-update READMEs 2025-03-21 23:41:53 +01:00
LICENSE cleaning 2025-03-21 23:45:29 +01:00
manifest.toml cleaning 2025-03-22 10:08:36 +01:00
README.md Auto-update READMEs 2025-03-22 08:59:48 +01:00
README_es.md Auto-update READMEs 2025-03-22 08:59:48 +01:00
README_eu.md Auto-update READMEs 2025-03-22 08:59:48 +01:00
README_fr.md Auto-update READMEs 2025-03-22 08:59:48 +01:00
README_gl.md Auto-update READMEs 2025-03-22 08:59:48 +01:00
README_id.md Auto-update READMEs 2025-03-22 08:59:48 +01:00
README_nl.md Auto-update READMEs 2025-03-22 08:59:48 +01:00
README_pl.md Auto-update READMEs 2025-03-22 08:59:48 +01:00
README_ru.md Auto-update READMEs 2025-03-22 08:59:48 +01:00
README_zh_Hans.md Auto-update READMEs 2025-03-22 08:59:48 +01:00
tests.toml initial commit 2024-06-19 00:23:30 +02:00

Webhook for YunoHost

Integration level Working status Maintenance status

Install Webhook with YunoHost

Read this README in other languages.

This package allows you to install Webhook quickly and simply on a YunoHost server.
If you don't have YunoHost, please consult the guide to learn how to install it.

Overview

Webhook is a lightweight configurable tool written in Go, that allows you to easily create HTTP endpoints (hooks) on your server, which you can use to execute configured commands. You can also pass data from the HTTP request (such as headers, payload or query variables) to your commands. Webhook also allows you to specify rules which have to be satisfied in order for the hook to be triggered.

Shipped version: 2.8.2~ynh1

Documentation and resources

Developer info

Please send your pull request to the testing branch.

To try the testing branch, please proceed like that:

sudo yunohost app install https://github.com/YunoHost-Apps/webhook_ynh/tree/testing --debug
or
sudo yunohost app upgrade webhook -u https://github.com/YunoHost-Apps/webhook_ynh/tree/testing --debug

More info regarding app packaging: https://yunohost.org/packaging_apps