Page 1 of 2

Emule and Calibre

Posted: 28 Feb 2020, 17:37
by claudiocarli
Good morning.
Two apps fundamental in a NAS are Emule (for p2p downloads) and Calibre (The best ebook manager in the world!).
It is possible to implements these two in TOS?

Thank you very much.

Re: Emule and Calibre

Posted: 23 Mar 2020, 15:31
by powerQ
eMule is a p2p download application for Windows OS, the org did not release any verison for linux untill now.

Re: Emule and Calibre

Posted: 07 May 2020, 01:32
by yorch
emule exists in synology and qnap, therefore, there is some version or way to configure emule over nas / linux

Re: Emule and Calibre

Posted: 07 May 2020, 18:34
by TMroy
qBittorrent for TOS will be online soon. I think this is what you need.

Re: Emule and Calibre

Posted: 08 May 2020, 02:05
by skap
the program you looking for is called amule. is like emule but for linux systems

Re: Emule and Calibre

Posted: 29 Jun 2020, 02:15
by Eclisse72
TMroy wrote: 07 May 2020, 18:34 qBittorrent for TOS will be online soon. I think this is what you need.
in

No, to connect to edonkey network you need amule

This is lack of amule is really annoying... Just bought a F2-221 and already miss my old Zyxel...

Re: Emule and Calibre

Posted: 29 Nov 2020, 03:13
by eulero
Ciao all,
there are news about amule for F2-422 ?
It is the only Intel NAS doesn't offer amule ......
EU :x

Re: Emule and Calibre

Posted: 11 Dec 2020, 07:54
by infoaliste
Hi, I have managed to install emule on my F2-221. TOS 4.2.06 If you want to try these are the steps I have followed:
First, I installed Docker from the TOS application installer.
Then I log in SSH as root and execute the following command to install the container:

Code: Select all

docker run -p 4711:4711 -p 23732:23732 -p 23733:23733 -v emule_data:/data --name emule reimashi/emule
After a couple of minutes, emule is ready and we can open the browser and manage emule through the IP of your NAS port 4711 (http://yournasip:4711)
Password: admin

You can now leave the SSH session.
If you want to pause the container, log back into SSH and run the following command:

Code: Select all

docker pause emule
To reactivate it:

Code: Select all

docker unpause emule
Remember that for emule to work properly you must open the following ports on your router:
23732 TCP
23733 UDP
If you want to manage emule from outside your local network you must also open port 4711

In my installation, I find the downloads in the following route:
/mnt/md0/appdata/docker/volumes/emule_data/_data/download
This path may change in your installation depending on the configuration of your storage system

More information about the emule container installed:
https://github.com/tokkenno/emule-docker

Re: Emule and Calibre

Posted: 19 Dec 2020, 17:58
by claudiocarli
Hi all,
can you tell me how can I share my folders with this tokkenno emule docker version?

Re: Emule and Calibre

Posted: 20 Dec 2020, 18:16
by infoaliste
As far as I know, the shared folder is the same one where the downloads are made: ...emule_data/_data/download.
I don't know if more folders can be added for sharing