{"id":28328702,"url":"https://github.com/effortless-innovations/wecom-callback","last_synced_at":"2026-05-05T19:31:29.976Z","repository":{"id":295355994,"uuid":"989893425","full_name":"effortless-innovations/wecom-callback","owner":"effortless-innovations","description":"纯 Bun.js 编写的企业微信回调服务 http://wecom.wuyoutansuo.com","archived":false,"fork":false,"pushed_at":"2025-09-08T07:44:51.000Z","size":16,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-09-08T09:28:43.996Z","etag":null,"topics":["bunjs","docker","nginx","typescript"],"latest_commit_sha":null,"homepage":"http://wecom.wuyoutansuo.com","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/effortless-innovations.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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-05-25T03:59:45.000Z","updated_at":"2025-09-08T07:44:54.000Z","dependencies_parsed_at":"2025-05-25T05:36:15.385Z","dependency_job_id":"ccb6421b-ce56-4e92-b992-c6ef8c9d9e55","html_url":"https://github.com/effortless-innovations/wecom-callback","commit_stats":null,"previous_names":["effortless-innovations/wecom-callback"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/effortless-innovations/wecom-callback","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/effortless-innovations%2Fwecom-callback","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/effortless-innovations%2Fwecom-callback/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/effortless-innovations%2Fwecom-callback/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/effortless-innovations%2Fwecom-callback/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/effortless-innovations","download_url":"https://codeload.github.com/effortless-innovations/wecom-callback/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/effortless-innovations%2Fwecom-callback/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32664770,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-05T11:29:49.557Z","status":"ssl_error","status_checked_at":"2026-05-05T11:29:48.587Z","response_time":54,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":["bunjs","docker","nginx","typescript"],"created_at":"2025-05-26T08:16:42.141Z","updated_at":"2026-05-05T19:31:29.972Z","avatar_url":"https://github.com/effortless-innovations.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# wecom-callback\n\n\u003e 纯 Bun.js 编写的企业微信回调服务\n\n## 一、环境变量\n将 .env.example 复制一份，并重命名为 .env\n```shell\ncp .env.example .env\n```\n填写企业微信里的TOKEN、ENCODING_AES_KEY、CORPID 、CORP_SECRET、AGENT_ID 等\n\n## 二、构建镜像\n```shell\ndocker build -t wecom-callback -f Dockerfile --no-cache .\n```\n## 三、运行容器\n```shell\ndocker run -d -p 3009:3000 --restart=unless-stopped --env-file .env --name wecom wecom-callback:latest\n```\n## 四、配置Nginx\n```shell\nserver {\n    listen       80;\n    listen  [::]:80;\n    server_name  wecom.your-domain.com;\n    location / {\n      # 172.17.0.1 is docker's IP\n      proxy_pass http://172.17.0.1:3009;\n    }\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feffortless-innovations%2Fwecom-callback","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Feffortless-innovations%2Fwecom-callback","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feffortless-innovations%2Fwecom-callback/lists"}