rclone v1.59.1 has successfully installed.
Now run "rclone config" for setup. Check https://rclone.org/docs/ for more details.
输入rclone config开始配置
No remotes found, make a new one?
n) New remote
s) Set configuration password
q) Quit config
n/s/q> n
输入n
Enter name for new remote.
name> alist
输入你想取的名称
Option Storage.
Type of storage to configure.
Choose a number from below, or type in your own value.
……
45 / WebDAV
\ (webdav)
……
49 / seafile
\ (seafile)
Storage> 45
输入45,选择webdav
Option url.
URL of http host to connect to.
E.g. https://example.com.
Enter a value.
url> http://你的ip:5244/dav
输入http://你的ip:5244/dav ,注意要加上dav
Option vendor.
Name of the WebDAV site/service/software you are using.
Choose a number from below, or type in your own value.
Press Enter to leave empty.
1 / Nextcloud
\ (nextcloud)
2 / Owncloud
\ (owncloud)
3 / Sharepoint Online, authenticated by Microsoft account
\ (sharepoint)
4 / Sharepoint with NTLM authentication, usually self-hosted or on-premises
\ (sharepoint-ntlm)
5 / Other site/service or software
\ (other)
vendor> 5
选择5,other
Option user.
User name.
In case NTLM authentication is used, the username should be in the format 'Domain\User'.
Enter a value. Press Enter to leave empty.
user> admin
Option pass.
Password.
Choose an alternative below. Press Enter for the default (n).
y) Yes, type in my own password
g) Generate random password
n) No, leave this optional password blank (default)
y/g/n> y
Enter the password:
password:
Confirm the password:
password:
填入用户名,选择y选择输入密码,填入密码。用户名和密码可以在alist后台——后端看到:
Option bearer_token.
Bearer token instead of user/pass (e.g. a Macaroon).
Enter a value. Press Enter to leave empty.
bearer_token>
Edit advanced config?
y) Yes
n) No (default)
y/n>
Configuration complete.
Options:
- type: webdav
- url:
- vendor: other
- user: admin
- pass: * ENCRYPTED *
Keep this "alist" remote?
y) Yes this is OK (default)
e) Edit this remote
d) Delete this remote
y/e/d>
Current remotes:
Name Type
==== ====
alist webdav
e) Edit existing remote
n) New remote
d) Delete remote
r) Rename remote
c) Copy remote
s) Set configuration password
q) Quit config
e/n/d/r/c/s/q> q
后面的步骤一路回车跳过,最后选择q退出
使用下面的命令将alist挂载到本地
mkdir /home/alist
rclone mount alist: /home/alist --allow-other
Comments | 3 条评论
博主 哇塞
大佬,开机自动挂载命令应该怎么写啊
博主 傲娇的小基基
@哇塞 这个我也不清楚呀,这个服务器性能不太行,我后来已经没有用它搭建EMBY了。
可以参考恩山论坛的教程:https://www.right.com.cn/forum/thread-7371875-1-1.html
博主 Joe
不错已经完美启动了,n100终于有用武之地了hh