shtingeri

Results 5 issues of shtingeri

It'd be great if json payload key names can be customisable instead of the default` {"from":"1234567890","text":"Test"}`. A lot of existing webhooks require different json key names, e.g. `{"key1":"1234567890","key2":"Test"}` Or accept...

enhancement

**Is your feature request related to a problem? Please describe.** URL link content preview requires internet connectivity to load web page which brings privacy concerns and other unwanted consequences. **Describe...

enhancement

Steps to reproduce copy custom_script_file to `/acme.sh/customscript.sh` execute ``` export CUSTOMSCRIPT_PATH="/acme.sh/customscript.sh" acme.sh --set-notify --notify-hook customscript --debug 2 ``` ------------------ Debug log ``` [Wed Aug 31 11:59:20 UTC 2022] Lets find...

A lot of existing webhooks require different json key names, e.g. {"key1":"1234567890","key2":"Test"} Or accept only one key-value pair , e.g. {"key":"value"} It'd be great if json payload key names can...

理由有以下几点: 1. noexec能提供的保护非常有限,很容易绕过。比如TrueNAS之类的发行版,原本外接挂载硬盘默认带这个参数,现在也去掉了。 2. N1的内置空间非常少,折腾的东西基本只能存在外接硬盘上。虽然自己折腾的小脚本可以很方便地绕过noexec跑起来,但使用别人写的东西,稍复杂一点的容易碰到权限问题。 3. 虽然每次可以remount去掉noexec,但是很多人是碰到权限问题后才发现默认是noexec,或者直接抱怨脚本在N1的CoreELEC上跑不起来