Added Twitch Points Miner and edited readme.

Also merry christmas.
This commit is contained in:
ShiroBlank 2023-12-25 14:40:09 +00:00
parent 64f2dda51c
commit ec7bafaef2
3 changed files with 34 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB

View File

@ -136,6 +136,7 @@ All templates are already configured to bind mount to various places on your dri
- Transmission
- Transmission-openvpn
- Tvheadend
- Twitch Points Miner
- Ubooquity
- Unifi-controller
- Uptime Kuma

View File

@ -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"],
"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.",