diff --git a/Images/twitchpointsminer.png b/Images/twitchpointsminer.png new file mode 100644 index 0000000..7c21c1d Binary files /dev/null and b/Images/twitchpointsminer.png differ diff --git a/README.md b/README.md index 42247c0..b74b87c 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/Template/template.json b/Template/template.json index 0fec808..0eb75d5 100644 --- a/Template/template.json +++ b/Template/template.json @@ -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 Here", + "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.",