It can be anything you want.
How you change it depends on the specific server you're using, I use SFTPGo for a webdav server and when I create a new user it just asks where the data should go.
A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.
Rules:
Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.
No spam posting.
Posts have to be centered around self-hosting. There are other communities for discussing hardware or home computing. If it's not obvious why your post topic revolves around selfhosting, please include details to make it clear.
Don't duplicate the full text of your blog or github here. Just post the link for folks to click.
Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).
No trolling.
Resources:
Any issues on the community? Report it using the report flag.
Questions? DM the mods!
It can be anything you want.
How you change it depends on the specific server you're using, I use SFTPGo for a webdav server and when I create a new user it just asks where the data should go.
Cam be anything you want, just have to install nginx and configure it: https://medium.com/learn-or-die/build-a-webdav-server-with-nginx-8660a7a7311
Thanks! But...where is the folder specified there? I can only see the temp client body path, but I'm not sure that's where files will be uploaded.
Sorry here’s a better tutorial. I might write one, it is interesting that they all suck in different ways.
https://starbeamrainbowlabs.com/blog/article.php?article=posts/237-WebDav-Nginx-Setup.html
The folder is defined by the “root” directive. Like with any other nginx setup.
You could bind mount the folder you want it to go to, into the /var/www/webdav/ folder.
mount --bind foo foo
The bind mount call attaches only (part of) a single filesystem, not possible submounts. The entire file hierarchy including submounts is attached a second place using