BulldozerPete

Results 19 comments of 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 ![pic1](https://user-images.githubusercontent.com/61943052/183282736-5117f479-2b7a-47a7-af2b-a37865306749.png) 4. type in: ![pic2](https://user-images.githubusercontent.com/61943052/183282766-8ba58702-3406-4b2d-84e5-85677a9af9a1.png) 5. edit volumes: ![pic3](https://user-images.githubusercontent.com/61943052/183282795-0c4ff4b9-1632-453c-abc1-7a99a7ba64a9.png) (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: ![pic5](https://user-images.githubusercontent.com/61943052/183282979-8ef0e090-2fd8-4ed8-8681-2ce7faade6e9.png)

@BlackNL16 what is the name of the cookie? ![screenshot](https://user-images.githubusercontent.com/61943052/208599613-df9c2571-0350-438e-8773-167b353091b6.jpg)

@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 !