Web Analytics

mousehole

⭐ 169 stars Korean by t-mart

Mousehole, MAM용 시드박스 IP 업데이트 도구

MAM용 시드박스 IP를 업데이트하는 백그라운드 서비스와 이를 관리하는 HTTP 서버입니다.

Mousehole Demo

호스트/VPN/시드박스를 사용하여 시딩 중이고 IP 주소가 불안정할 때 유용할 수 있습니다.

특징:

업데이트 전, Mousehole은 호스트의 현재 IP 주소와 AS를 마지막 MAM 응답과 비교하여 실제로 업데이트가 필요한지 확인합니다.

자세한 내용은 API.md를 참고하세요.

시작하기

Mousehole을 사용하려면 다음을 수행해야 합니다:

서비스 실행

#### Docker Compose (권장)

services:
  gluetun:
    image: qmcgaw/gluetun:latest
    cap_add:
      
  • NET_ADMIN
devices:
  • /dev/net/tun:/dev/net/tun
ports:
  • "5010:5010" # Mousehole port
  • "8080:8080" # qBittorrent Web UI port
  • "6881:6881/tcp" # qBittorrent TCP torrent port
  • "6881:6881/udp" # qBittorrent UDP torrent port
environment: VPN_SERVICE_PROVIDER: "your-vpn-provider" FIREWALL_VPN_INPUT_PORTS: "6881" # qBittorrent torrent # more is needed here -- see Gluetun documentation # https://github.com/qdm12/gluetun-wiki # https://github.com/qdm12/gluetun-wiki/tree/main/setup/providers restart: unless-stopped

qbittorrent: image: lscr.io/linuxserver/qbittorrent:latest network_mode: "service:gluetun" environment: TZ: Etc/UTC # Set to your timezone for localization WEBUI_PORT: 8080 TORRENTING_PORT: 6881 restart: unless-stopped

mousehole: image: tmmrtn/mousehole:latest network_mode: "service:gluetun" environment: TZ: Etc/UTC # Set to your timezone for localization volumes: # persist cookie data across container restarts

  • "mousehole:/srv/mousehole"
restart: unless-stopped

volumes: mousehole:

시작용 Docker Compose 예제:

모든 VPN 설정은 Mousehole을 사이드카로 포함하도록 조정할 수 있습니다. 자세한 내용은 Docker Compose에서 Mousehole을 사이드카로 사용하기를 참고하세요.

#### Unraid

설치 방법은 Unraid 설치 가이드를 참고하세요.

#### 로컬

서버를 실행하려면:

bun run start

MAM 쿠키 설정하기

Mousehole이 실행 중이면, 브라우저에서 http://:5010의 웹 UI로 이동하세요. 로컬에서 실행 중이라면 아마 일 것입니다.

처음 실행할 때(또는 쿠키가 동기화되지 않은 경우) Mousehole의 쿠키를 수동으로 설정해야 합니다.

Mousehole 웹 인터페이스로 이동하면 쿠키를 설정하는 폼이 표시됩니다 -- 쿠키를 붙여넣고 "Set" 버튼을 클릭하세요.

Mousehole 쿠키 폼

쿠키를 얻는 데 도움이 필요하면 "What do I enter here?" 버튼을 클릭하여 튜토리얼을 확인하세요.

오류 처리

Mousehole이 실행 중이어도, Mousehole이 자동으로 수정할 수 없는 문제가 발생할 수 있습니다. 여기 흔한 문제들이 있습니다:

Docker 태그

Mousehole은 여러 이미지 태그를 Docker Hub에 게시합니다:

어떤 것을 선택할지 모르면 latest를 선택하세요.

환경 변수

기여

기여하고 싶으신가요? 기여 가이드라인을 확인하세요.

유용한 추가 기능이 포함된 contrib 디렉터리도 있습니다.

링크

개발

``bash bun run dev `

저작권 표시

Mouse Hole by Sergey Demushkin from Noun Project (CC BY 3.0)

--- Tranlated By Open Ai Tx | Last indexed: 2026-04-12 ---