pierobot / mangapie

This is a self-hosted server for archived manga.
BSD 3-Clause "New" or "Revised" License
63 stars 9 forks source link

Issue with folder parsing #225

Closed ahvahsky2008 closed 3 years ago

ahvahsky2008 commented 3 years ago

I add folder with images to folder /var/www/xxx/data/www/yyy.org/storage/manga/ System found one folder image But when i navigate to main page i see issue. image Cover empty!! folders cover/medium|small contains only one default file image

I think its apache issue and grant access to storage folder. Same issue.

sudo chmod -R o+w storage/
sudo chmod -R 775 storage/
sudo chmod -R o+w bootstrap/cache
sudo chmod -R 775 bootstrap/cache
chown -Rf www-data.www-data /var/www/sub.domain.com
php artisan cache:clear
composer dump-autoload
sudo chown -R www-data:www-data storage
donotos commented 3 years ago

Hi.

did you try chmod -R 777 /var/www/sub.domain.com just to be sure?

kurim commented 3 years ago

As far as I know single images does not work. Based on front info: System only supports zip/cbz and rar/cbr

pierobot commented 3 years ago

Currently, there is no support for standalone images.