This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| # 配合定时脚本使用 | |
| # 订阅后台接口,建议自己搭建,参考 https://github.com/tindy2013/subconverter | |
| SERVER_API_URL="https://any.sub.domain/subconver" | |
| # 输出的目录位置, nginx 解析目录 | |
| OUTPUT_FOLDER="/www/wwwroot/sub.domain.com" | |
| # bark 推动提醒地址 |