Skip to content

Commit

Permalink
feat: add webhook (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
erfjab authored Dec 26, 2024
1 parent 2f049be commit 66cd257
Show file tree
Hide file tree
Showing 4 changed files with 35 additions and 0 deletions.
1 change: 1 addition & 0 deletions content/docs/marzneshin/_index.fa.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,5 @@ weight: 1
{{< card link="ssl/" title="سرتیفیکیت">}}
{{< card link="commands/" title="دستورات">}}
{{< card link="notif/" title="اعلانات">}}
{{< card link="phpmyadmin/" title="Phpmyadmin">}}
{{< /cards >}}
1 change: 1 addition & 0 deletions content/docs/marzneshin/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,5 @@ weight: 1
{{< card link="ssl/" title="SSL">}}
{{< card link="commands/" title="Commands">}}
{{< card link="notif/" title="Notifications">}}
{{< card link="phpmyadmin/" title="Phpmyadmin">}}
{{< /cards >}}
18 changes: 18 additions & 0 deletions content/docs/marzneshin/notif/_index.fa.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@ title: اعلانات
weight: 5
---


{{< tabs items="تلگرام,وبهوک" >}}

{{< tab >}}

برای دریافت اعلانات از طریق ربات تلگرامی، می‌توانید مراحل زیر را دنبال کنید:

{{% steps %}}
Expand Down Expand Up @@ -54,3 +59,16 @@ marzneshin restart
از این بعد اعلانات مرتبط با کاربران رو دریافت خواهید کرد.

{{% /steps %}}


{{< /tab >}}

{{< tab >}}

وبهوک روشی برای دریافت اعلان‌های (نوتیفیکیشن‌های) تلگرام بات است که به جای ارسال به خود بات تلگرامی، مستقیماً به API شما ارسال می‌شود. این قابلیت به شما امکان می‌دهد تا در سایت‌ها یا نرم‌افزارهای خود از این اعلان‌ها استفاده کنید. با این حال، استفاده از وبهوک به دانش تخصصی برنامه‌نویسی نیاز دارد و معمولاً برای کاربران عادی مناسب نیست.

{{< /tab >}}

{{< /tabs >}}


15 changes: 15 additions & 0 deletions content/docs/marzneshin/notif/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ title: Notifications
weight: 5
---

{{< tabs items="Telegram,Webhook" >}}

{{< tab >}}

To receive notifications through a Telegram bot, you can follow the steps below:

{{% steps %}}
Expand Down Expand Up @@ -54,3 +58,14 @@ marzneshin restart
From now on, you will receive notifications related to users.

{{% /steps %}}

{{< /tab >}}

{{< tab >}}

A webhook is a method for receiving Telegram bot notifications, where instead of being sent to the bot itself, they are directed to your API. This allows you to use these notifications in your websites or applications. However, utilizing webhooks requires technical programming knowledge and is generally not suitable for regular users.

{{< /tab >}}

{{< /tabs >}}

0 comments on commit 66cd257

Please sign in to comment.