All Projects → msfjarvis → redirekt

msfjarvis / redirekt

Licence: Apache-2.0, MIT licenses found Licenses found Apache-2.0 LICENSE_APACHE MIT LICENSE_MIT
Super simple Cloudflare Worker that performs redirections and serves a static site from Cloudflare Workers KV

Programming Languages

typescript
32286 projects
javascript
184084 projects - #8 most used programming language
Nix
1067 projects

Projects that are alternatives of or similar to redirekt

cloudflare-worker-router
A super lightweight router (1.3K) with middleware support and ZERO dependencies for CloudFlare Workers.
Stars: ✭ 144 (+860%)
Mutual labels:  cloudflare-worker
Contact-Form
The Lightweight Contact Form which send contact requests on your Telegram
Stars: ✭ 28 (+86.67%)
Mutual labels:  cloudflare-worker
cloudflare-worker-app-kit
☁✨ A handy set of tools for creating a Cloudflare Worker app.
Stars: ✭ 75 (+400%)
Mutual labels:  cloudflare-worker
telegram-bot-api-worker
Take an alternate route to Telegram Bot API :)
Stars: ✭ 75 (+400%)
Mutual labels:  cloudflare-worker
worker-kv
Rust bindings to Cloudflare Worker KV Stores
Stars: ✭ 36 (+140%)
Mutual labels:  cloudflare-worker
cloudflare-worker-routing
A simple Cloudflare Worker with built-in routing
Stars: ✭ 38 (+153.33%)
Mutual labels:  cloudflare-worker
proxies-on-cloudflare
Proxies in Cloudflare Workers
Stars: ✭ 84 (+460%)
Mutual labels:  cloudflare-worker
IPFS PHOTO SHARE
💰用甚嚒服务器,ServerLess搭建一个图片分享站点!| 基于CloudFlareWorker无服务器函数和IPFS去中心化存储的图片分享网站
Stars: ✭ 76 (+406.67%)
Mutual labels:  cloudflare-worker
poll
Cloudflare worker for embedding polls anywhere.
Stars: ✭ 39 (+160%)
Mutual labels:  cloudflare-worker
curl-worker
No description or website provided.
Stars: ✭ 42 (+180%)
Mutual labels:  cloudflare-worker
DNS-over-Discord
A 1.1.1.1 DNS resolver built for Discord
Stars: ✭ 228 (+1420%)
Mutual labels:  cloudflare-worker

redirekt

A dead simple and very stupid Cloudflare Worker that does straightforward redirections to GitHub. As of recently, it also serves a static site out of Cloudflare's Workers KV product.

Example redirections

https://msfjarvis.dev/g => https://github.com/msfjarvis
https://msfjarvis.dev/g/redirekt => https://github.com/msfjarvis/redirekt
https://msfjarvis.dev/g/redirekt/8436184361 => https://github.com/msfjarvis/redirekt/commit/8436184361
https://msfjarvis.dev/aps => https://github.com/android-password-store/Android-Password-Store
https://msfjarvis.dev/aps/f56086cd78e8 => https://github.com/android-password-store/Android-Password-Store/commit/f56086cd78e8
https://msfjarvis.dev/aps/issue/1232 => https://github.com/Android-Password-Store/Android-Password-Store/issues/1232

How to use

The redirects are specific to my personal use so you might want to tweak/remove them before deploying to your own website.

Follow the Workers documentation to install wrangler, then copy wrangler.example.toml to wrangler.toml and update the routes and vars fields. You can also add your zone and account ID there, or use the environment variables as recommended in the Workers documentation.

Run wrangler publish and that should be it!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].