mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-04-16 04:13:31 +00:00
luci-app-serverchan: add package (#7809)
Co-authored-by: tty228 <tty228@yeah.net>
This commit is contained in:
parent
3a25a30b8b
commit
d7a7821cca
23
package/lean/luci-app-serverchan/Makefile
Normal file
23
package/lean/luci-app-serverchan/Makefile
Normal file
@ -0,0 +1,23 @@
|
||||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=luci-app-serverchan
|
||||
PKG_VERSION:=2.01.3
|
||||
PKG_RELEASE:=9
|
||||
|
||||
PKG_MAINTAINER:=tty228
|
||||
|
||||
LUCI_TITLE:=LuCI support for serverchan
|
||||
LUCI_PKGARCH:=all
|
||||
LUCI_DEPENDS:=+iputils-arping +curl +jq
|
||||
|
||||
define Package/$(PKG_NAME)/conffiles
|
||||
/etc/config/serverchan
|
||||
/usr/bin/serverchan/api/diy.json
|
||||
/usr/bin/serverchan/api/logo.jpg
|
||||
/usr/bin/serverchan/api/ipv4.list
|
||||
/usr/bin/serverchan/api/ipv6.list
|
||||
endef
|
||||
|
||||
include $(TOPDIR)/feeds/luci/luci.mk
|
||||
|
||||
# call BuildPackage - OpenWrt buildroot signature
|
50
package/lean/luci-app-serverchan/README.md
Normal file
50
package/lean/luci-app-serverchan/README.md
Normal file
@ -0,0 +1,50 @@
|
||||
# 简介
|
||||
- 用于 OpenWRT/LEDE 路由器上进行 微信/Telegram 推送的插件
|
||||
- 支持列表:
|
||||
- 微信推送/Server酱 https://sct.ftqq.com/
|
||||
- 企业微信/应用推送 https://work.weixin.qq.com/api/doc/90000/90135/90248
|
||||
- 微信推送/WxPusher https://wxpusher.zjiecode.com/docs
|
||||
- 微信推送/推送加 http://www.pushplus.plus/
|
||||
- Telegram/BotFather https://t.me/BotFather
|
||||
- 精力有限,如需要钉钉推送、飞书推送、Bark推送等请尝试 https://github.com/zzsj0928/luci-app-pushbot
|
||||
-
|
||||
- **基于X86 OpenWrt 19.07.8 制作,不同系统不同设备,请自行修改部分代码,无测试条件无法重现的 bug 不考虑修复**
|
||||
- 依赖 iputils-arping + curl + jq 命令,安装前请 `opkg update`,小内存路由谨慎安装
|
||||
- 使用主动探测设备连接的方式检测设备在线状态,以避免WiFi休眠机制,主动探测较为耗时,**如遇设备休眠频繁,请自行调整超时设置**
|
||||
- 流量统计功能依赖 wrtbwmon ,自行选装或编译,该插件与 Routing/NAT 、Flow Offloading 冲突,开启无法获取流量,自行选择
|
||||
|
||||
#### 主要功能
|
||||
- 路由 ip/ipv6 变动推送
|
||||
- 设备别名
|
||||
- 设备上线推送
|
||||
- 设备离线推送及流量使用情况
|
||||
- CPU 负载、温度监视
|
||||
- 定时推送设备运行状态
|
||||
- MAC 白名单、黑名单、按接口检测设备
|
||||
- 免打扰
|
||||
- 无人值守任务
|
||||
|
||||
#### 已知问题
|
||||
- 直接关闭接口时,该接口的离线设备会忽略检测
|
||||
- 部分设备无法读取到设备名,脚本使用 `cat /var/dhcp.leases` 命令读取设备名,如果 dhcp 中不存在设备名,则无法读取设备名(如二级路由设备、静态ip设备),请使用设备名备注.
|
||||
- 基于X86 OpenWrt 19.07.8 制作,不同系统不同设备,可能会遇到各种问题
|
||||
- 潘多拉系统、或不支持 sh 的系统,请将脚本开头 `#!/bin/sh` 改为 `#!/bin/bash`,或手动安装 `sh`
|
||||
|
||||
# Download
|
||||
- [luci-app-serverchan](https://github.com/tty228/luci-app-serverchan/releases)
|
||||
- [wrtbwmon](https://github.com/brvphoenix/wrtbwmon)
|
||||
- [luci-app-wrtbwmon](https://github.com/brvphoenix/luci-app-wrtbwmon)
|
||||
- **L大版本直接编译 luci-app-wrtbwmon ,非原版 luci 如使用以上 wrtbwmon,请注意安装版本号**
|
||||
|
||||
#### ps
|
||||
- 新功能看情况开发,忙得头晕眼花
|
||||
- 欢迎各种代码提交
|
||||
- 提交bug时请尽量带上设备信息,日志与描述
|
||||
(如执行 `/usr/bin/serverchan/serverchan` 后的提示、日志信息、/tmp/serverchan/ipAddress 文件信息、或尝试使用 sh -x /usr/bin/serverchan/serverchan 查看详细运行信息 )
|
||||
- 三言两句恕我无能为力
|
||||
|
||||
# Donate
|
||||
如果你觉得此项目对你有帮助,请捐助我们,以使项目能持续发展,更加完善。
|
||||
|
||||

|
||||
|
@ -0,0 +1,33 @@
|
||||
module("luci.controller.serverchan",package.seeall)
|
||||
|
||||
function index()
|
||||
|
||||
if not nixio.fs.access("/etc/config/serverchan")then
|
||||
return
|
||||
end
|
||||
|
||||
entry({"admin", "services", "serverchan"}, alias("admin", "services", "serverchan", "setting"),_("微信推送"), 30).dependent = true
|
||||
entry({"admin", "services", "serverchan", "setting"}, cbi("serverchan/setting"),_("配置"), 40).leaf = true
|
||||
entry({"admin", "services", "serverchan", "advanced"}, cbi("serverchan/advanced"),_("高级设置"), 50).leaf = true
|
||||
entry({"admin", "services", "serverchan", "client"}, form("serverchan/client"), "在线设备", 80)
|
||||
entry({"admin", "services", "serverchan", "log"}, form("serverchan/log"),_("日志"), 99).leaf = true
|
||||
entry({"admin", "services", "serverchan", "get_log"}, call("get_log")).leaf = true
|
||||
entry({"admin", "services", "serverchan", "clear_log"}, call("clear_log")).leaf = true
|
||||
entry({"admin", "services", "serverchan", "status"}, call("act_status")).leaf=true
|
||||
end
|
||||
|
||||
function act_status()
|
||||
local e={}
|
||||
e.running=luci.sys.call("busybox ps|grep -v grep|grep -c serverchan >/dev/null")==0
|
||||
luci.http.prepare_content("application/json")
|
||||
luci.http.write_json(e)
|
||||
end
|
||||
|
||||
function get_log()
|
||||
luci.http.write(luci.sys.exec(
|
||||
"[ -f '/tmp/serverchan/serverchan.log' ] && cat /tmp/serverchan/serverchan.log"))
|
||||
end
|
||||
|
||||
function clear_log()
|
||||
luci.sys.call("echo '' > /tmp/serverchan/serverchan.log")
|
||||
end
|
@ -0,0 +1,111 @@
|
||||
local nt = require "luci.sys".net
|
||||
local fs=require"nixio.fs"
|
||||
|
||||
m=Map("serverchan",translate("提示:"),
|
||||
translate("如果你不了解这些选项的含义,请不要修改这些选项"))
|
||||
|
||||
s = m:section(TypedSection, "serverchan", "高级设置")
|
||||
s.anonymous = true
|
||||
s.addremove = false
|
||||
|
||||
a=s:option(Value,"up_timeout",translate('设备上线检测超时(s)'))
|
||||
a.default = "2"
|
||||
a.optional=false
|
||||
a.datatype="uinteger"
|
||||
|
||||
a=s:option(Value,"down_timeout",translate('设备离线检测超时(s)'))
|
||||
a.default = "20"
|
||||
a.optional=false
|
||||
a.datatype="uinteger"
|
||||
|
||||
a=s:option(Value,"timeout_retry_count",translate('离线检测次数'))
|
||||
a.default = "2"
|
||||
a.optional=false
|
||||
a.datatype="uinteger"
|
||||
a.description = translate("若无二级路由设备,信号强度良好,可以减少以上数值<br/>因夜间 wifi 休眠较为玄学,遇到设备频繁推送断开,烦请自行调整参数<br/>..╮(╯_╰)╭..")
|
||||
|
||||
a=s:option(Value,"thread_num",translate('最大并发进程数'))
|
||||
a.default = "3"
|
||||
a.datatype="uinteger"
|
||||
|
||||
a=s:option(Value, "soc_code", "自定义温度读取命令")
|
||||
a.rmempty = true
|
||||
a:value("",translate("默认"))
|
||||
a.description = translate("请尽量避免使用特殊符号,如双引号、$、!等,执行结果需为数字,用于温度对比")
|
||||
|
||||
a=s:option(Button,"soc",translate("测试温度命令"))
|
||||
a.inputtitle = translate("输出信息")
|
||||
a.write = function()
|
||||
luci.sys.call("/usr/bin/serverchan/serverchan soc")
|
||||
luci.http.redirect(luci.dispatcher.build_url("admin","services","serverchan","advanced"))
|
||||
end
|
||||
|
||||
if nixio.fs.access("/tmp/serverchan/soc_tmp") then
|
||||
e=s:option(TextValue,"soc_tmp")
|
||||
e.rows=2
|
||||
e.readonly=true
|
||||
e.cfgvalue = function()
|
||||
return luci.sys.exec("cat /tmp/serverchan/soc_tmp && rm -f /tmp/serverchan/soc_tmp")
|
||||
end
|
||||
end
|
||||
|
||||
a=s:option(Flag,"err_enable",translate("无人值守任务"))
|
||||
a.default=0
|
||||
a.rmempty=true
|
||||
a.description = translate("请确认脚本可以正常运行,否则可能造成频繁重启等错误!")
|
||||
|
||||
a=s:option(Flag,"err_sheep_enable",translate("仅在免打扰时段重拨"))
|
||||
a.default=0
|
||||
a.rmempty=true
|
||||
a.description = translate("避免白天重拨 ddns 域名等待解析,此功能不影响断网检测<br/>因夜间跑流量问题,该功能可能不稳定")
|
||||
a:depends({err_enable="1"})
|
||||
|
||||
a= s:option(DynamicList, "err_device_aliases", translate("关注列表"))
|
||||
a.rmempty = true
|
||||
a.description = translate("只会在列表中设备都不在线时才会执行<br/>免打扰时段一小时后,关注设备五分钟低流量(约100kb/m)将视为离线")
|
||||
nt.mac_hints(function(mac, name) a :value(mac, "%s (%s)" %{ mac, name }) end)
|
||||
a:depends({err_enable="1"})
|
||||
|
||||
a=s:option(ListValue,"network_err_event",translate("网络断开时"))
|
||||
a.default=""
|
||||
a:depends({err_enable="1"})
|
||||
a:value("",translate("无操作"))
|
||||
a:value("1",translate("重启路由器"))
|
||||
a:value("2",translate("重新拨号"))
|
||||
a:value("3",translate("修改相关设置项,尝试自动修复网络"))
|
||||
a.description = translate("选项 1 选项 2 不会修改设置,并最多尝试 2 次。<br/>选项 3 会将设置项备份于 /usr/bin/serverchan/configbak 目录,并在失败后还原。<br/>【!!无法保证兼容性!!】不熟悉系统设置项,不会救砖请勿使用")
|
||||
|
||||
a=s:option(ListValue,"system_time_event",translate("定时重启"))
|
||||
a.default=""
|
||||
a:depends({err_enable="1"})
|
||||
a:value("",translate("无操作"))
|
||||
a:value("1",translate("重启路由器"))
|
||||
a:value("2",translate("重新拨号"))
|
||||
|
||||
a= s:option(Value, "autoreboot_time", "系统运行时间大于")
|
||||
a.rmempty = true
|
||||
a.default = "24"
|
||||
a.datatype="uinteger"
|
||||
a:depends({system_time_event="1"})
|
||||
a.description = translate("单位为小时")
|
||||
|
||||
a=s:option(Value, "network_restart_time", "网络在线时间大于")
|
||||
a.rmempty = true
|
||||
a.default = "24"
|
||||
a.datatype="uinteger"
|
||||
a:depends({system_time_event="2"})
|
||||
a.description = translate("单位为小时")
|
||||
|
||||
a=s:option(Flag,"public_ip_event",translate("重拨尝试获取公网 ip"))
|
||||
a.default=0
|
||||
a.rmempty=true
|
||||
a:depends({err_enable="1"})
|
||||
a.description = translate("重拨时不会推送 ip 变动通知,并会导致你的域名无法及时更新 ip 地址<br/>请确认你可以通过重拨获取公网 ip,否则这不仅徒劳无功还会引起频繁断网<br/>移动等大内网你就别挣扎了!!")
|
||||
|
||||
a= s:option(Value, "public_ip_retry_count", "当天最大重试次数")
|
||||
a.rmempty = true
|
||||
a.default = "10"
|
||||
a.datatype="uinteger"
|
||||
a:depends({public_ip_event="1"})
|
||||
|
||||
return m
|
@ -0,0 +1,6 @@
|
||||
f = SimpleForm("serverchan")
|
||||
luci.sys.call("/usr/bin/serverchan/serverchan client")
|
||||
f.reset = false
|
||||
f.submit = false
|
||||
f:append(Template("serverchan/client"))
|
||||
return f
|
@ -0,0 +1,5 @@
|
||||
f = SimpleForm("serverchan")
|
||||
f.reset = false
|
||||
f.submit = false
|
||||
f:append(Template("serverchan/log"))
|
||||
return f
|
@ -0,0 +1,503 @@
|
||||
|
||||
local nt = require "luci.sys".net
|
||||
local fs=require"nixio.fs"
|
||||
local e=luci.model.uci.cursor()
|
||||
local net = require "luci.model.network".init()
|
||||
local sys = require "luci.sys"
|
||||
local ifaces = sys.net:devices()
|
||||
|
||||
m=Map("serverchan",translate("ServerChan"),
|
||||
translate("「Server酱」,英文名「ServerChan」,是一款从服务器推送报警信息和日志到微信的工具。<br /><br />如果你在使用中遇到问题,请到这里提交:")
|
||||
.. [[<a href="https://github.com/tty228/luci-app-serverchan" target="_blank">]]
|
||||
.. translate("github 项目地址")
|
||||
.. [[</a>]]
|
||||
)
|
||||
|
||||
m:section(SimpleSection).template = "serverchan/serverchan_status"
|
||||
|
||||
s=m:section(NamedSection,"serverchan","serverchan",translate(""))
|
||||
s:tab("basic", translate("基本设置"))
|
||||
s:tab("content", translate("推送内容"))
|
||||
s:tab("crontab", translate("定时推送"))
|
||||
s:tab("disturb", translate("免打扰"))
|
||||
s.addremove = false
|
||||
s.anonymous = true
|
||||
|
||||
--基本设置
|
||||
a=s:taboption("basic", Flag,"serverchan_enable",translate("启用"))
|
||||
a.rmempty = true
|
||||
|
||||
a = s:taboption("basic", MultiValue, "lite_enable", translate("精简模式"))
|
||||
a:value("device", translate("精简当前设备列表"))
|
||||
a:value("nowtime", translate("精简当前时间"))
|
||||
a:value("content", translate("只推送标题"))
|
||||
a.widget = "checkbox"
|
||||
a.default = nil
|
||||
a.optional = true
|
||||
|
||||
a=s:taboption("basic", ListValue,"jsonpath",translate("推送模式"))
|
||||
a.default="/usr/bin/serverchan/api/serverchan.json"
|
||||
a.rmempty = true
|
||||
a:value("/usr/bin/serverchan/api/serverchan.json",translate("微信 Server酱"))
|
||||
a:value("/usr/bin/serverchan/api/qywx_mpnews.json",translate("企业微信 图文消息"))
|
||||
a:value("/usr/bin/serverchan/api/qywx_markdown.json",translate("企业微信 markdown版(不支持公众号)"))
|
||||
a:value("/usr/bin/serverchan/api/wxpusher.json",translate("微信 wxpusher"))
|
||||
a:value("/usr/bin/serverchan/api/pushplus.json",translate("微信 pushplus"))
|
||||
a:value("/usr/bin/serverchan/api/telegram.json",translate("Telegram"))
|
||||
a:value("/usr/bin/serverchan/api/diy.json",translate("自定义推送"))
|
||||
|
||||
a=s:taboption("basic", Value,"sckey",translate('微信推送/新旧共用'), translate("").."Server酱 sendkey <a href='https://sct.ftqq.com/' target='_blank'>点击这里</a><br>")
|
||||
a.rmempty = true
|
||||
a:depends("jsonpath","/usr/bin/serverchan/api/serverchan.json")
|
||||
|
||||
a=s:taboption("basic", Value,"corpid",translate('企业ID(corpid)'),translate("").."获取说明 <a href='https://work.weixin.qq.com/api/doc/10013' target='_blank'>点击这里</a>")
|
||||
a.rmempty = true
|
||||
a:depends("jsonpath","/usr/bin/serverchan/api/qywx_mpnews.json")
|
||||
a:depends("jsonpath","/usr/bin/serverchan/api/qywx_markdown.json")
|
||||
a=s:taboption("basic", Value,"userid",translate('帐号(userid)'))
|
||||
a.rmempty = true
|
||||
a.description = translate("群发到应用请填入 @all ")
|
||||
a:depends("jsonpath","/usr/bin/serverchan/api/qywx_mpnews.json")
|
||||
a:depends("jsonpath","/usr/bin/serverchan/api/qywx_markdown.json")
|
||||
a=s:taboption("basic", Value,"agentid",translate('应用id(agentid)'))
|
||||
a.rmempty = true
|
||||
a:depends("jsonpath","/usr/bin/serverchan/api/qywx_mpnews.json")
|
||||
a:depends("jsonpath","/usr/bin/serverchan/api/qywx_markdown.json")
|
||||
a=s:taboption("basic", Value,"corpsecret",translate('应用密钥(Secret)'))
|
||||
a.rmempty = true
|
||||
a:depends("jsonpath","/usr/bin/serverchan/api/qywx_mpnews.json")
|
||||
a:depends("jsonpath","/usr/bin/serverchan/api/qywx_markdown.json")
|
||||
a=s:taboption("basic", Value,"mediapath",translate('图片缩略图文件路径'))
|
||||
a.rmempty = true
|
||||
a.default = "/usr/bin/serverchan/api/logo.jpg"
|
||||
a:depends("jsonpath","/usr/bin/serverchan/api/qywx_mpnews.json")
|
||||
a.description = translate("只支持 2MB 以内 JPG,PNG 格式 <br> 900*383 或 2.35:1 为佳 ")
|
||||
|
||||
a=s:taboption("basic",Value,"wxpusher_apptoken",translate('appToken'),translate("").."获取 appToken <a href='https://wxpusher.zjiecode.com/docs/#/?id=%e5%bf%ab%e9%80%9f%e6%8e%a5%e5%85%a5' target='_blank'>点击这里</a><br>")
|
||||
a.rmempty = true
|
||||
a:depends("jsonpath","/usr/bin/serverchan/api/wxpusher.json")
|
||||
a=s:taboption("basic", Value,"wxpusher_uids",translate('uids'))
|
||||
a.rmempty = true
|
||||
a:depends("jsonpath","/usr/bin/serverchan/api/wxpusher.json")
|
||||
a=s:taboption("basic",Value,"wxpusher_topicIds",translate('topicIds(群发)'),translate("").."接口说明 <a href='https://wxpusher.zjiecode.com/docs/#/?id=%e5%8f%91%e9%80%81%e6%b6%88%e6%81%af-1'target='_blank'>点击这里</a><br>")
|
||||
a.rmempty = true
|
||||
a:depends("jsonpath","/usr/bin/serverchan/api/wxpusher.json")
|
||||
|
||||
a=s:taboption("basic",Value,"pushplus_token",translate('pushplus_token'),translate("").."获取pushplus_token <a href='http://www.pushplus.plus/' target='_blank'>点击这里</a><br>")
|
||||
a.rmempty = true
|
||||
a:depends("jsonpath","/usr/bin/serverchan/api/pushplus.json")
|
||||
|
||||
a=s:taboption("basic", Value, "tg_token", translate("TG_token"),translate("").."获取机器人<a href='https://t.me/BotFather' target='_blank'>点击这里</a><br>与创建的机器人发一条消息,开启对话<br>")
|
||||
a.rmempty = true
|
||||
a:depends("jsonpath","/usr/bin/serverchan/api/telegram.json")
|
||||
a=s:taboption("basic", Value,"chat_id",translate('TG_chatid'),translate("").."获取 chat_id <a href='https://t.me/getuserIDbot' target='_blank'>点击这里</a>")
|
||||
a.rmempty = true
|
||||
a:depends("jsonpath","/usr/bin/serverchan/api/telegram.json")
|
||||
|
||||
a=s:taboption("basic", TextValue, "diy_json", translate("自定义推送"))
|
||||
a.optional = false
|
||||
a.rows = 28
|
||||
a.wrap = "soft"
|
||||
a.cfgvalue = function(self, section)
|
||||
return fs.readfile("/usr/bin/serverchan/api/diy.json")
|
||||
end
|
||||
a.write = function(self, section, value)
|
||||
fs.writefile("/usr/bin/serverchan/api/diy.json", value:gsub("\r\n", "\n"))
|
||||
end
|
||||
a:depends("jsonpath","/usr/bin/serverchan/api/diy.json")
|
||||
|
||||
a=s:taboption("basic", Button,"__add",translate("发送测试"))
|
||||
a.inputtitle=translate("发送")
|
||||
a.inputstyle = "apply"
|
||||
function a.write(self, section)
|
||||
luci.sys.call("cbi.apply")
|
||||
luci.sys.call("/usr/bin/serverchan/serverchan test &")
|
||||
end
|
||||
|
||||
a=s:taboption("basic", Value,"device_name",translate('本设备名称'))
|
||||
a.rmempty = true
|
||||
a.description = translate("在推送信息标题中会标识本设备名称,用于区分推送信息的来源设备")
|
||||
|
||||
a=s:taboption("basic", Value,"sleeptime",translate('检测时间间隔(s)'))
|
||||
a.rmempty = true
|
||||
a.optional = false
|
||||
a.default = "60"
|
||||
a.datatype="and(uinteger,min(10))"
|
||||
a.description = translate("越短的时间时间响应越及时,但会占用更多的系统资源")
|
||||
|
||||
a=s:taboption("basic", ListValue,"oui_data",translate("MAC设备信息数据库"))
|
||||
a.rmempty = true
|
||||
a.default=""
|
||||
a:value("",translate("关闭"))
|
||||
a:value("1",translate("简化版"))
|
||||
a:value("2",translate("完整版"))
|
||||
a:value("3",translate("网络查询"))
|
||||
a.description = translate("需下载 4.36m 原始数据,处理后完整版约 1.2M,简化版约 250kb <br/>若无梯子,请勿使用网络查询")
|
||||
|
||||
a=s:taboption("basic", Flag,"oui_dir",translate("下载到内存"))
|
||||
a.rmempty = true
|
||||
a:depends("oui_data","1")
|
||||
a:depends("oui_data","2")
|
||||
a.description = translate("懒得做自动更新了,下载到内存中,重启会重新下载 <br/>若无梯子,还是下到机身吧")
|
||||
|
||||
a=s:taboption("basic", Flag,"reset_regularly",translate("每天零点重置流量数据"))
|
||||
a.rmempty = true
|
||||
|
||||
a=s:taboption("basic", Flag,"debuglevel",translate("开启日志"))
|
||||
a.rmempty = true
|
||||
|
||||
a= s:taboption("basic", DynamicList, "device_aliases", translate("设备别名"))
|
||||
a.rmempty = true
|
||||
a.description = translate("<br/> 请输入设备 MAC 和设备别名,用“-”隔开,如:<br/> XX:XX:XX:XX:XX:XX-我的手机")
|
||||
|
||||
--设备状态
|
||||
a=s:taboption("content", ListValue,"serverchan_ipv4",translate("ipv4 变动通知"))
|
||||
a.rmempty = true
|
||||
a.default=""
|
||||
a:value("",translate("关闭"))
|
||||
a:value("1",translate("通过接口获取"))
|
||||
a:value("2",translate("通过URL获取"))
|
||||
|
||||
a = s:taboption("content", ListValue, "ipv4_interface", translate("接口名称"))
|
||||
a.rmempty = true
|
||||
a:depends({serverchan_ipv4="1"})
|
||||
for _, iface in ipairs(ifaces) do
|
||||
if not (iface == "lo" or iface:match("^ifb.*")) then
|
||||
local nets = net:get_interface(iface)
|
||||
nets = nets and nets:get_networks() or {}
|
||||
for k, v in pairs(nets) do
|
||||
nets[k] = nets[k].sid
|
||||
end
|
||||
nets = table.concat(nets, ",")
|
||||
a:value(iface, ((#nets > 0) and "%s (%s)" % {iface, nets} or iface))
|
||||
end
|
||||
end
|
||||
a.description = translate("<br/>一般选择 wan 接口,多拨环境请自行选择")
|
||||
|
||||
a=s:taboption("content", TextValue, "ipv4_list", translate("ipv4 api列表"))
|
||||
a.optional = false
|
||||
a.rows = 8
|
||||
a.wrap = "soft"
|
||||
a.cfgvalue = function(self, section)
|
||||
return fs.readfile("/usr/bin/serverchan/api/ipv4.list")
|
||||
end
|
||||
a.write = function(self, section, value)
|
||||
fs.writefile("/usr/bin/serverchan/api/ipv4.list", value:gsub("\r\n", "\n"))
|
||||
end
|
||||
a.description = translate("<br/>会因服务器稳定性、连接频繁等原因导致获取失败<br/>如接口可以正常获取 IP,不推荐使用<br/>从以上列表中随机地址访问")
|
||||
a:depends({serverchan_ipv4="2"})
|
||||
|
||||
a=s:taboption("content", ListValue,"serverchan_ipv6",translate("ipv6 变动通知"))
|
||||
a.rmempty = true
|
||||
a.default="disable"
|
||||
a:value("0",translate("关闭"))
|
||||
a:value("1",translate("通过接口获取"))
|
||||
a:value("2",translate("通过URL获取"))
|
||||
|
||||
a = s:taboption("content", ListValue, "ipv6_interface", translate("接口名称"))
|
||||
a.rmempty = true
|
||||
a:depends({serverchan_ipv6="1"})
|
||||
for _, iface in ipairs(ifaces) do
|
||||
if not (iface == "lo" or iface:match("^ifb.*")) then
|
||||
local nets = net:get_interface(iface)
|
||||
nets = nets and nets:get_networks() or {}
|
||||
for k, v in pairs(nets) do
|
||||
nets[k] = nets[k].sid
|
||||
end
|
||||
nets = table.concat(nets, ",")
|
||||
a:value(iface, ((#nets > 0) and "%s (%s)" % {iface, nets} or iface))
|
||||
end
|
||||
end
|
||||
a.description = translate("<br/>一般选择 wan 接口,多拨环境请自行选择")
|
||||
|
||||
a=s:taboption("content", TextValue, "ipv6_list", translate("ipv6 api列表"))
|
||||
a.optional = false
|
||||
a.rows = 8
|
||||
a.wrap = "soft"
|
||||
a.cfgvalue = function(self, section)
|
||||
return fs.readfile("/usr/bin/serverchan/api/ipv6.list")
|
||||
end
|
||||
a.write = function(self, section, value)
|
||||
fs.writefile("/usr/bin/serverchan/api/ipv6.list", value:gsub("\r\n", "\n"))
|
||||
end
|
||||
a.description = translate("<br/>会因服务器稳定性、连接频繁等原因导致获取失败<br/>如接口可以正常获取 IP,不推荐使用<br/>从以上列表中随机地址访问")
|
||||
a:depends({serverchan_ipv6="2"})
|
||||
|
||||
|
||||
a=s:taboption("content", Flag,"serverchan_up",translate("设备上线通知"))
|
||||
a.default=1
|
||||
a.rmempty = true
|
||||
|
||||
a=s:taboption("content", Flag,"serverchan_down",translate("设备下线通知"))
|
||||
a.default=1
|
||||
a.rmempty = true
|
||||
|
||||
a=s:taboption("content", Flag,"cpuload_enable",translate("CPU 负载报警"))
|
||||
a.default=1
|
||||
a.rmempty = true
|
||||
|
||||
a= s:taboption("content", Value, "cpuload", "负载报警阈值")
|
||||
a.default = 2
|
||||
a.rmempty = true
|
||||
a:depends({cpuload_enable="1"})
|
||||
|
||||
a=s:taboption("content", Flag,"temperature_enable",translate("CPU 温度报警"))
|
||||
a.default=1
|
||||
a.rmempty = true
|
||||
a.description = translate("请确认设备可以获取温度,如需修改命令,请移步高级设置")
|
||||
|
||||
a= s:taboption("content", Value, "temperature", "温度报警阈值")
|
||||
a.rmempty = true
|
||||
a.default = "80"
|
||||
a.datatype="and(uinteger,min(1))"
|
||||
a:depends({temperature_enable="1"})
|
||||
a.description = translate("<br/>设备报警只会在连续五分钟超过设定值时才会推送<br/>而且一个小时内不会再提醒第二次")
|
||||
|
||||
a=s:taboption("content", Flag,"client_usage",translate("设备异常流量"))
|
||||
a.default=0
|
||||
a.rmempty = true
|
||||
|
||||
a= s:taboption("content", Value, "client_usage_max", "每分钟流量限制")
|
||||
a.default = "10M"
|
||||
a.rmempty = true
|
||||
a:depends({client_usage="1"})
|
||||
a.description = translate("设备异常流量警报(byte),你可以追加 K 或者 M")
|
||||
|
||||
a=s:taboption("content", Flag,"client_usage_disturb",translate("异常流量免打扰"))
|
||||
a.default=1
|
||||
a.rmempty = true
|
||||
a:depends({client_usage="1"})
|
||||
|
||||
a = s:taboption("content", DynamicList, "client_usage_whitelist", translate("异常流量关注列表"))
|
||||
nt.mac_hints(function(mac, name) a:value(mac, "%s (%s)" %{ mac, name }) end)
|
||||
a.rmempty = true
|
||||
a:depends({client_usage_disturb="1"})
|
||||
a.description = translate("请输入设备 MAC")
|
||||
|
||||
a=s:taboption("content", Flag,"web_logged",translate("web 登录提醒"))
|
||||
a.default=0
|
||||
a.rmempty = true
|
||||
|
||||
a=s:taboption("content", Flag,"ssh_logged",translate("ssh 登录提醒"))
|
||||
a.default=0
|
||||
a.rmempty = true
|
||||
|
||||
a=s:taboption("content", Flag,"web_login_failed",translate("web 错误尝试提醒"))
|
||||
a.default=0
|
||||
a.rmempty = true
|
||||
|
||||
a=s:taboption("content", Flag,"ssh_login_failed",translate("ssh 错误尝试提醒"))
|
||||
a.default=0
|
||||
a.rmempty = true
|
||||
|
||||
a= s:taboption("content", Value, "login_max_num", "错误尝试次数")
|
||||
a.default = "3"
|
||||
a.datatype="and(uinteger,min(1))"
|
||||
a:depends("web_login_failed","1")
|
||||
a:depends("ssh_login_failed","1")
|
||||
a.description = translate("超过次数后推送提醒")
|
||||
|
||||
a=s:taboption("content", Flag,"web_login_black",translate("自动拉黑"))
|
||||
a.default=0
|
||||
a.rmempty = true
|
||||
a:depends("web_login_failed","1")
|
||||
a:depends("ssh_login_failed","1")
|
||||
a.description = translate("直到重启前都不会重置次数,请先添加白名单")
|
||||
|
||||
a= s:taboption("content", Value, "ip_black_timeout", "拉黑时间(秒)")
|
||||
a.default = "86400"
|
||||
a.datatype="and(uinteger,min(0))"
|
||||
a:depends("web_login_black","1")
|
||||
a.description = translate("0 为永久拉黑,慎用<br>如不幸误操作,请更改设备 IP 进入 LUCI 界面清空规则")
|
||||
|
||||
a=s:taboption("content", DynamicList, "ip_white_list", translate("白名单 IP 列表"))
|
||||
a.datatype = "ipaddr"
|
||||
a.rmempty = true
|
||||
luci.ip.neighbors({family = 4}, function(entry)
|
||||
if entry.reachable then
|
||||
a:value(entry.dest:string())
|
||||
end
|
||||
end)
|
||||
a:depends("web_logged","1")
|
||||
a:depends("ssh_logged","1")
|
||||
a:depends("web_login_failed","1")
|
||||
a:depends("ssh_login_failed","1")
|
||||
a.description = translate("忽略白名单登陆提醒和拉黑操作,暂不支持掩码位表示")
|
||||
|
||||
a=s:taboption("content", TextValue, "ip_black_list", translate("IP 黑名单列表"))
|
||||
a.optional = false
|
||||
a.rows = 8
|
||||
a.wrap = "soft"
|
||||
a.cfgvalue = function(self, section)
|
||||
return fs.readfile("/usr/bin/serverchan/api/ip_blacklist")
|
||||
end
|
||||
a.write = function(self, section, value)
|
||||
fs.writefile("/usr/bin/serverchan/api/ip_blacklist", value:gsub("\r\n", "\n"))
|
||||
end
|
||||
a:depends("web_login_black","1")
|
||||
|
||||
--定时推送
|
||||
a=s:taboption("crontab", ListValue,"crontab",translate("定时任务设定"))
|
||||
a.rmempty = true
|
||||
a.default=""
|
||||
a:value("",translate("关闭"))
|
||||
a:value("1",translate("定时发送"))
|
||||
a:value("2",translate("间隔发送"))
|
||||
|
||||
a=s:taboption("crontab", ListValue,"regular_time",translate("发送时间"))
|
||||
a.rmempty = true
|
||||
for t=0,23 do
|
||||
a:value(t,translate("每天"..t.."点"))
|
||||
end
|
||||
a.default=8
|
||||
a.datatype=uinteger
|
||||
a:depends("crontab","1")
|
||||
|
||||
a=s:taboption("crontab", ListValue,"regular_time_2",translate("发送时间"))
|
||||
a.rmempty = true
|
||||
a:value("",translate("关闭"))
|
||||
for t=0,23 do
|
||||
a:value(t,translate("每天"..t.."点"))
|
||||
end
|
||||
a.default="关闭"
|
||||
a.datatype=uinteger
|
||||
a:depends("crontab","1")
|
||||
|
||||
a=s:taboption("crontab", ListValue,"regular_time_3",translate("发送时间"))
|
||||
a.rmempty = true
|
||||
|
||||
a:value("",translate("关闭"))
|
||||
for t=0,23 do
|
||||
a:value(t,translate("每天"..t.."点"))
|
||||
end
|
||||
a.default="关闭"
|
||||
a.datatype=uinteger
|
||||
a:depends("crontab","1")
|
||||
|
||||
a=s:taboption("crontab", ListValue,"interval_time",translate("发送间隔"))
|
||||
a.rmempty = true
|
||||
for t=1,23 do
|
||||
a:value(t,translate(t.."小时"))
|
||||
end
|
||||
a.default=6
|
||||
a.datatype=uinteger
|
||||
a:depends("crontab","2")
|
||||
a.description = translate("<br/>从 00:00 开始,每 * 小时发送一次")
|
||||
|
||||
a= s:taboption("crontab", Value, "send_title", translate("微信推送标题"))
|
||||
a:depends("crontab","1")
|
||||
a:depends("crontab","2")
|
||||
a.placeholder = "OpenWrt By tty228 路由状态:"
|
||||
a.description = translate("<br/>使用特殊符号可能会造成发送失败")
|
||||
|
||||
a=s:taboption("crontab", Flag,"router_status",translate("系统运行情况"))
|
||||
a.default=1
|
||||
a:depends("crontab","1")
|
||||
a:depends("crontab","2")
|
||||
|
||||
a=s:taboption("crontab", Flag,"router_temp",translate("设备温度"))
|
||||
a.default=1
|
||||
a:depends("crontab","1")
|
||||
a:depends("crontab","2")
|
||||
|
||||
a=s:taboption("crontab", Flag,"router_wan",translate("WAN信息"))
|
||||
a.default=1
|
||||
a:depends("crontab","1")
|
||||
a:depends("crontab","2")
|
||||
|
||||
a=s:taboption("crontab", Flag,"client_list",translate("客户端列表"))
|
||||
a.default=1
|
||||
a:depends("crontab","1")
|
||||
a:depends("crontab","2")
|
||||
|
||||
e=s:taboption("crontab", Button,"_add",translate("手动发送"))
|
||||
e.inputtitle=translate("发送")
|
||||
e:depends("crontab","1")
|
||||
e:depends("crontab","2")
|
||||
e.inputstyle = "apply"
|
||||
function e.write(self, section)
|
||||
luci.sys.call("cbi.apply")
|
||||
luci.sys.call("/usr/bin/serverchan/serverchan send &")
|
||||
end
|
||||
|
||||
--免打扰
|
||||
a=s:taboption("disturb", ListValue,"serverchan_sheep",translate("免打扰时段设置"),translate("在指定整点时间段内,暂停推送消息<br/>免打扰时间中,定时推送也会被阻止。"))
|
||||
a.rmempty = true
|
||||
|
||||
a:value("",translate("关闭"))
|
||||
a:value("1",translate("模式一:脚本挂起"))
|
||||
a:value("2",translate("模式二:静默模式"))
|
||||
a.description = translate("模式一停止一切检测,包括无人值守。")
|
||||
a=s:taboption("disturb", ListValue,"starttime",translate("免打扰开始时间"))
|
||||
a.rmempty = true
|
||||
|
||||
for t=0,23 do
|
||||
a:value(t,translate("每天"..t.."点"))
|
||||
end
|
||||
a.default=0
|
||||
a.datatype=uinteger
|
||||
a:depends({serverchan_sheep="1"})
|
||||
a:depends({serverchan_sheep="2"})
|
||||
a=s:taboption("disturb", ListValue,"endtime",translate("免打扰结束时间"))
|
||||
a.rmempty = true
|
||||
|
||||
for t=0,23 do
|
||||
a:value(t,translate("每天"..t.."点"))
|
||||
end
|
||||
a.default=8
|
||||
a.datatype=uinteger
|
||||
a:depends({serverchan_sheep="1"})
|
||||
a:depends({serverchan_sheep="2"})
|
||||
|
||||
a=s:taboption("disturb", ListValue,"macmechanism",translate("MAC过滤"))
|
||||
a:value("",translate("disable"))
|
||||
a:value("allow",translate("忽略列表内设备"))
|
||||
a:value("block",translate("仅通知列表内设备"))
|
||||
a:value("interface",translate("仅通知此接口设备"))
|
||||
a.rmempty = true
|
||||
|
||||
a = s:taboption("disturb", DynamicList, "serverchan_whitelist", translate("忽略列表"))
|
||||
nt.mac_hints(function(mac, name) a :value(mac, "%s (%s)" %{ mac, name }) end)
|
||||
a.rmempty = true
|
||||
a:depends({macmechanism="allow"})
|
||||
a.description = translate("AA:AA:AA:AA:AA:AA\\|BB:BB:BB:BB:BB:B 可以将多个 MAC 视为同一用户<br/>任一设备在线后不再推送,设备全部离线时才会推送,避免双 wifi 频繁推送")
|
||||
|
||||
a = s:taboption("disturb", DynamicList, "serverchan_blacklist", translate("关注列表"))
|
||||
nt.mac_hints(function(mac, name) a:value(mac, "%s (%s)" %{ mac, name }) end)
|
||||
a.rmempty = true
|
||||
a:depends({macmechanism="block"})
|
||||
a.description = translate("AA:AA:AA:AA:AA:AA\\|BB:BB:BB:BB:BB:B 可以将多个 MAC 视为同一用户<br/>任一设备在线后不再推送,设备全部离线时才会推送,避免双 wifi 频繁推送")
|
||||
|
||||
a = s:taboption("disturb", ListValue, "serverchan_interface", translate("接口名称"))
|
||||
a:depends({macmechanism="interface"})
|
||||
a.rmempty = true
|
||||
|
||||
for _, iface in ipairs(ifaces) do
|
||||
if not (iface == "lo" or iface:match("^ifb.*")) then
|
||||
local nets = net:get_interface(iface)
|
||||
nets = nets and nets:get_networks() or {}
|
||||
for k, v in pairs(nets) do
|
||||
nets[k] = nets[k].sid
|
||||
end
|
||||
nets = table.concat(nets, ",")
|
||||
a:value(iface, ((#nets > 0) and "%s (%s)" % {iface, nets} or iface))
|
||||
end
|
||||
end
|
||||
|
||||
a=s:taboption("disturb", ListValue,"macmechanism2",translate("MAC过滤2"))
|
||||
a:value("",translate("disable"))
|
||||
a:value("MAC_online",translate("列表内任意设备在线时免打扰"))
|
||||
a:value("MAC_offline",translate("列表内设备都离线后免打扰"))
|
||||
a.rmempty = true
|
||||
|
||||
a = s:taboption("disturb", DynamicList, "MAC_online_list", translate("在线免打扰列表"))
|
||||
nt.mac_hints(function(mac, name) a:value(mac, "%s (%s)" %{ mac, name }) end)
|
||||
a.rmempty = true
|
||||
a:depends({macmechanism2="MAC_online"})
|
||||
|
||||
a = s:taboption("disturb", DynamicList, "MAC_offline_list", translate("任意离线免打扰列表"))
|
||||
nt.mac_hints(function(mac, name) a:value(mac, "%s (%s)" %{ mac, name }) end)
|
||||
a.rmempty = true
|
||||
a:depends({macmechanism2="MAC_offline"})
|
||||
|
||||
return m
|
@ -0,0 +1,33 @@
|
||||
<%
|
||||
local dsp = require "luci.dispatcher"
|
||||
-%>
|
||||
|
||||
<script type="text/javascript">
|
||||
//<![CDATA[
|
||||
function clearlog(btn) {
|
||||
XHR.get('<%=dsp.build_url("admin/services/serverchan/clear_log")%>', null,
|
||||
function(x, data) {
|
||||
if(x && x.status == 200) {
|
||||
var log_textarea = document.getElementById('log_textarea');
|
||||
log_textarea.innerHTML = "";
|
||||
log_textarea.scrollTop = log_textarea.scrollHeight;
|
||||
}
|
||||
}
|
||||
);
|
||||
}
|
||||
XHR.poll(2, '<%=dsp.build_url("admin/services/serverchan/get_log")%>', null,
|
||||
function(x, data) {
|
||||
if(x && x.status == 200 && document.getElementById("checkbox1").checked == true) {
|
||||
var log_textarea = document.getElementById('log_textarea');
|
||||
log_textarea.innerHTML = x.responseText;
|
||||
log_textarea.scrollTop = log_textarea.scrollHeight;
|
||||
}
|
||||
}
|
||||
);
|
||||
//]]>
|
||||
</script>
|
||||
<fieldset class="cbi-section" id="_log_fieldset">
|
||||
<input type="checkbox" id="checkbox1" style="vertical-align:middle;height: auto;"checked><%:自动刷新%></input>
|
||||
<input class="cbi-button cbi-input-remove" type="button" onclick="clearlog()" value="<%:清除日志%>" />
|
||||
<textarea id="log_textarea" class="cbi-input-textarea" style="width: 100%;margin-top: 10px;" data-update="change" rows="30" wrap="off" readonly="readonly"></textarea>
|
||||
</fieldset>
|
@ -0,0 +1,22 @@
|
||||
<script type="text/javascript">//<![CDATA[
|
||||
XHR.poll(3, '<%=url([[admin]], [[services]], [[serverchan]], [[status]])%>', null,
|
||||
function(x, data) {
|
||||
var tb = document.getElementById('serverchan_status');
|
||||
if (data && tb) {
|
||||
if (data.running) {
|
||||
var links = '<em><b><font color=green>serverchan <%:RUNNING%></font></b></em>';
|
||||
tb.innerHTML = links;
|
||||
} else {
|
||||
tb.innerHTML = '<em><b><font color=red>serverchan <%:NOT RUNNING%></font></b></em>';
|
||||
}
|
||||
}
|
||||
}
|
||||
);
|
||||
//]]>
|
||||
</script>
|
||||
<style>.mar-10 {margin-left: 50px; margin-right: 10px;}</style>
|
||||
<fieldset class="cbi-section">
|
||||
<p id="serverchan_status">
|
||||
<em><%:Collecting data...%></em>
|
||||
</p>
|
||||
</fieldset>
|
11
package/lean/luci-app-serverchan/root/etc/config/serverchan
Normal file
11
package/lean/luci-app-serverchan/root/etc/config/serverchan
Normal file
@ -0,0 +1,11 @@
|
||||
|
||||
config serverchan 'serverchan'
|
||||
option serverchan_enable '0'
|
||||
option sleeptime '60'
|
||||
option serverchan_ipv6 '0'
|
||||
option serverchan_up '1'
|
||||
option serverchan_down '1'
|
||||
option cpuload_enable '1'
|
||||
option cpuload '2'
|
||||
option temperature_enable '0'
|
||||
|
26
package/lean/luci-app-serverchan/root/etc/init.d/serverchan
Executable file
26
package/lean/luci-app-serverchan/root/etc/init.d/serverchan
Executable file
@ -0,0 +1,26 @@
|
||||
#!/bin/sh /etc/rc.common
|
||||
|
||||
START=99
|
||||
STOP=10
|
||||
|
||||
start() {
|
||||
state=`pgrep -f "/usr/bin/serverchan/serverchan"`
|
||||
if [ ! -z "$state" ]; then
|
||||
restart
|
||||
else
|
||||
/usr/bin/serverchan/serverchan &
|
||||
fi
|
||||
echo "serverchan is starting now ..."
|
||||
}
|
||||
|
||||
stop() {
|
||||
kill -9 `pgrep -f "/usr/bin/serverchan/serverchan"` 2>/dev/null
|
||||
echo "serverchan exit ..."
|
||||
}
|
||||
|
||||
restart(){
|
||||
stop
|
||||
sleep 1
|
||||
start
|
||||
echo "restarted."
|
||||
}
|
11
package/lean/luci-app-serverchan/root/etc/uci-defaults/luci-serverchan
Executable file
11
package/lean/luci-app-serverchan/root/etc/uci-defaults/luci-serverchan
Executable file
@ -0,0 +1,11 @@
|
||||
#!/bin/sh
|
||||
|
||||
uci -q batch <<-EOF >/dev/null
|
||||
delete ucitrack.@serverchan[-1]
|
||||
add ucitrack serverchan
|
||||
set ucitrack.@serverchan[-1].init=serverchan
|
||||
commit ucitrack
|
||||
EOF
|
||||
|
||||
rm -rf /tmp/luci-*
|
||||
exit 0
|
@ -0,0 +1,40 @@
|
||||
{
|
||||
"_//": "-------------------------------------------------------------------------------",
|
||||
"_readme": "这是 自定义 api 文件,这里以 telegram 为例",
|
||||
"_readme": "特殊符号请使用斜杠转义,变量使用 ${var} 表示",
|
||||
"_//": "-------------------------------------------------------------------------------",
|
||||
"_api": "【DIY 推送】",
|
||||
"_url": "api 地址",
|
||||
"_data": "生成的 json 文件路径,一般不需要改,如 api 不支持 json,请参考 serverchan 推送接口",
|
||||
"_content_type": "post 内容类型,这里为 json",
|
||||
"_//": "-------------------------------------------------------------------------------",
|
||||
"_str_title_start": "标题粗体字开始符号",
|
||||
"_str_title_end": "标题粗体字结束符号",
|
||||
"_str_linefeed": "换行符号",
|
||||
"_str_splitline": "换行+分隔符",
|
||||
"_str_space": "空格",
|
||||
"_str_tab": "TAB(用在行首,生成文字区块)",
|
||||
"_//": "-------------------------------------------------------------------------------",
|
||||
"_type":
|
||||
{
|
||||
"_readme": "type 对象因为需要转义变量,前后必须使用 斜杠+双引号 转义",
|
||||
"_readme": "参照上文说明,填写下文相关参数"
|
||||
},
|
||||
"_//": "-------------------------------------------------------------------------------",
|
||||
|
||||
"url": "https://api.telegram.org/bot${tg_token}/sendMessage",
|
||||
"data": "@${tempjsonpath}",
|
||||
"content_type": "Content-Type: application/json",
|
||||
"str_title_start": "<b>",
|
||||
"str_title_end": "</b>",
|
||||
"str_linefeed": "\\n",
|
||||
"str_splitline": "\\n----\\n",
|
||||
"str_space": " ",
|
||||
"str_tab": " ",
|
||||
"type":
|
||||
{
|
||||
"text":"\"${str_title_start}${1}${str_title_end}${str_splitline}${nowtime}${2}\"",
|
||||
"chat_id":"\"${chat_id}\"",
|
||||
"parse_mode":"\"HTML\""
|
||||
}
|
||||
}
|
@ -0,0 +1 @@
|
||||
|
@ -0,0 +1,6 @@
|
||||
www.cip.cc
|
||||
ipv4.ddnspod.com
|
||||
ifcfg.cn
|
||||
speed.neu.edu.cn/getIP.php
|
||||
ddns.oray.com/checkip
|
||||
www.net.cn/static/customercare/yourip.asp
|
@ -0,0 +1,5 @@
|
||||
ip.sb
|
||||
ipv6.ddnspod.com
|
||||
api-ipv6.ip.sb/ip
|
||||
speed.neu6.edu.cn/getIP.php
|
||||
v6.myip.la/json
|
Binary file not shown.
After Width: | Height: | Size: 33 KiB |
@ -0,0 +1,21 @@
|
||||
{
|
||||
"_api": "这是 pushplus api 文件",
|
||||
"_api": "【pushplus】",
|
||||
|
||||
"url": "http://www.pushplus.plus/send",
|
||||
"data": "@${tempjsonpath}",
|
||||
"content_type": "Content-Type: application/json",
|
||||
"str_title_start": "##### ",
|
||||
"str_title_end": "",
|
||||
"str_linefeed": "\\n",
|
||||
"str_splitline": "\\n----\\n",
|
||||
"str_space": " ",
|
||||
"str_tab": " ",
|
||||
"type":
|
||||
{
|
||||
"title": "\"${1}\"",
|
||||
"content": "\"${2}\"",
|
||||
"token": "\"${pushplus_token}\"",
|
||||
"template":"\"markdown\""
|
||||
}
|
||||
}
|
@ -0,0 +1,23 @@
|
||||
{
|
||||
"_api": "这是企业微信 markdown 模板信息 api 文件",
|
||||
"_api": "【企业微信】",
|
||||
|
||||
"url": "https://qyapi.weixin.qq.com/cgi-bin/message/send?access_token=$(curl -s \"https://qyapi.weixin.qq.com/cgi-bin/gettoken?corpid=${corpid}&corpsecret=${corpsecret}\"|/usr/bin/jq '.access_token' | sed 's/\"//g')",
|
||||
"data": "@${tempjsonpath}",
|
||||
"content_type": "Content-Type: application/json",
|
||||
"str_title_start": "#### ",
|
||||
"str_title_end": "",
|
||||
"str_linefeed": "\\n",
|
||||
"str_splitline": "\\n\\n",
|
||||
"str_space": " ",
|
||||
"str_tab": "> ",
|
||||
"type":
|
||||
{
|
||||
"touser": "\"${userid}\"",
|
||||
"msgtype": "\"markdown\"",
|
||||
"agentid": "\"${agentid}\"",
|
||||
"markdown": {
|
||||
"content": "\"${1}${str_linefeed}${nowtime}${2}\""
|
||||
}
|
||||
}
|
||||
}
|
@ -0,0 +1,33 @@
|
||||
{
|
||||
"_api": "这是企业微信图文信息 api 文件",
|
||||
"_api": "【企业微信】",
|
||||
|
||||
"url": "\"https://qyapi.weixin.qq.com/cgi-bin/message/send?access_token=$(curl -s \"https://qyapi.weixin.qq.com/cgi-bin/gettoken?corpid=${corpid}&corpsecret=${corpsecret}\"|/usr/bin/jq '.access_token'|sed 's/\"//g')\"",
|
||||
"data": "@${tempjsonpath}",
|
||||
"content_type": "Content-Type: application/json",
|
||||
"str_title_start": "<h3>",
|
||||
"str_title_end": "</h3>",
|
||||
"str_linefeed": "\\n",
|
||||
"str_splitline": "<hr>",
|
||||
"str_space": " ",
|
||||
"str_tab": "<li>",
|
||||
"type":
|
||||
{
|
||||
"touser": "\"${userid}\"",
|
||||
"msgtype": "\"mpnews\"",
|
||||
"agentid": "\"${agentid}\"",
|
||||
"mpnews":{
|
||||
"articles":[
|
||||
{
|
||||
"title": "\"${nowtime}${str_linefeed}${1}\"",
|
||||
"thumb_media_id": "\"`curl \"https://qyapi.weixin.qq.com/cgi-bin/media/upload?access_token=$(curl -s \"https://qyapi.weixin.qq.com/cgi-bin/gettoken?corpid=${corpid}&corpsecret=${corpsecret}\"|/usr/bin/jq '.access_token'|sed 's/\"//g')&type=image\" -F \"file=@${mediapath}\"|/usr/bin/jq '.media_id'|sed 's/\"//g'`\"",
|
||||
"author": "\"\"",
|
||||
"content_source_url": "\"\"",
|
||||
"content": "\"${2}\"",
|
||||
"digest": "\"\""
|
||||
}
|
||||
]
|
||||
},
|
||||
"safe":0
|
||||
}
|
||||
}
|
@ -0,0 +1,17 @@
|
||||
{
|
||||
"_api": "这是 serverchan api 文件",
|
||||
"_api": "【serverchan】",
|
||||
|
||||
"url": "\"https://sctapi.ftqq.com/${sckey}.send\"",
|
||||
"data": "\"text=${1}&desp=${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":
|
||||
{
|
||||
}
|
||||
}
|
@ -0,0 +1,20 @@
|
||||
{
|
||||
"_api": "这是 telegram api 文件",
|
||||
"_api": "【telegram】",
|
||||
|
||||
"url": "https://api.telegram.org/bot${tg_token}/sendMessage",
|
||||
"data": "@${tempjsonpath}",
|
||||
"content_type": "Content-Type: application/json",
|
||||
"str_title_start": "<b>",
|
||||
"str_title_end": "</b>",
|
||||
"str_linefeed": "\\n",
|
||||
"str_splitline": "\\n----\\n",
|
||||
"str_space": " ",
|
||||
"str_tab": " ",
|
||||
"type":
|
||||
{
|
||||
"text":"\"${str_title_start}${1}${str_title_end}${str_splitline}${nowtime}${2}\"",
|
||||
"chat_id":"\"${chat_id}\"",
|
||||
"parse_mode":"\"HTML\""
|
||||
}
|
||||
}
|
@ -0,0 +1,23 @@
|
||||
{
|
||||
"_api": "这是 wxpusher api 文件",
|
||||
"_api": "【wxpusher】",
|
||||
|
||||
"url": "http://wxpusher.zjiecode.com/api/send/message",
|
||||
"data": "@${tempjsonpath}",
|
||||
"content_type": "Content-Type: application/json",
|
||||
"str_title_start": "#### ",
|
||||
"str_title_end": "",
|
||||
"str_linefeed": "\\n",
|
||||
"str_splitline": "\\n----\\n",
|
||||
"str_space": " ",
|
||||
"str_tab": " ",
|
||||
"type":
|
||||
{
|
||||
"summary":"\"${1}\"",
|
||||
"content":"\"${2}\"",
|
||||
"appToken":"\"${wxpusher_apptoken}\"",
|
||||
"topicIds":"[\"${wxpusher_topicIds}\"]",
|
||||
"uids":"[\"${wxpusher_uids}\"]",
|
||||
"contentType":3
|
||||
}
|
||||
}
|
1246
package/lean/luci-app-serverchan/root/usr/bin/serverchan/serverchan
Executable file
1246
package/lean/luci-app-serverchan/root/usr/bin/serverchan/serverchan
Executable file
File diff suppressed because it is too large
Load Diff
@ -0,0 +1,11 @@
|
||||
{
|
||||
"luci-app-serverchan": {
|
||||
"description": "Grant UCI access for luci-app-serverchan",
|
||||
"read": {
|
||||
"uci": [ "serverchan" ]
|
||||
},
|
||||
"write": {
|
||||
"uci": [ "serverchan" ]
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user