-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathPocketMoneyMaker.txt
75 lines (64 loc) · 1.97 KB
/
PocketMoneyMaker.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
sudo docker run -d \
--name earnapp \
--restart always \
-v earnapp-data:/etc/earnapp \
-e EARNAPP_UUID='@YOUR_UUID' \
fazalfarhan01/earnapp:lite
sudo docker run -d \
--platform=linux/amd64 \
--name honeygain \
--restart always \
-e HONEYGAIN_DUMMY='' \
honeygain/honeygain -tou-accept -email @YOUREMAIL -pass @YOURPASSWD -device @DEVICENAME
sudo docker run -d \
--name iproyal \
--restart always \
-e IPROYALPAWNS_DUMMY='' \
iproyal/pawns-cli:latest -accept-tos -email=@YOUREMAIL -password=@YOURPASSWD -device-name=@DEVICENAME
sudo docker run -d \
--name peer2profit \
--restart always \
-e P2P_EMAIL='@YOUREMAIL' \
peer2profit/peer2profit_linux:latest
sudo docker run -d \
--platform=linux/amd64 \
--name packetstream \
--restart always \
-e CID='@YOUR_CID' \
packetstream/psclient:latest
sudo docker run -d \
--name traffmonetizer \
--restart always \
-e TRAFFMONETIZER_DUMMY='' \
traffmonetizer/cli:arm32v7 start accept status --token @YOURTOKEN --device-name @DEVICENAME
sudo docker run -d \
--platform=linux/amd64 \
--name repocket \
--restart always \
-e RP_EMAIL='@YOUREMAIL' \
-e RP_PASSWORD='@YOURPASSWD' \
repocket/repocket:latest
sudo docker run -d \
--platform=linux/amd64 \
--name bitping \
--restart always \
-e BITPING_DUMMY='' \
-v /home/.data/.bitping:/root/.bitping \
bitping/bitping-node:latest
sudo docker run -d \
--name watchtower \
--restart always \
-e WATCHTOWER_POLL_INTERVAL='9000' \
-e WATCHTOWER_ROLLING_RESTART='true' \
-e WATCHTOWER_NO_STARTUP_MESSAGE='true' \
-e WATCHTOWER_CLEANUP='true' \
-v /var/run/docker.sock:/var/run/docker.sock \
containrrr/watchtower
sudo docker run -d \
--name homarr \
--restart unless-stopped \
-p 7575:7575 \
-v /homarr/configs:/app/data/configs \
-v /homarr/icons:/app/public/icons \
-v /var/run/docker.sock:/var/run/docker.sock \
ghcr.io/ajnart/homarr:latest