Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/masx200/local-aria2-webui
本地化的aria2 webui
https://github.com/masx200/local-aria2-webui
aria2 aria2-webui
Last synced: about 2 months ago
JSON representation
本地化的aria2 webui
- Host: GitHub
- URL: https://github.com/masx200/local-aria2-webui
- Owner: masx200
- License: gpl-3.0
- Created: 2020-07-15T11:46:04.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-11-06T03:23:58.000Z (2 months ago)
- Last Synced: 2024-11-06T04:24:29.600Z (2 months ago)
- Topics: aria2, aria2-webui
- Language: JavaScript
- Homepage: https://masx200.github.io/local-aria2-webui/
- Size: 1.17 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# local-aria2-webui
本地化的 aria2 webui
感谢原作者
https://github.com/ziahamza/webui-aria2
在线访问
https://masx200.github.io/local-aria2-webui/static
# 安装
安装 nodejs
https://nodejs.org/
```shell
apt install nodejs
```安装 yarn
https://yarnpkg.com/
```shell
npm install -g yarn
```安装 live-server
https://www.npmjs.com/package/live-server
```shell
yarn global add live-server```
```bash
yarn global add @masx200/local-aria2-webui
```# 启动
```bash
npx @masx200/local-aria2-webui --port=8080 --host=localhost
```使用浏览器打开网址
http://127.0.0.1:8080
aria2c RPC 配置
https://github.com/masx200/aria2c-backend-rpc-config