{"id":44332491,"url":"https://github.com/pewee-live/webtop-pinyin-wechat","last_synced_at":"2026-02-11T10:10:10.824Z","repository":{"id":310591033,"uuid":"1038350955","full_name":"pewee-live/webtop-pinyin-wechat","owner":"pewee-live","description":"webtop-pinyin-wechat","archived":false,"fork":false,"pushed_at":"2025-08-20T01:42:51.000Z","size":257,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-08-20T03:39:12.944Z","etag":null,"topics":["chinese-simplified","nas","website","webtop","wechat"],"latest_commit_sha":null,"homepage":"","language":"Dockerfile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pewee-live.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-08-15T03:24:00.000Z","updated_at":"2025-08-20T01:42:54.000Z","dependencies_parsed_at":"2025-08-20T03:39:14.402Z","dependency_job_id":null,"html_url":"https://github.com/pewee-live/webtop-pinyin-wechat","commit_stats":null,"previous_names":["pewee-live/webtop-pinyin","pewee-live/webtop-pinyin-wechat"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/pewee-live/webtop-pinyin-wechat","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pewee-live%2Fwebtop-pinyin-wechat","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pewee-live%2Fwebtop-pinyin-wechat/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pewee-live%2Fwebtop-pinyin-wechat/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pewee-live%2Fwebtop-pinyin-wechat/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pewee-live","download_url":"https://codeload.github.com/pewee-live/webtop-pinyin-wechat/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pewee-live%2Fwebtop-pinyin-wechat/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29331750,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-11T06:13:03.264Z","status":"ssl_error","status_checked_at":"2026-02-11T06:12:55.843Z","response_time":97,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["chinese-simplified","nas","website","webtop","wechat"],"created_at":"2026-02-11T10:10:09.738Z","updated_at":"2026-02-11T10:10:10.814Z","avatar_url":"https://github.com/pewee-live.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🖥️ Webtop + WeChat (支持中文输入)\n\n本项目基于 [LinuxServer.io Webtop](https://github.com/linuxserver/docker-webtop) 镜像构建，集成了：\n\n- ✅ Webtop (通过浏览器访问完整 Linux 桌面环境)\n- ✅ 中文输入法 (Fcitx5 + 拼音)\n- ✅ 字体支持（文泉驿 + Noto CJK）\n- ✅ 官方 Linux 微信客户端 (支持 amd64 / arm64)\n- ✅ GitHub Actions 自动构建 \u0026 推送镜像\n\n\n适合在NAS中挂微信,换手机也可以不丢失消息,配合绿联等nas自带的docker穿透可以实现在哪里,无论有没有手机都可以网页聊微信.\n ![1](https://raw.githubusercontent.com/pewee-live/webtop-pinyin/refs/heads/main/pics/1.JPG)\n \n ![2](https://raw.githubusercontent.com/pewee-live/webtop-pinyin/refs/heads/main/pics/2.JPG)\n\n---\n\n## 🚀 功能\n\n- 支持多架构 (`amd64` 和 `arm64`)\n- 通过网页即可使用 Linux 桌面环境，无需 VNC\n- 自带中文输入法，可以直接输入中文\n- 内置官方微信客户端 (WeChat for Linux)\n- 镜像自动构建并推送到 Docker Hub / GitHub Container Registry\n\n---\n\n## 📦 使用方法\n\n### 1. 拉取镜像 \u0026 启动镜像\n\n```bash\ndocker pull peweelive/webtop-chinese:latest\n\ndocker run -d \\\n  --name=webtop \\\n  --security-opt seccomp=unconfined `#optional` \\\n  -e PUID=1000 \\\n  -e PGID=1000 \\\n  -e TZ=Etc/UTC \\\n  -e SUBFOLDER=/ `#optional` \\\n  -e TITLE=Webtop `#optional` \\\n  -p 3000:3000 \\\n  -p 3001:3001 \\\n  -v /app/webtop/config:/config \\\n  -v /var/run/docker.sock:/var/run/docker.sock `#optional` \\\n  --shm-size=\"1gb\" `#optional` \\\n  --restart unless-stopped \\\n  peweelive/webtop-chinese:latest\n\n```\n\n启动后，在浏览器访问：http://localhost:3000\n\n\n##🔧 开发者说明\n\n本项目已经通过actions在每次提交推送最新docker镜像到我的仓库;如需自己build(不太推荐,自己构建时间花的很长!!)执行以下流程:\n\n```bash\n\ngit clone https://github.com/pewee-live/webtop-pinyin.git\n\ncd webtop-pinyin \n\ndocker build -t  {仓库名}/镜像名:{tag}\n\n\n```\n\n## 📜 License\n\n本项目基于 LinuxServer.io Webtop，遵循其开源协议[LICENSE](LICENSE)LICENSE详情 。\n微信客户端由腾讯官方提供，本项目仅做打包集成。\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpewee-live%2Fwebtop-pinyin-wechat","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpewee-live%2Fwebtop-pinyin-wechat","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpewee-live%2Fwebtop-pinyin-wechat/lists"}