We have upgraded the community system as part of the upgrade a password reset is required for all users before login in.

Onion lighttpd webdav setup not working



  • I am trying to set up my Onion Omega with webdav in the hopes of having a web based file manager, in the same way shellinabox allows a web based terminal. I am able to configure the lighttpd server correctly but not the webdav mod. I followed the link bellow for the webdav mod. When I curl my lighttpd server (curl 192.168.3.1) I receive what I expect, but when I do the same for the dav version with or without a password (curl 192.168.3.1/dav/ or curl -u user:pswwd 192.168.3.1/dav/) I get 401 unothaurized. Not sure how to trouble shoot as I am very ubfamiliar to lighttpd and similar web servers.

    https://openwrt.org/docs/guide-user/services/nas/webdav



  • @cosmonaut2919 I would first stop the light service lighttpd stop then run it in the console so you can see any output.. My guess is that the webdav module is either not loading and you should be able to see that in the console or you could check log using logread.

    You can also enable logging in lighttpd.conf, check the docs at lighttpd.net



Looks like your connection to Community was lost, please wait while we try to reconnect.