Search found 16 matches

by H320
Sun Apr 17, 2016 1:56 pm
Forum: Development
Topic: Docker image deluge-libtorrent
Replies: 1
Views: 3167

Re: Docker deluge + libtorrent

An update as I am looking for help to change the base image to alpine linux. The libtorrent package on the alpine repo is very old (0.16) and I encounter several issue when compiling libtorrent on alpine linux. If you have some experience with autotools on alpine (or C/C++ compiling) please take a l...
by H320
Wed Apr 13, 2016 8:23 pm
Forum: Support
Topic: Welcome Back!
Replies: 4
Views: 3136

Re: Welcome Back!

Why would you want to use a self-signed certificate?

Even free altenative exist: https://letsencrypt.org/getting-started/
by H320
Wed Apr 13, 2016 4:17 pm
Forum: Support
Topic: Welcome Back!
Replies: 4
Views: 3136

Re: Welcome Back!

Is it possible to implement HTTPS (only) on both forum and deluge website?
by H320
Tue Sep 01, 2015 6:34 pm
Forum: Support
Topic: Update libtorrent with deluge 1.3.3
Replies: 7
Views: 13584

Re: Update libtorrent with deluge 1.3.3

Hello, I was following this topic. In order to build libtorrent some dependcies are required. You should try to do a './configure' before trying to build in order to verify that your system is able to build libtorrent. In your case the error indicates that the boost library is not present on your sy...
by H320
Sat Apr 11, 2015 5:38 pm
Forum: Development
Topic: Docker image deluge-libtorrent
Replies: 1
Views: 3167

Docker image deluge-libtorrent

For my personal usage I built a docker image containing latest version of deluge (1.3.11) and libtorrent (1.0.4). Both are compiled from sources (tar.gz). Could be useful for development/testing or rapid deployment. If anyone has ideas to reduce the size of the docker image please share it :D. https...
by H320
Mon Feb 11, 2013 7:43 pm
Forum: Support
Topic: Compiling libtorrent and Deluge on fresh Debian Squeeze
Replies: 4
Views: 4411

Re: Compiling libtorrent and Deluge on fresh Debian Squeeze

Hi. It's pleasant to see people enthusiastic with Linux and with the will to learn new stuff about it. Welcome aboard :). Make is often a long-process and yes it prints out some kind of crazy stuff. Basically the make utility calls the build process which allows to compile the source files into exec...
by H320
Sat Jan 12, 2013 4:28 pm
Forum: Support
Topic: Escaping Spaces in thin client
Replies: 2
Views: 2290

Re: Escaping Spaces in thin client

It should work without escaping spaces or using quotes.

I have tried and the following should work for example : "/home/user/a directory" or "/home/user/a directory/a file". (without quotes)
by H320
Sat Jan 12, 2013 4:05 pm
Forum: Support
Topic: [Bug] Changing passkey
Replies: 1
Views: 2424

Re: [Bug] Changing passkey

There is a feature request about this: http://dev.deluge-torrent.org/ticket/2047

Apparently there is already some code written for this feature. If you know how to edit your version of deluge you should be able to obtain this feature before the milestone.
by H320
Sat Jan 12, 2013 3:10 pm
Forum: Development
Topic: Difference between branches
Replies: 5
Views: 3949

Re: Difference between branches

Thanks for your answers. I didn't take the time to check the related tickets...
by H320
Fri Jan 11, 2013 3:21 pm
Forum: Development
Topic: Difference between branches
Replies: 5
Views: 3949

Re: Difference between branches

By comparing commits listed for master and 1.3-stable I detect those commits that are in master branch but not in 1.3-stable: http://git.deluge-torrent.org/deluge/commit/?id=cc5ef891397427a7a7817a574453a11e754cc3aa http://git.deluge-torrent.org/deluge/commit/?id=f47c9186bf3a8e21d20d797e3a56b45d92f0a...