BulldozerPete
BulldozerPete
I was able to deploy an always restart container. But I am struggling to translate the mentioned linux command: `docker run --rm -v ${PWD}:/app/data -i -t --sig-proxy=false ghcr.io/tychothetaco/twitch-drops-bot:latest-release` into a...
How-to: 1. login to portainer 2. go to: containers 3. click add container  4. type in:  5. edit volumes:  (in my case config files will be stored...
I don't know where to edit "--sig-proxy=false" and what this will do.
But can be edited here: 
@dethmourne How do I do that?
@BlackNL16 what is the name of the cookie? 
@BlackNL16 Done. Still same error. my commands, after login via ssh: `cd Twitch-Drops-Bot` `sudo nano cookies-.json` copy and paste of your text from above, added my auth-token and unique_id, saved...
docker run --rm -v /home/sam/Twitch-Drops-Bot:/app/data -i -t --name twitchbot --sig-proxy=false ghcr.io/tychothetaco/twitch-drops-bot:latest [2022-12-21 18:06:53] [info] Loading config file: config.json [2022-12-21 18:06:53] [warn] Overriding browser option because we are inside a docker...
@BlackNL16 done. Next error: docker run --rm -v /home/sam/Twitch-Drops-Bot:/app/data -i -t --name twitchbot --sig-proxy=false ghcr.io/tychothetaco/twitch-drops-bot:latest [2022-12-22 06:59:09] [info] Loading config file: config.json [2022-12-22 06:59:10] [warn] Overriding browser option because we...
I renamed the file to "cookies-USERNAME_TWITCH.json" Worked for me. Thank you very much @BlackNL16 !