zzsj0928 / luci-app-pushbot

PushBot running on openwrt
343 stars 59 forks source link

请求大佬添加支持gotify #63

Closed spysir closed 1 year ago

spysir commented 2 years ago

谢谢

frncistic commented 2 years ago

如果可以的话,pushover也可以支持下。用起来还算方便。

MasterOfStar commented 1 year ago
{
    "_api": "gotify",
    "_api": "【gotify】",

    "url": "\"https://_example.com_/message?token=_yourtoken_\"",
    "data": "\"title=${1}&message=${nowtime}${str_linefeed}${2}\"",
    "content_type": "Content-Type:application/x-www-form-urlencoded",
    "str_title_start": "#### ",
    "str_title_end": "",
    "str_linefeed": "%0D%0A%0D%0A",
    "str_splitline": "%0D%0A%0D%0A----%0D%0A%0D%0A",
    "str_space": " ",
    "str_tab": "    ",
    "type":
      {
      }
}

迫于pushdeer的mipush渠道被ban了,转gotify了。花了十几分钟研究了一下~写~抄的。~直接基于serverchan的模板改的~

MasterOfStar commented 1 year ago

可以去看看我fork的版本,已经添加了gotify渠道 https://github.com/MasterOfStar/luci-app-pushbot 或者等pr通过之后直接在本项目里下

spysir commented 1 year ago

可以去看看我fork的版本,已经添加了gotify渠道 https://github.com/MasterOfStar/luci-app-pushbot 或者等pr通过之后直接在本项目里下

感谢👍🏼