Hello,
If I want to mount the folder path /home/yunohost.app/paperless-ngx/consume in Nextcloud it doesn’t work. What do I have to do to make this work?
Both installed on the same server via Yunohost.
Hello,
If I want to mount the folder path /home/yunohost.app/paperless-ngx/consume in Nextcloud it doesn’t work. What do I have to do to make this work?
Both installed on the same server via Yunohost.
Command line solution:
sudo su
chmod 2770 /home/yunohost.app/paperless-ngx/consume
usermod -a -G paperless-ngx nextcloud
systemctl restart php8.1-fpm
Then, add the local mount in the admin section of Nextcloud.
(if you are reading this in the future, you might need to change the php version)
Wie wrote at the Matrix Chat. Noted for the future.
This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.