Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Suggestion]: 给觉得网盘空间不够用的小伙伴提供一些方法 #179

Open
wjh191 opened this issue Mar 8, 2025 · 0 comments
Open
Labels
suggestion Further information is requested

Comments

@wjh191
Copy link

wjh191 commented Mar 8, 2025

建议内容

可以用alist挂载百度网盘,之后就用webdav同步了,百度网盘2t的空间应该完全够用。
建议alist挂载路径设置成英文,如:BaiduNetdisk,因为有的软件不能识别中文路径。
在Vnite处填写alist的用户名和密码。

下图是参考:
Image
Image

额外说明

如果你开机之后不想手动登录alist,可以把alist挂到RaiDrive,设置好启动顺序。
将alist和RaiDrive安装在同一级目录下,如:

D:\APP\alist-windows-amd64\alist.exe
D:\APP\RaiDrive\RaiDrive.exe

alist-windows-amd64目录下建立以下2个文件:

alist+RaiDrive-run.vbs文件:

Dim ws
Set ws = CreateObject("Wscript.Shell")

' 启动Alist服务器'
ws.run "alist-run.bat",0

' 等待10秒确保Alist启动完成'
WScript.Sleep(10000)

' 启动RaiDrive'
ws.run """..\RaiDrive\RaiDrive.exe"""

' 等待30秒确保RaiDrive启动完成'
WScript.Sleep(30000)

' 强制终止RaiDrive进程'
ws.Run "taskkill /f /im RaiDrive.exe", 0
WScript.Sleep(10000)

WScript.quit

alist-run.bat文件:

@echo off
alist.exe server

弄好2个文件后,对上面的vbs文件建立一个快捷方式,把快捷方式放在开机自启的目录:
C:\ProgramData\Microsoft\Windows\Start Menu\Programs\StartUp

附上RaiDrive的设置:
Image

@wjh191 wjh191 added the suggestion Further information is requested label Mar 8, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
suggestion Further information is requested
Projects
None yet
Development

No branches or pull requests

1 participant