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.
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.
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
docker run --rm -v "./cache:/cache" ghcr.io/hitomarukonpaku/kccacheproxy preload
docker pull ghcr.io/hitomarukonpaku/kccacheproxy