cron410
cron410
Does anyone know where to find a complete and consistently updated dump of TPB? I found many old archives and static torrents. I was wondering if there is a btsync...
Not sure if this is OK to include in the official image, but I have a way to automate the Demo button of the Evaluation window on startup. I wanted...
This feature would be very useful for when using Yakyak in the workplace.
I was wondering about your automation logic around the included SSL Split version that is hard coded into the dockerfile. Is the latest version you include: - only what you...
I have this running inside the rclone/rclone:beta docker image, listening on 0.0.0.0:5572 instead of 127.0.0.1:5572 ``` docker run -it --rm -p 5572:5572 rclone/rclone:beta rcd --rc-web-gui --rc-addr 0.0.0.0:5572 --rc-user=test --rc-pass=test --rc-serve...
I just wanted to drop in and say thanks for creating such a stable and reliable container for rclone. It's been the best so far. I use Watchtower to auto...
I created a volume on both Docker hosts that connects to a gluster cluster hosted on 2 other servers with the following command: `docker volume create --driver sapk/plugin-gluster --opt voluri="gluster.mydomain.com:volume-app1"...
I currently have 2 gluster servers also running docker with app1 in a container using this plugin. I recently set up a 3rd docker host in the same datacenter as...
Added tip for configuring the speedtest. ## Description ## Related Issue ## Types of changes - [ ] Bug fix (non-breaking change which fixes an issue) - [ ] New...
Changed to the new-style key add, followed directions from here: https://www.linuxuprising.com/2021/01/apt-key-is-deprecated-how-to-add.html