Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
## 3.2.4
- Feature[#935]: 更新文档
## 3.2.3
- Feature[#935]: Web 新增修改密码功能
## 3.2.2
Expand Down
2 changes: 1 addition & 1 deletion common.props
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project>
<PropertyGroup>
<Authors>Ray</Authors>
<Version>3.2.3</Version>
<Version>3.2.4</Version>
<NoWarn>$(NoWarn);CS1591;CS0436</NoWarn>
</PropertyGroup>
</Project>
23 changes: 16 additions & 7 deletions docker/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,13 @@
- [4.1. Docker启动](#41-docker启动)
- [4.2. 其他指令参考](#42-其他指令参考)
- [4.3. 使用Watchtower更新容器](#43-使用watchtower更新容器)
- [5. 登录 Bili](#5-登录-bili)
- [6. 自己构建镜像(非必须)](#6-自己构建镜像非必须)
- [7. 其他](#7-其他)
- [5. 登录](#5-登录)
- [6. 添加 Bili 账号](#6-添加-bili-账号)
- [7. 自己构建镜像(非必须)](#7-自己构建镜像非必须)
- [8. 其他](#8-其他)

<!-- /TOC -->

## 1. 前期工作

```
Expand Down Expand Up @@ -130,15 +132,22 @@ docker run --rm \
bili_tool_web
```

## 5. 登录 Bili
## 5. 登录

- 默认用户:`admin`
- 默认密码:`BiliTool@2233`

首次登陆后,请到`Admin`页面修改密码。

## 6. 添加 Bili 账号

扫码进行登录
扫码进行账号添加

![trigger](../docs/imgs/web-trigger-login.png)

![login](../docs/imgs/docker-login.png)

## 6. 自己构建镜像(非必须)
## 7. 自己构建镜像(非必须)

目前我提供和维护的镜像:

Expand All @@ -153,7 +162,7 @@ docker run --rm \

`TARGET_NAME`为镜像名称和版本,可以自己起个名字

## 7. 其他
## 8. 其他

代码编译和发布环境: mcr.microsoft.com/dotnet/sdk:8.0

Expand Down
24 changes: 16 additions & 8 deletions podman/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,14 @@

- [1. 前期工作](#1-前期工作)
- [1.1. Podman环境](#11-podman环境)
- [从Docker迁移](#从docker迁移)
- [1.2. 从Docker迁移](#12-从docker迁移)
- [2. 运行容器](#2-运行容器)
- [2.1. 极简版](#21-极简版)
- [2.2. 综合版](#22-综合版)
- [登录](#登录)
- [3. 自己构建镜像(非必须)](#3-自己构建镜像非必须)
- [4. 其他](#4-其他)
- [3. 登录](#3-登录)
- [4. 添加 Bili 账号](#4-添加-bili-账号)
- [5. 自己构建镜像(非必须)](#5-自己构建镜像非必须)
- [6. 其他](#6-其他)

<!-- /TOC -->

Expand Down Expand Up @@ -37,7 +38,7 @@ podman machine start
podman info
```

### 从Docker迁移
### 1.2. 从Docker迁移

Podman可以和Docker共存,命令也基本可以通用。

Expand Down Expand Up @@ -97,15 +98,22 @@ podman ps -a
podman exec -it bili bash
```

## 登录
## 3. 登录

- 默认用户:`admin`
- 默认密码:`BiliTool@2233`

首次登陆后,请到`Admin`页面修改密码。

## 4. 添加 Bili 账号

扫码进行登录。

![trigger](../docs/imgs/web-trigger-login.png)

![login](../docs/imgs/docker-login.png)

## 3. 自己构建镜像(非必须)
## 5. 自己构建镜像(非必须)

目前我提供和维护的镜像:`[zai7lou/bilibili_tool_web](https://hub.docker.com/repository/docker/zai7lou/bilibili_tool_web)`;

Expand All @@ -117,6 +125,6 @@ podman exec -it bili bash

`TARGET_NAME`为镜像名称和版本,可以自己起个名字

## 4. 其他
## 6. 其他

镜像使用的是docker仓库的镜像。