• This repository has been archived on 24/Dec/2018
  • Stars
    star
    296
  • Rank 139,890 (Top 3 %)
  • Language
    Shell
  • Created over 9 years ago
  • Updated over 6 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Dockerizing thunder xware

Dockerizing thunder xware

迅雷离线下载 docker 镜像, 随便一台能上网的服务器都能成为下载利器哦~

再也不用担心迅雷扫描你的整块磁盘了.

使用

拉取镜像

docker pull yinheli/docker-thunder-xware:latest

创建一个下载目录. 用于挂载卷

mkdir data

运行

docker run -d \
        --name=xware \
        --net=host \
        -v $(pwd)/data:/app/TDDOWNLOAD \
        yinheli/docker-thunder-xware

查看运行情况

docker ps
// output:
CONTAINER ID        IMAGE                                 COMMAND             CREATED             STATUS              PORTS               NAMES
c8a3d047af71        yinheli/docker-thunder-xware:latest   "./start.sh"        4 seconds ago       Up 3 seconds                            xware

查看日志(激活码)/到迅雷增加设备

docker logs xware
// output:
killall: ETMDaemon: no process killed
killall: EmbedThunderManager: no process killed
killall: vod_httpserver: no process killed
initing...
try stopping xunlei service first...
setting xunlei runtime env...
port: 9000 is usable.

YOUR CONTROL PORT IS: 9000

starting xunlei service...
Connecting to 127.0.0.1:9000 (127.0.0.1:9000)
setting xunlei runtime env...
port: 9000 is usable.

YOUR CONTROL PORT IS: 9000

starting xunlei service...

getting xunlei service info...

THE ACTIVE CODE IS: xxx

go to http://yuancheng.xunlei.com, bind your device with the active code.
finished.

绑定成功后就可以开心地使用了.

More Repositories

1

sshw

🐝 ssh client wrapper for automatic login
Go
757
star
2

udppunch

udppunch hole for wireguard
Go
141
star
3

qqwry

QQWry golang version
Go
128
star
4

kungfu

Flexible DNS hijacking and proxy tool.
Rust
40
star
5

ipmi-fan-control

A tool to control the fan speed by monitoring the temperature of CPU via IPMI.
Rust
18
star
6

tencentsig

😜golang 原生支持的 腾讯云 usersig 生成库
Go
15
star
7

mirror_mygithub

把 github 的项目备份到本地
Go
15
star
8

wgx

wireguard tool to manage / generate configuration. Maintain one yaml configuration file to quickly build wireguard network.
Rust
13
star
9

aishahai-tb

爱莎海 - 淘宝 - 运维工具
Java
11
star
10

lightweight-java-profiler

forked from from code.google.com/p/lightweight-java-profiler
C++
9
star
11

crontab.guru

mirror of crontab.guru
8
star
12

dukpt

dukpt decrypt tool
Java
7
star
13

mybatis-generator-tool

another mybatis cli generator tool with some useful plugins
Java
5
star
14

dnspod-ddns

simple ddns tool for dnspod
Rust
5
star
15

javaemvreader

Automatically exported from code.google.com/p/javaemvreader
Java
4
star
16

gfwlist2dnsmasq

auto download and convert gfwlist to dsnmasq config file
Go
3
star
17

v2ex_tipsbox

v2ex tips box
JavaScript
3
star
18

har-analyzer

Analysis har file for help config kungfu rule file
Rust
2
star
19

dev-tools

Go
2
star
20

generatemodel

automatic generate go struct from database(MySQL) table
Go
2
star
21

database-struct

Go
1
star
22

es-mysql-mapping-helper

convert mysql table struct to elasticsearch index mapping
Go
1
star
23

mahonia

Automatically exported from code.google.com/p/mahonia
Go
1
star
24

dingding-jenkins-plugin

Java
1
star
25

redwood-filter

Automatically exported from code.google.com/p/redwood-filter
Go
1
star
26

wgc

wireguard p2p via stun & irc
Go
1
star
27

leetcode-rs

Rust
1
star
28

kungfu-rs

Rust
1
star
29

kungfu-docker

kungfu setup for example
Dockerfile
1
star
30

hsm-go-checker

SJL22 加密机健康状态检查
Go
1
star
31

tcpproxy

tcp proxy
Go
1
star
32

mybatis-comment-plugin

mybaits 注释生成插件
Java
1
star
33

import-usage-example

import-usage-example
JavaScript
1
star
34

act-kaniko

Python
1
star
35

kaniko-build

kaniko cli 工具,可以帮你快速把一个 Dockerfile 在 k8s 集群中打包生成镜像并推送到镜像库
Python
1
star