How to install WebDAV on the OMV5? ![]()
How to install WebDAV on the OMV5?
-
- OMV 5.x
- RedpaX
-
-
Find a docker for it.
-
-
-
-
please read technoDad videos about new dockers way of life on OMV5 (use portainer as GUI)
-
-
-
please read technoDad videos about new dockers way of life on OMV5 (use portainer as GUI)
portainer is very hard to use

-
-
You need to say what hardware platform you are running on and which image you are using. -
-
You need to say what hardware platform you are running on and which image you are using.
use ARM Raspberry Pi4
and install https://hub.docker.com/r/bytemark/webdav
-
That image doesn't have an arm tag. You will have to find one with an armhf tag.
-
That image doesn't have an arm tag. You will have to find one with an armhf tag.
I tried to install the "cloudcmd" from the repository from which I successfully installed it on OMW4 but on OMV5 I get the same problem
exec user process caused exec format error
i follow this
solution but i have "exec user process caused exec format error"External Content www.youtube.comContent embedded from external sources will not be displayed without your consent.Through the activation of external content, you agree that personal data may be transferred to third party platforms. We have provided more information on this in our privacy policy. -
-
You really need to say what exact image you tried.
This error means that you are running an image that is not meant for your hardware.
-
You really need to say what exact image you tried.
This error means that you are running an image that is not meant for your hardware.
for example image: coderaiser/cloudcmd https://github.com/coderaiser/cloudcmd
-
That image only seems to have amd64 tags.
-
-
You have to use an image that is suitable for your platform.
This one should be ok
https://hub.docker.com/r/valentinalexeev/rpi-cloudcmd -
You have to use an image that is suitable for your platform.
This one should be ok
https://hub.docker.com/r/valentinalexeev/rpi-cloudcmdYes! it works! i understood i need ARM only version image.
i tried install this https://hub.docker.com/r/angelnu/apache-webdav/tags image and "conteiner" was started successfully.
But i have a new problem i dont know login and password for webdav
Code$ docker run -ti --rm -e USERNAME=webdav -e PASSWORD=webdav -p 8080:80 --name webdav -v $(pwd):/media angelnu/apache-webdav:latest
how use this code for Portainer ? -
You use this line to start the container from the CLI. If you used it USERNAME and PASSWORD should be webdav.
If you want to edit it in Portainer you have to create two environment variables. One for USERNAME and one for PASSWORD
-
-
You use this line to start the container from the CLI. If you used it USERNAME and PASSWORD should be webdav.
If you want to edit it in Portainer you have to create two environment variables. One for USERNAME and one for PASSWORD
Yes thanks! its work! after connected webdav, i discovered that not supported UTF-8 folders names.
I tried to find file httpd.conf or apache2.conf but could not find it. I wanted to add entry AddDefaultCharset utf-8
-
As there is no /conf, Maybe inside the container
docker exec -it webdav bash
Participate now!
Don’t have an account yet? Register yourself now and be a part of our community!