Pavel Tetyuev

Results 5 comments of Pavel Tetyuev

Im sorry, but i can give you some results only on weekend

qBittorrent check origin header. You must to bind same port as you expose in docker ```sh $ docker run --rm -p 8083:8083 wernight/qbittorrent:4.2.5 qbittorrent-nox --webui-port=8083 ``` Or you can disable...

**I strongly advise against it!** You can only do it for tests. **Not in production!** 1. Copy default config file from [here](https://github.com/wernight/docker-qbittorrent/blob/master/stable/qBittorrent.conf) 1. Add `WebUI\CSRFProtection=false` into `Preferences` section 1. Mount...

What do you think about [AWS SDK](https://github.com/aws/aws-sdk-go-v2) approach? Could we put mod file into each datasource and database package? It will reduce transitive dependencies to minimum

> provide a switch The problem is in the prepare process. `cli` parses flags and command first, and only after that makes a decision to print the help. I wonder...