|
2 | 2 | <img src="./docs/logo-horizontal.png" alt="Smocker" height="100" title="Smocker logo by mandyellow" /> |
3 | 3 | </h1> |
4 | 4 |
|
5 | | -[](https://github.com/Thiht/smocker/actions/workflows/main.yml) |
6 | | -[](https://hub.docker.com/r/thiht/smocker) |
7 | | -[](https://github.com/Thiht/smocker/releases/latest) |
8 | | -[](https://goreportcard.com/report/github.com/Thiht/smocker) |
9 | | -[](https://github.com/Thiht/smocker/blob/master/LICENSE) |
| 5 | +[](https://github.com/smocker-dev/smocker/actions/workflows/main.yml) |
| 6 | +<!-- TODO: replace with ghcr badge [](https://hub.docker.com/r/thiht/smocker) --> |
| 7 | +[](https://github.com/smocker-dev/smocker/releases/latest) |
| 8 | +[](https://goreportcard.com/report/github.com/smocker-dev/smocker) |
| 9 | +[](https://github.com/smocker-dev/smocker/blob/main/LICENSE) |
10 | 10 |
|
11 | 11 | **Smocker** (server mock) is a simple and efficient HTTP mock server. |
12 | 12 |
|
@@ -40,15 +40,15 @@ docker run -d \ |
40 | 40 | -p 8080:8080 \ |
41 | 41 | -p 8081:8081 \ |
42 | 42 | --name smocker \ |
43 | | - thiht/smocker |
| 43 | + ghcr.io/smocker-dev/smocker |
44 | 44 | ``` |
45 | 45 |
|
46 | 46 | ### Manual Deployment |
47 | 47 |
|
48 | 48 | ```sh |
49 | 49 | # This will be the deployment folder for the Smocker instance |
50 | 50 | mkdir -p /opt/smocker && cd /opt/smocker |
51 | | -wget -P /tmp https://github.com/Thiht/smocker/releases/latest/download/smocker.tar.gz |
| 51 | +wget -P /tmp https://github.com/smocker-dev/smocker/releases/latest/download/smocker.tar.gz |
52 | 52 | tar xf /tmp/smocker.tar.gz |
53 | 53 | nohup ./smocker -mock-server-listen-port=8080 -config-listen-port=8081 & |
54 | 54 | ``` |
|
0 commit comments