Skip to content
This repository has been archived by the owner on Jun 2, 2022. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
…into dev
  • Loading branch information
wy580477 committed Apr 16, 2022
2 parents d6a54bc + d63ad0a commit 72d53c4
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@

## 概述

本容器集成了Aria2+WebUI、Aria2+Rclone联动自动上传功能、可自定义的导航页、Filebrowser轻量网盘。
本容器集成了Aria2+WebUI、Aria2+Rclone联动自动上传功能、可自定义的导航页、Filebrowser轻量网盘。

[Heroku版本传送门](https://github.com/wy580477/Heroku-All-In-One-APP)

![image](https://user-images.githubusercontent.com/98247050/163658943-4df3e534-248a-46c5-b832-bfa6957c46c8.png)

Expand Down Expand Up @@ -43,7 +45,7 @@ docker exec -it allinone sh
sv stop filebrowser
# 停止filebrowser服务
filebrowser -d /mnt/config/filebrowser.db users add 用户名 密码 --perm.admin
# 新建管理员用户。也可以使用user update 用户名 --perm.admin命令赋予现有用户管理员权限。
# 新建管理员用户。也可以使用users update 用户名 --perm.admin命令赋予现有用户管理员权限。
sv start filebrowser
# 启动filebrowser服务
```
Expand Down
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,10 +68,10 @@ services:
RCLONE_ADDR: http://localhost:56802
# Rclone Remote Control地址,默认值适用于host网络模式。
# 如果使用bridge网络,需要改为"http://rclone:5572"。
allinone_rclone:
rclone_daemon:
<<: *global
image: ghcr.io/wy580477/rclone-daemon-container:latest
container_name: allineone_rclone
container_name: rclone_daemon
hostname: rclone
environment:
<<: *env
Expand Down
2 changes: 1 addition & 1 deletion docker-compose_v0.8.0.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
version: '2.3'
services:
allinone:
image: ghcr.io/wy580477/aria2-aio-container:latest
image: ghcr.io/wy580477/aria2-aio-container:v0.8.0
container_name: allinone
network_mode: host
# host模式配置方便,不容易出问题。如果追求更安全,则需要配置bridge模式映射端口。
Expand Down

0 comments on commit 72d53c4

Please sign in to comment.