BEN
BEN
does your config file has a `.yml` or `.yaml` extension name?
Just rename the config file as `.yml` should be fine. Version 1.3.6 fixes this problem. But you config has already written as yaml, renaming it would be easier.
Please revert to the previous commit, it's caused by using new go lang embed fs, I fixed in my work machine but forgot to push repo. I'll push several days...
You can just change the running user to whatever you want, in the service file. Just take cares of the config file and the download dir is the same user...
This needs upstream support, I found that they already discussed this few years ago and I believe it's not priority. You may subscribe their issue , as long as they...
You can put the `user` option in the compose file, or the `--user` argument in docker command line, to override the container's user. The program is not privilege sensetive, in...
The exchange rate = downloaded ÷ uploaded You downloaded 200K but uploaded 200M, rounded up is zero, it's expected. daiaji 于 2020年2月19日周三 07:21写道: > As you can see. > [image:...
I guess there's problems during the program running. Provide the booting up log or nobody knows what's going on.
> Hi > > Same issue here using docker. > > ``` > torrent_1 | 2019/10/30 07:22:25 ############# SimpleTorrent ver[] ############# > torrent_1 | 2019/10/30 07:22:25 fetchSearchConfig: loading search config...
If you want a login auth with docker, pass the `--auth` arg. ``` $ docker run -d -p 3000:3000 -v /path/to/my/downloads:/downloads -v /path/to/my/torrents:/torrents boypt/cloud-torrent --auth user:pass ```