Skip to content

Tibowl/KCCacheProxy

Repository files navigation

KanColle Cache Proxy

ko-fi

This is a local proxy meant to cache KC assets and bypass the gadget IP block. It can be preloaded from a cache dump (linked below). This will improve loading of assets on top of browser built-in cache.

Installation and setup

See Installation and setup for more information. If you still have problems, try in Chrome with the extension linked there and if you still have, you can ask for help in the reddit KC discord.

Docker

Proxy server

Download docker-compose.yaml or copy below code

---
services:
  kccp:
    container_name: kccp
    image: ghcr.io/hitomarukonpaku/kccacheproxy
    restart: unless-stopped
    ports:
      - 8080:8080
    volumes:
      - ./data:/data
      - ./cache:/cache

Open terminal in the same folder with above file then run

docker compose up -d

Preload

docker run --rm -v "./cache:/cache" ghcr.io/hitomarukonpaku/kccacheproxy preload

Update image

docker pull ghcr.io/hitomarukonpaku/kccacheproxy