Ladder

Deploy a self-hosted HTTP proxy to bypass paywalls, strip CORS headers, and modify web requests. Features custom rulesets, API access, and ad removal.

Deploy a powerful, self-hosted HTTP web proxy designed to help you access restricted content and manipulate web requests. Inspired by popular paywall-bypassing services, this tool allows you to read articles freely while maintaining complete control over your data and privacy. It operates by acting as an intermediary, applying custom modifications to both your requests and the website's responses.

Key Features:

  • Bypass Paywalls: Access restricted articles by emulating search engine crawlers or utilizing Google Cache.
  • CORS Header Removal: Strip CORS headers from responses, assets, and images to simplify cross-origin requests.
  • Custom Rulesets: Apply domain-specific rules to modify responses, inject code, or alter requested URLs on the fly.
  • Privacy-Focused: Includes options for Basic Auth, disabling logs, custom User Agents, and optional TOR proxy routing with zero built-in tracking.
  • Flexible Deployment: Easily host via Docker, Helm, or standalone binaries.

Directory Structure

ladder
.env
docker-compose.yml

docker-compose.yml

services:
  ladder:
    image: ghcr.io/everywall/ladder:latest
    container_name: ladder
    ports:
      - "8080:8080"
    environment:
      - TZ=Etc/UTC
    restart: unless-stopped

.env

# No sensitive environment variables are required for the default configuration.
# If you use custom rules or advanced configuration requiring secrets, add them here.
Categories:

Share:

Ad
Favicon

 

  
 

Similar to Ladder

Favicon

 

  
  
Favicon

 

  
  
Favicon