Skip to content

Commit

Permalink
Merge pull request #68 from ShiroBlank/master
Browse files Browse the repository at this point in the history
  • Loading branch information
Qballjos authored Dec 25, 2023
2 parents 64f2dda + ec7bafa commit 4e6ca09
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 0 deletions.
Binary file added Images/twitchpointsminer.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
33 changes: 33 additions & 0 deletions Template/template.json
Original file line number Diff line number Diff line change
Expand Up @@ -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.",
Expand Down

0 comments on commit 4e6ca09

Please sign in to comment.