Added Twitch Points Miner and edited readme.
Also merry christmas.
This commit is contained in:
parent
64f2dda51c
commit
ec7bafaef2
3 changed files with 34 additions and 0 deletions
BIN
Images/twitchpointsminer.png
Normal file
BIN
Images/twitchpointsminer.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 22 KiB |
|
@ -136,6 +136,7 @@ All templates are already configured to bind mount to various places on your dri
|
||||||
- Transmission
|
- Transmission
|
||||||
- Transmission-openvpn
|
- Transmission-openvpn
|
||||||
- Tvheadend
|
- Tvheadend
|
||||||
|
- Twitch Points Miner
|
||||||
- Ubooquity
|
- Ubooquity
|
||||||
- Unifi-controller
|
- Unifi-controller
|
||||||
- Uptime Kuma
|
- Uptime Kuma
|
||||||
|
|
|
@ -3382,6 +3382,39 @@
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"categories": ["Tools", "Other"],
|
||||||
|
"description": "A simple script that will watch a stream for you and earn the channel points.",
|
||||||
|
"image": "rdavidoff/twitch-channel-points-miner-v2:latest",
|
||||||
|
"logo": "https://raw.githubusercontent.com/Qballjos/portainer_templates/master/Images/twitchpointsminer.png",
|
||||||
|
"name": "twitch-points-miner",
|
||||||
|
"note": "Requires run.py, this is your starter script with your configuration. Please copy and modify accordingly <a href='https://github.com/rdavydov/Twitch-Channel-Points-Miner-v2/tree/master?tab=readme-ov-file#how-to-use'/>Here</a>",
|
||||||
|
"platform": "linux",
|
||||||
|
"ports": [
|
||||||
|
"5000:5000/tcp"
|
||||||
|
],
|
||||||
|
"restart_policy": "unless-stopped",
|
||||||
|
"title": "Twitch Points Miner",
|
||||||
|
"type": 1,
|
||||||
|
"volumes": [
|
||||||
|
{
|
||||||
|
"bind": "/portainer/Files/AppData/Config/TwitchPointsMiner/run.py",
|
||||||
|
"container": "/usr/src/app/run.py"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"bind": "/portainer/Files/AppData/TwitchPointsMiner/cookies",
|
||||||
|
"container": "/usr/src/app/cookies"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"bind": "/portainer/Files/AppData/TwitchPointsMiner/logs",
|
||||||
|
"container": "/usr/src/app/logs"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"bind": "/portainer/Files/AppData/TwitchPointsMiner/analytics",
|
||||||
|
"container": "/usr/src/app/analytics"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"categories": ["Cloud", "Books"],
|
"categories": ["Cloud", "Books"],
|
||||||
"description": "Ubooquity is a free, lightweight and easy-to-use home server for your comics and ebooks. Use it to access your files from anywhere, with a tablet, an e-reader, a phone or a computer.",
|
"description": "Ubooquity is a free, lightweight and easy-to-use home server for your comics and ebooks. Use it to access your files from anywhere, with a tablet, an e-reader, a phone or a computer.",
|
||||||
|
|
Loading…
Reference in a new issue