Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 630 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 630 Bytes

wikimirror

简体中文 English

Build a Wikipedia mirror with CloudFlare Workers.

How to Build

Create two CloudFlare Workers. Put image.js into one and main.js into the other. Then, assign them with your own domain names.

Replace wiki-img.davidx.top with the domain name that you assigned for image.js and wiki.davidx.top for main.js.

Visit the domain name assigned for main.js to use.

Known Issues

  • Doesn't support login/editing. (IP is banned and login has problems).
  • May trigger Error 1102 (CPU Timeout). Seen once during operation but never seen after that.