alist-heroku-postgres
alist-heroku-postgres copied to clipboard
will this be blocked by heroku in future?
Awsome job you make ,it just take me few moment to successfully deploy it .
However,what I CONCERN is that heroku will block it in the future?
Does the data transfer to the heroku first ,and the heroku go to our client's webpage? Or, the data's list just show up in heroku,and the data/details transfer to the client directly?
For example,I watch some videos in my Alist heroku app webpage, which wiil create a large data goes in and out in a time. This may draw the heroku adminstator group attetion, and they will block this project.
And how about when this alist herokuapp become a webdav server?
中文码一段,看到官网是中英的,但不确定是不是国人的作品,所以想好好表达。 因为heroku被滥用到各种Vpn,然后就怕这种大流量会不会造成heroku对这个进行项目封禁。目前国内访问的速度还是可以的。我目前还挂在猫盘上,性能太弱,本来准备转移到N1上的,但看到这项目立马改到heroku这里,发现猫盘的速度还比不上heroku的。。。。希望这项目不会被封禁。
你可能要看的是这里:https://alist-doc.nn.ci/docs/driver/base#proxy%E4%BB%A3%E7%90%86%E7%9B%B8%E5%85%B3
对于有proxy
设置的存储,如果你不去打开它,那么他就是与客户端直传的,不会经过heroku中转流量,不会产生大流量。
我的一部署就被Heroku阻止了
我的一部署就被Heroku阻止了 现在被block?你是不是没用作者的heroku一键部署,而是用heroku连接github的方式部署啊?heroku提及过起码最早于6月份才能重新开放,有可能延长,所以还是fork之后再一键部署吧。
你可能要看的是这里:https://alist-doc.nn.ci/docs/driver/base#proxy%E4%BB%A3%E7%90%86%E7%9B%B8%E5%85%B3
对于有
proxy
设置的存储,如果你不去打开它,那么他就是与客户端直传的,不会经过heroku中转流量,不会产生大流量。
谢谢,我刚刚接触,然后翻来翻去软件文档,也终于发现这个proxy的问题,所以总结就是heroku部署的话,放大文件的网盘不建议开代理。小文件如软件核文档,可以开。然后webdav proxy最好还是不要开。最后还是用N1来部署了一个内网专用挂载webdav,heroku这个外网用,就是那该死的休眠体制,延迟真的不爽...有空再部署机器人定时唤醒