AList一键安装脚本

一键脚本

Andy Hsu2022年9月11日GuideInstallGuide大约 1 分钟


点击免费获取 CRMEB 开源商城系统源码 🛒 TP6 + Uniapp + Vue 可二次开发/免费商用!广告

仅适用于 Linux amd64/arm64 平台。

AList一键安装脚本

#安装

curl -fsSL "https://alist.nn.ci/v3.sh" | bash -s install

#更新

curl -fsSL "https://alist.nn.ci/v3.sh" | bash -s update

#卸载

curl -fsSL "https://alist.nn.ci/v3.sh" | bash -s uninstall

#自定义路径

默认安装在 /opt/alist 中。 自定义安装路径,将安装路径作为第二个参数添加,必须是绝对路径(如果路径以 alist 结尾,则直接安装到给定路径,否则会安装在给定路径 alist 目录下),如 安装到 /root

# Install
curl -fsSL "https://alist.nn.ci/v3.sh" | bash -s install /root
# update
curl -fsSL "https://alist.nn.ci/v3.sh" | bash -s update /root
# Uninstall
curl -fsSL "https://alist.nn.ci/v3.sh" | bash -s uninstall /root
  • 启动: systemctl start alist
  • 关闭: systemctl stop alist
  • 状态: systemctl status alist
  • 重启: systemctl restart alist

#获取密码

需要进入脚本安装AList的目录文件夹內执行如下命令

#低于v3.25.0版本

./alist admin

#高于v3.25.0版本

3.25.0以上版本将密码改成加密方式存储的hash值,无法直接反算出密码,如果忘记了密码只能通过重新 随机生成 或者 手动设置

# 随机生成一个密码
./alist admin random
# 手动设置一个密码,`NEW_PASSWORD`是指你需要设置的密码
./alist admin set NEW_PASSWORD

AList一键安装脚本 - 来源:道谕轩

作者:道 谕轩

转载请注明:https://xinzt.ren/?p=324

(0)
上一篇 2023年8月13日 下午6:57
下一篇 2023年8月17日 上午10:12

相关推荐