Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Local caching proxy for KanColle

NotificationsYou must be signed in to change notification settings

Tibowl/KCCacheProxy

Repository files navigation

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

SeeInstallation 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 thereddit KC discord.

Docker

Proxy server

Downloaddocker-compose.yaml or copy below code

---services:kccp:container_name:kccpimage:ghcr.io/hitomarukonpaku/kccacheproxyrestart:unless-stoppedports:      -8080:8080volumes:      -./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

[8]ページ先頭

©2009-2025 Movatter.jp