Skip to content

Commit

Permalink
增加 @shuaigekda 提供的 arm64 Docker 镜像
Browse files Browse the repository at this point in the history
Close #44
  • Loading branch information
TransparentLC committed Oct 5, 2024
1 parent 108e25a commit 9c869ec
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 10 deletions.
13 changes: 9 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,12 +94,17 @@ docker container run -d -p 9501:9501 myclip
> [!WARNING]
> [csmayi/lan-clip](https://hub.docker.com/r/csmayi/lan-clip) 打包的版本无法使用反向代理,在我[修复](https://github.com/TransparentLC/cloud-clipboard/commit/39ba010f0ac721337842be4668fce693f4587a95)之后并没有同步更新,目前不建议使用。
```bash
docker pull chenqiyux/lan-clip:latest
docker container run -d -p 9501:9501 chenqiyux/lan-clip
```sh
docker pull ***:latest
docker container run -d -p 9501:9501 ***
```

访问 [clipboard](http://127.0.0.1:9501)
`***` 替换为镜像名称:

* [chenqiyux/lan-clip](https://hub.docker.com/r/chenqiyux/lan-clip) amd64
* [shuaigekda123/myclip](https://hub.docker.com/r/shuaigekda123/myclip) amd64/arm64

然后访问 http://127.0.0.1:9501

### C 版服务端

Expand Down
8 changes: 4 additions & 4 deletions client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
"build": "cross-env NODE_OPTIONS=--openssl-legacy-provider vue-cli-service build --modern && node after-build.js"
},
"dependencies": {
"axios": "^1.7.2",
"core-js": "^3.37.1",
"axios": "^1.7.7",
"core-js": "^3.38.1",
"vue": "^2.7.16",
"vue-axios": "^2.1.5",
"vue-linkify": "^1.0.1",
Expand All @@ -23,8 +23,8 @@
"@vue/cli-service": "^4.5.19",
"cross-env": "^7.0.3",
"fs-extra": "^11.2.0",
"glob": "^10.4.2",
"sass": "~1.77.6",
"glob": "^11.0.0",
"sass": "~1.79.4",
"sass-loader": "^10.5.2",
"typeface-roboto": "^1.1.13",
"vue-cli-plugin-vuetify": "^2.5.8",
Expand Down
4 changes: 2 additions & 2 deletions server-node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@
"start": "node main.js"
},
"dependencies": {
"@koa/router": "^12.0.1",
"@koa/router": "^13.1.0",
"koa": "^2.15.3",
"koa-body": "^6.0.1",
"koa-compress": "^5.1.1",
"koa-mount": "^4.0.0",
"koa-static": "^5.0.0",
"koa-websocket": "^7.0.0",
"sharp": "^0.33.4",
"sharp": "^0.33.5",
"ua-parser-js": "2.0.0-beta.3"
}
}

0 comments on commit 9c869ec

Please sign in to comment.