System installation
Quick Installation stepsÂ
- Create a new worker on the Cloudflare Worker management page .
- Worker left in the edit page PasteÂ
index.js
code. - According to their need to modify the configuration content
- Save and deploy
- Create a domain record for your new bookmark website.Â
- Add a new worker route to map to new created workers.Â
Advanced steps (Options)
How to bind it with your own subdomain
- After completed quick installation steps,go back to your Cloudflare domain management console
- ClickÂ
Workers
 to enter Workers management page - ClickÂ
Add route
 to create a new route Route
 : you can enter your own subdomain for your route. If you would like to use your root domain, you can directly enter it,Worker
: choose the Worker created from previous step to bind with your own subdomain.
Route
's subdomain must has a corresponding A record created to be able to be resolved. If it has been to creaet a A record to map to an IP address, you can enter 8.8.8.8 as IP address when createing it:)
Features
- Categories / Sections
- Auto-fetch favicon
- Selling ads
- Hitokoto - one sentence note
- No server / service required
- Fast and free using Cloudflare workers
- Configuration / Data in configuration
Demo site and screenshots
References
- Original Github :Â https://github.com/sleepwood/CF-Worker-Dir
- Build a Serverless Bookmark Website Use Cloudflare Worker
- Using Cloudflare Workers to Deploy A Free Google Drive Directory Indexer in 5 Minutes
- Set Up CloudFlare Workers to Use Your Own Domain
- Build a Reverse Proxy Using Cloudflare Workers
- Cloudflare Workers Usage Collection
No comments:
Post a Comment