Audiobookshelf permissions error (too large)

Hi folks!

I chose Nextcloud as a tag because audiobokshelf is not a tag.

I’m following up on this post

and this github issue

My YunoHost server

Hardware: Dell Poweredge R710
YunoHost version: 11.2.20.2 (stable).
I have access to my server : Through SSH | through the webadmin | direct access via keyboard / screen | – all of these
If your request is related to an app, specify its name and version: audiobookshelf 2.11.0~ynh1

Description of my issue

I think the solution would be to give audiobookshelf permissions but I’m not 100% sure on how to give permissions here, would this work?



sudo su

# Let's create the group and add its users

groupadd multimedia
usermod audiobookshelf -a -G multimedia


# Set permissions

chown audiobookshelf:multimedia -R /home/yunohost.multimedia/USER/eBook/Books/02. Audiobooks
find /home/yunohost.multimedia/USER/eBook/Books/02. Audiobooks -type d -exec chmod 0775 {} \;
find /home/yunohost.multimedia/USER/eBook/Books/02. Audiobooks -type f -exec chmod 0664 {} \;


usermod audiobookshelf-a -G multimedia
setfacl -d -m u::rwX,g::rwX,o::r /home/yunohost.multimedia/USER/eBook/Books/02. Audiobooks
systemctl restart audiobookshelf
systemctl restart php7.4-fpm
systemctl restart php8.0-fpm
systemctl restart nginx

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.