首页 > 其他分享 >配置alice

配置alice

时间:2024-09-20 16:25:35浏览次数:1  
标签:INFO 配置 20 14 09 alice 2024 aria2

配置alice

https://github.com/alist-org/alist/release
# 下载alist压缩包
alist-windows-amd64.zip
下载自己对应的版本
windows64 版本

# 下载aria2c
https://github.com/aria2/aria2/releases

右键点击“此电脑”,选择“属性”。
点击“高级系统设置”,然后点击“环境变量”。
在“系统变量”中找到“Path”,点击“编辑”。
点击“新建”,添加aria2的安装路径,例如C:\Program Files\aria2。
点击“确定”保存设置。

打开命令提示符(cmd)或PowerShell,输入aria2c --version以检查aria2是否正确安装
C:\Users\Administrator>aria2c --version
aria2 version 1.37.0
Copyright (C) 2006, 2019 Tatsuhiro Tsujikawa

This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

** Configuration **
Enabled Features: Async DNS, BitTorrent, Firefox3 Cookie, GZip, HTTPS, Message Digest, Metalink, XML-RPC, SFTP
Hash Algorithms: sha-1, sha-224, sha-256, sha-384, sha-512, md5, adler32
Libraries: zlib/1.3 expat/2.5.0 sqlite3/3.43.1 GMP/6.3.0 c-ares/1.19.1 libssh2/1.11.0
Compiler: mingw-w64 8.0.0 (alpha) / gcc 10-win32 20220113
  built by  x86_64-pc-linux-gnu
  targeting x86_64-w64-mingw32
  on        Nov 15 2023 11:17:49
System: Windows 6.2 (x86_64) (6.2)

Report bugs to https://github.com/aria2/aria2/issues
Visit https://aria2.github.io/

C:\Users\Administrator>

# 下载qbittorrent
https://www.qbittorrent.org/download

- 打开下载的安装文件,通常是 .exe 格式。
- 按照安装向导的指示进行安装。这通常包括接受许可协议、选择安装位置等步骤。
- 完成安装后,启动 qBittorrent。

配置qb
img

# 挂起aria2
win+r 开终端 输入
aria2c --enable-rpc --rpc-listen-all=true --rpc-allow-origin-all --rpc-listen-port=6800

# 打开qb 直接开启exe就行


F:\aaaalist>alist server
INFO[2024-09-20 14:48:55] reading config file: data\config.json
INFO[2024-09-20 14:48:55] load config from env with prefix: ALIST_
INFO[2024-09-20 14:48:55] init logrus...
WARN[2024-09-20 14:49:44] init tool aria2 failed: failed get aria2 version: Post "http://localhost:6800/jsonrpc": net/http: timeout awaiting response headers
INFO[2024-09-20 14:49:44] init tool SimpleHttp success: ok
INFO[2024-09-20 14:49:44] init tool pikpak success: ok
WARN[2024-09-20 14:49:44] init tool qBittorrent failed: failed to login into qBittorrent webui with url: http://admin:adminadmin@localhost:8080/
INFO[2024-09-20 14:49:44] init tool 115 Cloud success: ok
INFO[2024-09-20 14:49:44] start HTTP server @ 0.0.0.0:5244

# 再开一个窗口 修改密码 (在窗口再次输入cmd)
F:\aaaalist>alist admin set xxx
INFO[2024-09-20 14:52:31] reading config file: data\config.json
INFO[2024-09-20 14:52:31] load config from env with prefix: ALIST_
INFO[2024-09-20 14:52:31] init logrus...
INFO[2024-09-20 14:52:31] admin user has been updated:
INFO[2024-09-20 14:52:31] username: admin
INFO[2024-09-20 14:52:31] password: xxx

img

img

这个时候 我们可以访问 http://127.0.0.1:5244 链接
img

img

img

img

要挂载的目录的id

img

在点击主页回去看 就会发现有了

img

标签:INFO,配置,20,14,09,alice,2024,aria2
From: https://www.cnblogs.com/humlogs/p/18422448

相关文章

  • redis主从配置启动(1主2从)
    一、安装redis略二、主节点配置文件daemonizeyespidfile/usr/local/redis/logs/redis_6379.pidport6379tcp-backlog1024bind0.0.0.0timeout0tcp-keepalive60loglevelnoticelogfile"/usr/local/redis/logs/redis_6379.log"databases16save""sav......
  • 【linux】【docker】Docker默认网段配置导致无法访问
    背景集团有N个基地,所有基地的网络使用的是172.x.x.x网段,这本身没有什么问题!但Docker默认的桥接网段也是172.17.x.x的,如果不修改docker的默认配置会导致个别基地无法访问!列举几个基地使用的网段基地网段A基地172.30.x.xB基地172.28.x.xC基地172.18.x.x如......
  • JavaWeb纯小白笔记02:Tomcat的使用:发布项目的三种方式、配置虚拟主机、配置用户名和密
    通过Tomcat进行发布项目的目的是为了提供项目的访问能力:Tomcat作为Web服务器,能够处理HTTP请求和响应,将项目的内容提供给用户进行访问和使用。一.Tomcat发布项目的三种方式:第一种:直接在Tomcat文件夹里的webapps目录创建一个文件夹new放进html文件。f在文件里可以写简单的网......
  • prometheus学习笔记之alertmanager告警配置
    一、安装alertmanager项目地址:https://github.com/prometheus/alertmanager帮助文档:https://prometheus.io/docs/alerting/latest/alertmanager/配置文档:https://prometheus.io/docs/alerting/latest/configuration/wgethttps://github.com/prometheus/alertmanager/release......
  • tp3.2.3 config配置多数据库
    //数据库配置1‘DB_CONFIG1’=array(‘db_type’=>‘mysql’,‘db_user’=>‘root’,‘db_pwd’=>‘1234’,‘db_host’=>‘localhost’,‘db_port’=>‘3306’,‘厅闹db_name’=>‘thinkphp’),//数据库配置2‘DB_CONFIG2’=>‘这样,设返悄置2个数据库......
  • VSCode配置STM32HAL库开发环境
    1.开发工具下载下载STM32CubeMX:https://www.st.com.cn/zh/development-tools/stm32cubemx.html(可通过访客方式下载)安装时一直默认即可下载stm32固件库:在线下载方式(需要登陆):安装好STM32CubeMX后,在菜单栏【Help】->【ManageEmbeddedSoftwarePackages】里选择合适的固......
  • 《华为三台交换机堆叠的详细命令行配置示例》
    华为三台交换机堆叠的详细命令行配置示例目录目录华为三台交换机堆叠的详细命令行配置示例 在Switch1(作为主交换机)上的配置: 1. 进入系统视图2. 开启堆叠功能并设置堆叠域编号(假设为10)3. 设置堆叠优先级(假设为200,数值越大越优先成为主交换机)4. 配置堆叠端口 ......
  • 华为AC+AP/AP有线口配置有线无线用户统一接入示例
    华为AC+AP/AP有线口配置有线无线用户统一接入示例文章目录华为AC+AP/AP有线口配置有线无线用户统一接入示例前言一、网络拓扑和网段划分二、实验配置1.SW1配置:2.SW2配置:3.AC配置:验证前言在实际的使用场景中,有线网络和无线网络环境通常是共同存在的。例如在办公区......
  • vue.config.js 多页面配置打包 样例
    基本概念EntryPoints:每个页面都有自己的入口点(entrypoint),例如main-index.js和main-about.js。这是每个页面的起点,定义了该页面需要加载的所有资源。Chunks:由Webpack生成的JavaScript文件块。每个页面会有自己的chunk,还有一些共享的chunk。VendorChunk:包含第三方库......
  • 定义可引用的 CI/CD 配置文件中的输入参数
    极狐GitLab是一个一体化的DevOps平台,内置CI/CD功能。在极狐GitLab15.11中,我们引入了一项令人兴奋的新功能,允许用户为可包含的配置文件定义输入参数。通过在CI模板中使用输入参数的功能,您可以将模板中的任何关键字替换为参数,包括阶段、脚本或作业名称。例如,您可以向所有......