Is clár freastalaí é TorrServer a ligeann duit comhaid meán a shruthú a íoslódáladh ó líonraí torrent. Is féidir é a shuiteáil ar aon fheiste a thacaíonn leis an gcóras oibriúcháin Linux, Windows nó macOS. Úsáideann TorrServer an prótacal BitTorrent chun comhaid a íoslódáil ó líonraí torrent agus soláthraíonn sé rochtain orthu trí fhreastalaí HTTP.
Ligeann sé seo duit comhaid meán a sheinm gan iad a íoslódáil go hiomlán chuig do ghléas. Tá feidhm ag TorrServer freisin chun comhaid torrent nua a scanadh go huathoibríoch agus a chur leis an leabharlann, rud a fhágann gur uirlis áisiúil é chun athsheinm sruthú ábhar meán a eagrú.
Áirítear leis an TorrServer:
Is féidir freisin TorrServer a úsáid mar fhreastalaí áitiúil chun comhaid meán a stóráil agus a shruthú ar do líonra baile.
Chun freastalaí fíorúil a chruthú le TorrServer, níl le déanamh ach aon phlean óstála fíorúil bunúsach le córas oibriúcháin Ubuntu a cheannach agus an t-ordú seo a leanas a iontráil ina chonsól tar éis duit ceangal tríd an gclár Putty:
apt-get update |apt-get install curl -y dir="/opt/torrserver" mkdir -p ${dir} architecture="" case $(uname -m) in i386) architecture="386" ;; i686) architecture="386" ;; x86_64) architecture="amd64" ;; arm) dpkg --print-architecture | grep -q "arm64" && architecture="arm64" || architecture="arm7" ;; esac url=$(curl --silent https://github.com/YouROK/TorrServer/releases/ | grep TorrServer-linux-${architecture} | head -1 | awk -F " '{print $2}') wget -O ${dir}/torrserver https://github.com/${url} chmod +x ${dir}/torrserver cat << EOF > /etc/systemd/system/torrserver.service [Unit] Description = TorrServer After = network.target [Service] User = root Group = root #Environment="GODEBUG=madvdontneed=1" Type = simple NonBlocking = true ExecStart = ${dir}/torrserver -d ${dir} -p 8090 ExecReload = /bin/kill -HUP ${MAINPID} ExecStop = /bin/kill -INT ${MAINPID} TimeoutSec = 30 WorkingDirectory = ${dir} Restart = on-failure RestartSec = 5s #LimitNOFILE = 4096 [Install] WantedBy = multi-user.target EOF systemctl daemon-reload systemctl start torrserver.service systemctl enable torrserver.service echo -e "nTorrServer Online - installation is completen" >/dev/pts
Tar éis duit an t-ordú seo a iontráil, beidh tú in ann ceangal le do fhreastalaí trína sheoladh IP le port 8090 (ar féidir é a athrú roimh ré sa chód thuas).