this post was submitted on 05 Nov 2024
18 points (95.0% liked)

Selfhosted

39980 readers
604 users here now

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:

  1. Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.

  2. No spam posting.

  3. 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.

  4. Don't duplicate the full text of your blog or github here. Just post the link for folks to click.

  5. Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).

  6. No trolling.

Resources:

Any issues on the community? Report it using the report flag.

Questions? DM the mods!

founded 1 year ago
MODERATORS
 

Hi guys!

I'm trying to create a WebDAV server that shares a NFS mount from my NAS. In short, I'm trying to create/share a backup folder in my NAS so my Graphene phone can run the backup.

How can I do this? All the guides mention about sharing /var/www/webdav and chrooting it. How can I share my own folder? Does it need to be /var/www/webdav? Can I share something else instead? Should I just link my NAS mount to /var/www/webdav?

Thanks!

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 1 points 2 days ago (1 children)

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.

[–] [email protected] 2 points 2 days ago

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.