Giter Site home page Giter Site logo

GG了 about alist-replit HOT 46 OPEN

qq934988967 avatar qq934988967 commented on September 14, 2024
GG了

from alist-replit.

Comments (46)

jzjbyq avatar jzjbyq commented on September 14, 2024 13

bash.sh中粘贴下边内容,./replit 是alist主程序改名自己上传的
echo Hello World
URL=${REPL_SLUG}.${REPL_OWNER}.repl.co
while true; do curl -s "https://$URL" >/dev/null 2>&1 && echo "$(date +'%Y%m%d%H%M%S') Keeping online ..." && sleep 300; done &
chmod +x ./replit
nohup ./replit server

from alist-replit.

jzjbyq avatar jzjbyq commented on September 14, 2024 4

新建bash项目,下载最新linux-amd64的包,解压后,将 alist 文件重命名为 replit,上传到项目中,在项目的bash.sh粘贴上面说的内容,直接run就行, echo Hello World 这一行不要删,不然RUN不起来,while的那个是自动保活

试了下,没成功, 截图 右上角登录Alist名和密码没问题,登录不进去,点完RUN后出现的,然后右下角黑色的一直停留了10几分钟没动,上面一直显示stop,再请大神帮忙指点下

这不是已经启动好了吗,到shell选项卡中输入 ./replit admin 查看你的初始密码去登录就行了;
一直显示STOP才对啊,如果显示的是RUN,说明项目没启动啊 /抱脸哭

from alist-replit.

jzjbyq avatar jzjbyq commented on September 14, 2024 3

新建bash项目,下载最新linux-amd64的包,解压后,将 alist 文件重命名为 replit,上传到项目中,在项目的bash.sh粘贴上面说的内容,直接run就行, echo Hello World 这一行不要删,不然RUN不起来,while的那个是自动保活

from alist-replit.

GavinBinG avatar GavinBinG commented on September 14, 2024 2

怎样下载linux-amd64的包

https://github.com/alist-org/alist/releases

from alist-replit.

jzjbyq avatar jzjbyq commented on September 14, 2024 2

搞定

其实应该是不用做这个updown设定,jzjbyq大神给的代码中包含了一个300s也就是6分钟的自检,如果我没理解错的话。

没错,不过我也是从其它项目里抄的这个自检,好用😬

from alist-replit.

kevin-Curry avatar kevin-Curry commented on September 14, 2024

一样

from alist-replit.

ericguhong avatar ericguhong commented on September 14, 2024

之前部署好的也unavailable了

from alist-replit.

HurricanMaple avatar HurricanMaple commented on September 14, 2024

好像这个被封了,我尝试手动写入代码,结果写入代码后立即就提示“此repl不可用请联系技术人员”

from alist-replit.

GavinBinG avatar GavinBinG commented on September 14, 2024

bash.sh中粘贴下边内容,./replit 是alist主程序改名自己上传的
echo Hello World
URL=${REPL_SLUG}.${REPL_OWNER}.repl.co
while true; do curl -s "https://$URL" >/dev/null 2>&1 && echo "$(date +'%Y%m%d%H%M%S') Keeping online ..." && sleep 300; done &
chmod +x ./replit
nohup ./replit server

大神,能再细点吗,粘进去运行也不成功

from alist-replit.

GavinBinG avatar GavinBinG commented on September 14, 2024

新建bash项目,下载最新linux-amd64的包,解压后,将 alist 文件重命名为 replit,上传到项目中,在项目的bash.sh粘贴上面说的内容,直接run就行, echo Hello World 这一行不要删,不然RUN不起来,while的那个是自动保活

试了下,没成功,
截图
右上角登录Alist名和密码没问题,登录不进去,点完RUN后出现的,然后右下角黑色的一直停留了10几分钟没动,上面一直显示stop,再请大神帮忙指点下

from alist-replit.

cyclexile avatar cyclexile commented on September 14, 2024

./replit admin

大神太棒了,旁观者终于成功了!!感谢

from alist-replit.

cyclexile avatar cyclexile commented on September 14, 2024

感谢

from alist-replit.

GavinBinG avatar GavinBinG commented on September 14, 2024

./replit admin

大神太棒了,旁观者终于成功了!!感谢

兄弟,出现我的那种问题了吗,怎么解决的啊

from alist-replit.

GavinBinG avatar GavinBinG commented on September 14, 2024

新建bash项目,下载最新linux-amd64的包,解压后,将 alist 文件重命名为 replit,上传到项目中,在项目的bash.sh粘贴上面说的内容,直接run就行, echo Hello World 这一行不要删,不然RUN不起来,while的那个是自动保活

试了下,没成功, 截图 右上角登录Alist名和密码没问题,登录不进去,点完RUN后出现的,然后右下角黑色的一直停留了10几分钟没动,上面一直显示stop,再请大神帮忙指点下

这不是已经启动好了吗,到shell选项卡中输入 ./replit admin 查看你的初始密码去登录就行了; 一直显示STOP才对啊,如果显示的是RUN,说明项目没启动啊 /抱脸哭

好的好的,我去搞一下,谢谢了

from alist-replit.

yangbe avatar yangbe commented on September 14, 2024

怎样下载linux-amd64的包

from alist-replit.

yangbe avatar yangbe commented on September 14, 2024

🤣竟然成功了

from alist-replit.

GavinBinG avatar GavinBinG commented on September 14, 2024

新建bash项目,下载最新linux-amd64的包,解压后,将 alist 文件重命名为 replit,上传到项目中,在项目的bash.sh粘贴上面说的内容,直接run就行, echo Hello World 这一行不要删,不然RUN不起来,while的那个是自动保活

试了下,没成功, 截图 右上角登录Alist名和密码没问题,登录不进去,点完RUN后出现的,然后右下角黑色的一直停留了10几分钟没动,上面一直显示stop,再请大神帮忙指点下

这不是已经启动好了吗,到shell选项卡中输入 ./replit admin 查看你的初始密码去登录就行了; 一直显示STOP才对啊,如果显示的是RUN,说明项目没启动啊 /抱脸哭

成功了,非常感谢,另外请教下,使用时,这个页面要一直打开着吗?

from alist-replit.

GavinBinG avatar GavinBinG commented on September 14, 2024

新建bash项目,下载最新linux-amd64的包,解压后,将 alist 文件重命名为 replit,上传到项目中,在项目的bash.sh粘贴上面说的内容,直接run就行, echo Hello World 这一行不要删,不然RUN不起来,while的那个是自动保活

试了下,没成功, 截图 右上角登录Alist名和密码没问题,登录不进去,点完RUN后出现的,然后右下角黑色的一直停留了10几分钟没动,上面一直显示stop,再请大神帮忙指点下

这不是已经启动好了吗,到shell选项卡中输入 ./replit admin 查看你的初始密码去登录就行了; 一直显示STOP才对啊,如果显示的是RUN,说明项目没启动啊 /抱脸哭

成功了,非常感谢,另外请教下,使用时,这个页面要一直打开着吗?

Updown io 针对免费刷replit被限制了,用up robot搞定了,防止一段时间不访问replit被杀死

from alist-replit.

cyclexile avatar cyclexile commented on September 14, 2024

搞定

其实应该是不用做这个updown设定,jzjbyq大神给的代码中包含了一个300s也就是6分钟的自检,如果我没理解错的话。

from alist-replit.

cyclexile avatar cyclexile commented on September 14, 2024

搞定

其实应该是不用做这个updown设定,jzjbyq大神给的代码中包含了一个300s也就是6分钟的自检,如果我没理解错的话。

没错,不过我也是从其它项目里抄的这个自检,好用😬

简直是太好用了,alist on replit崩了之后找了好一阵资料没查到该怎么弄。你这个方法太好了哈哈哈,再次感谢。

from alist-replit.

GavinBinG avatar GavinBinG commented on September 14, 2024

搞定

其实应该是不用做这个updown设定,jzjbyq大神给的代码中包含了一个300s也就是6分钟的自检,如果我没理解错的话。

没错,不过我也是从其它项目里抄的这个自检,好用😬

再次感谢,搞了好几天终于通关了,测试了一天,很稳定,厉害了

from alist-replit.

jzjbyq avatar jzjbyq commented on September 14, 2024

from alist-replit.

GavinBinG avatar GavinBinG commented on September 14, 2024

你这样只能看到是异常退出,目测可能是下载的alist程序不对,重新下载对应的版本吧 linux-amd64的包   阿健 @.***  

现在为啥不能上传file至项目了

from alist-replit.

jzjbyq avatar jzjbyq commented on September 14, 2024

到现在为止,replit上传文件都是正常的

from alist-replit.

kuxav avatar kuxav commented on September 14, 2024

Maybe Replit set forbidden new version or v3.13.x or start v3.1x.x ? Just incorrect as false violation flag.

from alist-replit.

kuxav avatar kuxav commented on September 14, 2024

Letme quick example https://github.com/alist-org/alist/releases/download/v3.13.2/alist-linux-amd64.tar.gz and https://github.com/alist-org/alist/releases/download/v3.9.2/alist-linux-amd64.tar.gz in copy and paste to shell.

Note: danger in RAM usage (cached)
gambar

from alist-replit.

kuxav avatar kuxav commented on September 14, 2024

bash.sh中粘贴下边内容,./replit 是alist主程序改名自己上传的 echo Hello World URL=${REPL_SLUG}.${REPL_OWNER}.repl.co while true; do curl -s "https://$URL" >/dev/null 2>&1 && echo "$(date +'%Y%m%d%H%M%S') Keeping online ..." && sleep 300; done & chmod +x ./replit nohup ./replit server

大佬,报的这个错误怎么解决啊

1

Delete nohup.out or replace with bash in main.sh and just execute in bash.
Example:
bash ./replit server or
./replit server

from alist-replit.

78299145 avatar 78299145 commented on September 14, 2024

之前用的挺好的,最近发现连家里wifi打不开Alist网页,只有用VPN才可以。有知道什么原因么

from alist-replit.

qq934988967 avatar qq934988967 commented on September 14, 2024

bash.sh中粘贴下边内容,./replit 是alist主程序改名自己上传的
echo Hello World
URL=${REPL_SLUG}.${REPL_OWNER}.repl.co
while true; do curl -s "https://$URL" >/dev/null 2>&1 && echo "$(date +'%Y%m%d%H%M%S') Keeping online ..." && sleep 300; done &
chmod +x ./replit
nohup ./replit server

Screenshot_2023-03-29-15-38-51-423_mark.via.jpg

我这是什么情况,大佬?!
好像废了!

from alist-replit.

qq934988967 avatar qq934988967 commented on September 14, 2024

bash.sh中粘贴下边内容,./replit 是alist主程序改名自己上传的
echo Hello World
URL=${REPL_SLUG}.${REPL_OWNER}.repl.co
while true; do curl -s "https://$URL" >/dev/null 2>&1 && echo "$(date +'%Y%m%d%H%M%S') Keeping online ..." && sleep 300; done &
chmod +x ./replit
nohup ./replit server

Screenshot_2023-03-29-15-38-51-423_mark.via.jpg

我这是什么情况,大佬?!
好像废了!

好几天了,新注册小号也这样!

from alist-replit.

To1098 avatar To1098 commented on September 14, 2024

求助
image

from alist-replit.

eliotang avatar eliotang commented on September 14, 2024

bash.sh中粘贴下边内容,./replit 是alist主程序改名自己上传的 echo Hello World URL=${REPL_SLUG}.${REPL_OWNER}.repl.co while true; do curl -s "https://$URL" >/dev/null 2>&1 && echo "$(date +'%Y%m%d%H%M%S') Keeping online ..." && sleep 300; done & chmod +x ./replit nohup ./replit server

请问要更新的话怎么操作呢?

from alist-replit.

mrShrimp777 avatar mrShrimp777 commented on September 14, 2024

bash.sh中粘贴下边内容,./replit 是alist主程序改名自己上传的 echo Hello World URL=${REPL_SLUG}.${REPL_OWNER}.repl.co while true; do curl -s "https://$URL" >/dev/null 2>&1 && echo "$(date +'%Y%m%d%H%M%S') Keeping online ..." && sleep 300; done & chmod +x ./replit nohup ./replit server

按这个可以跑起来,但是把webview里面的url复制出来在浏览器打开会报ERR_SSL_PROTOCOL_ERROR,在播放软件里面添加也不能开HTTPS

from alist-replit.

yangxiaoge avatar yangxiaoge commented on September 14, 2024

新建bash项目,下载最新linux-amd64的包,解压后,将 alist 文件重命名为 replit,上传到项目中,在项目的bash.sh粘贴上面说的内容,直接run就行, echo Hello World 这一行不要删,不然RUN不起来,while的那个是自动保活

完美解决

from alist-replit.

Nicked639 avatar Nicked639 commented on September 14, 2024

搞定

其实应该是不用做这个updown设定,jzjbyq大神给的代码中包含了一个300s也就是6分钟的自检,如果我没理解错的话。

没错,不过我也是从其它项目里抄的这个自检,好用😬

先谢谢佬,用你的代码运行月余都能正常使用。

但今天晚上开始不知为何打不开页面了,然后我进replit观察,运行后它的webview是空白的,顶上的链接本来应该是${REPL_SLUG}.${REPL_OWNER}.repl.co,但第一个.不知为何变成了--,然而我即使我再用原来的链接也依然访问不了,不知是replit故障还是它采取了什么手段?

from alist-replit.

jzjbyq avatar jzjbyq commented on September 14, 2024

来报道一下,今天刚更新的3.17的版本,没有任何异常

from alist-replit.

Nicked639 avatar Nicked639 commented on September 14, 2024

来报道一下,今天刚更新的3.17的版本,没有任何异常

上次出问题后,过了一天自己又好了,可能是replit那边服务器的问题

from alist-replit.

slarkvan avatar slarkvan commented on September 14, 2024

bash.sh中粘贴下边内容,./replit 是alist主程序改名自己上传的 echo Hello World URL=${REPL_SLUG}.${REPL_OWNER}.repl.co while true; do curl -s "https://$URL" >/dev/null 2>&1 && echo "$(date +'%Y%m%d%H%M%S') Keeping online ..." && sleep 300; done & chmod +x ./replit nohup ./replit server

大佬,报的这个错误怎么解决啊
1

Delete nohup.out or replace with bash in main.sh and just execute in bash. Example: bash ./replit server or ./replit server

我犯了一样的错,原因是我下了 arm64 的 alist,应该下载 amd64 架构的

from alist-replit.

lost9999 avatar lost9999 commented on September 14, 2024

来报道一下,今天刚更新的3.17的版本,没有任何异常

这样部署完成后该如何查看端口号,我能不能通过webdav映射到本地?

from alist-replit.

jzjbyq avatar jzjbyq commented on September 14, 2024

from alist-replit.

ChitaGideon avatar ChitaGideon commented on September 14, 2024

默认https端口号是443 但是现在replit无法建立private项目了,如果你不是老的private项目在用,那么不要使用replit搭建alist了,继续搭建会使你的网盘配置信息暴露在网络中

---原始邮件--- 发件人: @.> 发送时间: 2024年1月2日(周二) 中午12:44 收件人: @.>; 抄送: @.@.>; 主题: Re: [alist-org/alist-replit] GG了 (Issue #20) 来报道一下,今天刚更新的3.17的版本,没有任何异常 这样部署完成后该如何查看端口号,我能不能通过webdav映射到本地? — Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you commented.Message ID: @.***>

现在replit 是不是必须部署到 deployment 才能用了, deploymment 是收费的?

from alist-replit.

jzjbyq avatar jzjbyq commented on September 14, 2024

默认https端口号是443 但是现在replit无法建立private项目了,如果你不是老的private项目在用,那么不要使用replit搭建alist了,继续搭建会使你的网盘配置信息暴露在网络中

---原始邮件--- 发件人: @.> 发送时间: 2024年1月2日(周二) 中午12:44 收件人: _@**._>; 抄送: _@.@._>; 主题: Re: [alist-org/alist-replit] GG了 (Issue #20) 来报道一下,今天刚更新的3.17的版本,没有任何异常 这样部署完成后该如何查看端口号,我能不能通过webdav映射到本地? — Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you commented.Message ID: _@_.*>

现在replit 是不是必须部署到 deployment 才能用了, deploymment 是收费的?

用 你的项目id.global.replit.dev 访问

from alist-replit.

ChitaGideon avatar ChitaGideon commented on September 14, 2024

默认https端口号是443 但是现在replit无法建立private项目了,如果你不是老的private项目在用,那么不要使用replit搭建alist了,继续搭建会使你的网盘配置信息暴露在网络中

---原始邮件--- 发件人: @.> 发送时间: 2024年1月2日(周二) 中午12:44 收件人: _@**._>; 抄送: _@.@._>; 主题: Re: [alist-org/alist-replit] GG了 (Issue #20) 来报道一下,今天刚更新的3.17的版本,没有任何异常 这样部署完成后该如何查看端口号,我能不能通过webdav映射到本地? — Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you commented.Message ID: _@_.*>

现在replit 是不是必须部署到 deployment 才能用了, deploymment 是收费的?

用 你的项目id.global.replit.dev 访问

global.replit.dev这个域名怎么才能访问?
用picard.replit.dev 这个域名能访问,但好像已经不支持持续在线了?

from alist-replit.

jzjbyq avatar jzjbyq commented on September 14, 2024

from alist-replit.

Nicked639 avatar Nicked639 commented on September 14, 2024

启动项目后,webview新窗口打开可以看到对应地址

---原始邮件---

发件人: @.***>

发送时间: 2024年1月4日(周四) 晚上8:37

收件人: @.***>;

抄送: @.@.>;

主题: Re: [alist-org/alist-replit] GG了 (Issue #20)

默认https端口号是443 但是现在replit无法建立private项目了,如果你不是老的private项目在用,那么不要使用replit搭建alist了,继续搭建会使你的网盘配置信息暴露在网络中

---原始邮件--- 发件人: @.> 发送时间: 2024年1月2日(周二) 中午12:44 收件人: @**.>; 抄送: @.**@._>; 主题: Re: [alist-org/alist-replit] GG了 (Issue #20) 来报道一下,今天刚更新的3.17的版本,没有任何异常 这样部署完成后该如何查看端口号,我能不能通过webdav映射到本地? — Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you commented.Message ID: @.>

现在replit 是不是必须部署到 deployment 才能用了, deploymment 是收费的?

用 你的项目id.global.replit.dev 访问

global.replit.dev这个域名怎么才能访问?

用picard.replit.dev 这个域名能访问,但好像已经不支持持续在线了?

Reply to this email directly, view it on GitHub, or unsubscribe.

You are receiving this because you commented.Message ID: @.***>

原来的 ${REPL_SLUG}.${REPL_OWNER}.repl.co 地址不能访问了吗?我打开后就会进入replit的项目中,而不是alist。 通过webview新窗口打开可以访问,但那串地址好长,不太方便弄到电视里。

from alist-replit.

jzjbyq avatar jzjbyq commented on September 14, 2024

from alist-replit.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.