@@ -8,17 +8,17 @@ NekoBox
88匿名提问箱 / Anonymous Question Box
99</p >
1010<p align =" center " >
11- <a href =" https://goreportcard.com/badge/github.com/NekoWheel /NekoBox " >
12- <img src="https://github.com/NekoWheel /NekoBox/workflows/Go/badge.svg" alt="Go Report Card">
11+ <a href =" https://goreportcard.com/badge/github.com/wuhan005 /NekoBox " >
12+ <img src="https://github.com/wuhan005 /NekoBox/workflows/Go/badge.svg" alt="Go Report Card">
1313</a >
14- <a href =" https://sourcegraph.com/github.com/NekoWheel /NekoBox " >
14+ <a href =" https://sourcegraph.com/github.com/wuhan005 /NekoBox " >
1515 <img src="https://img.shields.io/badge/view%20on-Sourcegraph-brightgreen.svg?logo=sourcegraph" alt="Sourcegraph">
1616</a >
17- <a href =" https://deepsource.io/gh/NekoWheel /NekoBox/?ref=repository-badge " >
18- <img src="https://deepsource.io/gh/NekoWheel /NekoBox.svg/?label=active+issues&token=7nuU5C-4QG3CP_5g9qFf3Bl9" alt="DeepSource">
17+ <a href =" https://deepsource.io/gh/wuhan005 /NekoBox/?ref=repository-badge " >
18+ <img src="https://deepsource.io/gh/wuhan005 /NekoBox.svg/?label=active+issues&token=7nuU5C-4QG3CP_5g9qFf3Bl9" alt="DeepSource">
1919</a >
20- <a href =" https://goreportcard.com/report/github.com/NekoWheel /NekoBox " >
21- <img src="https://goreportcard.com/badge/github.com/NekoWheel /NekoBox" alt="Go Report Card">
20+ <a href =" https://goreportcard.com/report/github.com/wuhan005 /NekoBox " >
21+ <img src="https://goreportcard.com/badge/github.com/wuhan005 /NekoBox" alt="Go Report Card">
2222<a >
2323</p >
2424
@@ -41,10 +41,10 @@ referring to the comments in the file.
4141
4242``` bash
4343# Pull the latest image
44- docker pull ghcr.io/nekowheel /nekobox:master
44+ docker pull ghcr.io/wuhan005 /nekobox:master
4545
4646# Start the container (listen on port 80 and mount the configuration file)
47- docker run -dt --name NekoBox -p 80:80 -v $( pwd) /app.ini:/app/conf/app.ini ghcr.io/nekowheel /nekobox:master
47+ docker run -dt --name NekoBox -p 80:80 -v $( pwd) /app.ini:/app/conf/app.ini ghcr.io/wuhan005 /nekobox:master
4848```
4949
5050### Build from Source
@@ -59,7 +59,7 @@ docker run -dt --name NekoBox -p 80:80 -v $(pwd)/app.ini:/app/conf/app.ini ghcr.
5959
6060``` bash
6161# Clone the source code
62- git clone https://github.com/NekoWheel /NekoBox.git
62+ git clone https://github.com/wuhan005 /NekoBox.git
6363
6464# Enter the project directory
6565cd NekoBox
0 commit comments