2021-02-07
ttrss 如何通过frp 远程访问
有时间研究一下 还是frp访问吧.没有端口暴露 .更安全.但是设置.
SELF_URLPATH 为 https:// your_domain/1281/ttrss/
4. 在【FileStation->Web->rss】目录下的 config.php中修改 21行:define('SELF_URL_PATH', 'https://your_domain:1281/ttrss/');
这个成了关键.最后解决方法是 群晖webstation 创建虚拟主机 增加端口. 让ttrss通过端口可以直接访问到.192.168.1.1:3333 类似这个.然后【FileStation->Web->rss】目录下的 config.php中修改 21行:define('SELF_URL_PATH','ttrss.yourname.com');
然后frp后就能直接外网访问了.over.