Skip to content

NaviHiveModern Personal Navigation

Lightweight navigation management system powered by Cloudflare Workers

NaviHive

Quick Deployment

bash
# 1. Fork the project to your GitHub
# 2. Click the Deploy to Cloudflare Workers button
# 3. Follow the wizard to complete deployment

# See Getting Started Guide for detailed steps
bash
# Clone the project
git clone https://github.com/zqq-nuli/Cloudflare-Navihive.git
cd Cloudflare-Navihive

# Install dependencies
pnpm install

# Login to Cloudflare
wrangler login

# Create database
wrangler d1 create navigation-db

# Deploy
pnpm deploy

Version Info

Current Version: v1.1.0 | Changelog | GitHub Release

v1.1.0 New Features

  • ✨ Guest Mode: Public/private content control support
  • 🛡️ Login Rate Limiting: Brute-force attack prevention
  • 🔐 Enhanced Security: Comprehensive security hardening

基于 MIT 许可发布