WWBN / AVideo-Storage

Storage Server for AVideo Platform Open-Source
26 stars 37 forks source link

Add up storage to my YPT #16

Closed HESSEBO closed 3 years ago

HESSEBO commented 3 years ago

Hi, I have a question please ! I added an extra storage to my YPT site so that to extend the size of hosting using YPT storage plugin, but I can't get it working. I mounted the drive inside the website folder in the but still no luck. can somebody guide me with some useful information and what configurations need to be done so that my HDD appears as extended storage on my website.

thanks

DanielnetoDotCom commented 3 years ago

basically, you need another webserver to be your YPTStorage

The idea is to be a complete another server, not on the same, but maybe you can create a virtual host into this new drive

akhilleusuggo commented 3 years ago

Mount the drive on /var/www/html/new_drive on the new drive git clone the AVideo-Storage Now on the vhost , point it to /var/www/html/new_drive/AVideo-Storage

This should work , because I'm using it on my home-lab and no issues .

HESSEBO commented 3 years ago

Mount the drive on /var/www/html/new_drive on the new drive git clone the AVideo-Storage Now on the vhost , point it to /var/www/html/new_drive/AVideo-Storage

This should work , because I'm using it on my home-lab and no issues .

It worked like a charm (^_^) Thank you very much.