New Future

Results 144 comments of New Future

这个issue和后者描述的比较接近,是希望build的脚本上支持NDK交编译(Android上的可执行文件)

再捞一下, @xhofe @xrgzs, 这个保留文件的元数据,对于直接下载很有用。

试了一下脚本,没复现

I found the #1159 is merged in 2023, but the latest [release version](https://marketplace.visualstudio.com/items?itemName=humao.rest-client&ssr=false#version-history) is `0.25.1 | 2022/8/19`. is the released one no the latest code?

这个行为似乎不一致了 ``` docker run --rm -v "$(pwd)":/config/ ddns:test -c /config/config.json ``` 没有配置文件时,可以通过这个命令自动创建配置文件。 测试挂了 https://github.com/NewFuture/DDNS/actions/runs/14355081580/job/40242573252?pr=452

最新的master上代码已经支持 #451了 (#459)。还没正式发布,但是可以使用 `newfuture/ddns:master`体验。 #450,我在想直接通过原生的代码逻辑支持多配置文件,

对,这是现在的设计。 你现现在运行进入的是这段逻辑 ```sh if [ $# -eq 0 ]; then printenv > /etc/environment echo "*/5 * * * * cd /ddns && /bin/ddns" > /etc/crontabs/root /bin/ddns && echo "Cron daemon...