Closed bonanza123 closed 7 years ago
Hi,
it looks like you haven’t created the extra.d
folder.
From README.md:
This assumes you have stored the additional configuration spreed-webrtc-nextcloud.conf in the current directory and also have created the extra.d folder there.
I can confirm the issue, I did create an extra.d folder (owned by www-data) and the folder contains spreed-webrtc-nextcloud.conf (also owned by www-data) in the volume mapped to /var/www/nextcloud/apps/spreedme/extra
I got the same error message:
Configured extra '/var/www/html/nextcloud/apps/spreedme/extra' is not a directory.
For me this worked without creating additional folders or changing permissions
docker run -t -i --name spreedme --restart=always --net=host -p 8080:8080 -p 8443:8443 -v /var/www/owncloud/apps/spreedme:/srv/extra -v /var/log/spreed:/var/log/spreed -v /var/www/owncloud/apps/spreedme/extra:/var/www/owncloud/apps/spreedme/extra -i -t spreed/webrtc -c /srv/extra/server.conf
Thanks, that helped. I needed to add:
-v /var/www/html/nextcloud/apps/spreedme/extra:/var/www/html/nextcloud/apps/spreedme/extra
Something about this probably needs to be added in the readme, since spreedme is looking for a folder at /var/www/[owncloud/nextcloud]/apps/spreedme/extra inside the container, which doesn't exist by default. I'm not really sure why, in the first place, actually. Maybe there's some error in the creation of spreed-webrtc-nextcloud.conf?
I assume this can be closed. Please reopen if the issue still persists.
I'm trying to follow the instructions in the README to create a docker container, but I seem to have some issues with the right path for the
extra
folder. In the documentation justpwd
is mentioned, but for its not clear, so I tried the commands mentioned below.Here some information about my nextcloud structure (running still in owncloud folder as I just upgraded it and don't want to change it right now):
In this folder, I then ran:
Which gives me after some time:
But of course it is a directory:
Maybe its a permission problem with docker? How do fix that? Is the path correct that I assumed for
pwd
?P.S.: The file and folder permissions are those recommended by nextcloud
P.P.S.: I had a similar issue when using: