We want to create WebDAV-Push, so that users can receive updated data whenever they're available.

This is especially important for CalDAV/CardDAV, where we want to bring (near-)real-time synchronization (which is nowadays industry standard for proprietary protocols) also to CalDAV/CardDAV clients.

https://github.com/bitfireAT/webdav-push/

#webdav #caldav #carddav

GitHub - bitfireAT/webdav-push: WebDAV Push: Draft

WebDAV Push: Draft. Contribute to bitfireAT/webdav-push development by creating an account on GitHub.

GitHub
Weeknote 2026-W20: Email Migration, Resumes & Android Apps

Switching email providers (Tuta to Mailbox.org) meant setting up DNS and using new Android apps. Bitwarden is changing? Trying to update my CV with new tools.

BurgeonLab

Mount SFTP/WebDAV in Finder Using File Provider API

SteadyMountλŠ” macOS의 Finderμ—μ„œ SFTP 및 WebDAV μ„œλ²„λ₯Ό λ„€μ΄ν‹°λΈŒ λ“œλΌμ΄λΈŒλ‘œ λ§ˆμš΄νŠΈν•  수 있게 ν•΄μ£ΌλŠ” 메뉴 λ°” μ•±μž…λ‹ˆλ‹€. Apple의 File Provider APIλ₯Ό ν™œμš©ν•΄ 컀널 ν™•μž₯ 없이 μ™„μ „ μƒŒλ“œλ°•μŠ€ ν™˜κ²½μ—μ„œ λ™μž‘ν•˜λ©°, μžλ™ μž¬μ—°κ²°κ³Ό SSH ν‚€ 인증을 μ§€μ›ν•©λ‹ˆλ‹€. κΈ°μ‘΄ macFUSE 기반 SSHFS μ‚¬μš© μ‹œ λ°œμƒν•˜λŠ” λ³΄μ•ˆ 경고와 μ—°κ²° λΆˆμ•ˆμ • 문제λ₯Ό ν•΄κ²°ν•˜λ©°, 30일 무료 μ²΄ν—˜ ν›„μ—λŠ” ν•œ 연결은 무료둜 μœ μ§€λ˜κ³  λ¬΄μ œν•œ 연결은 μΌνšŒμ„± 결제둜 이용 κ°€λŠ₯ν•©λ‹ˆλ‹€. CLI 및 URL μŠ€ν‚΄μ„ ν†΅ν•œ μžλ™ν™”λ„ 지원해 개발자 μΉœν™”μ μΈ λ„κ΅¬μž…λ‹ˆλ‹€.

https://www.forethought-studio.com/steadymount/

#macos #sftp #webdav #fileproviderapi #mount

SteadyMount β€” Mount remote servers as Finder drives

SteadyMount mounts SFTP and WebDAV servers as native Finder drives on your Mac. Silent reconnection, no kernel extensions, no subscription. Free for 30 days, then one connection free or $27.99 for unlimited.

BTW: For #joplin I am hosting a joplin server in a #docker now after #webdav became slow and cumbersome with more notes/data. Now a sync takes <1s.

I'll post my docker-compose.yml in a reply

Thank you for rclone!
I was almost having a mental breakdown trying to establish a stable connection with davfs2 to a WebDAV drive under Linux.

https://rclone.org/

#rclone #linux #webdav #davfs #davfs2

Rclone

Rclone syncs your files to cloud storage: Google Drive, S3, Swift, Dropbox, Google Cloud Storage, Azure, Box and many more.

Rclone

is anyone here running services.webdav on #nixos?
for some reason I cannot upload files larger than half a megabyte and I have no idea why

#webdav

Another nice Android companion for Hubzilla's files app:

#^https://github.com/chenxiaolong/RSAF
RSAF is an Android document provider for the wonderful rclone. It allows any app that supports Android's Storage Access Framework (SAF) to access remote files via rclone's backends.

RSAF is not itself a file manager, but any file manager supporting SAF, including the one built into Android (Settings -> Storage -> Documents), can make use of it.

#Hubzilla #WebDAV
GitHub - chenxiaolong/RSAF: An Android Storage Access Framework document provider for rclone

An Android Storage Access Framework document provider for rclone - chenxiaolong/RSAF

GitHub

Modernizing .NET Part 21! πŸ“‚

Moving custom WebDAV server logic to .NET Core.

βœ… Cross-platform support
βœ… ~40% faster request processing
βœ… Single codebase strategy

https://medium.com/@michael.kopt/modernizing-net-part-21-migrating-webdav-server-functionality-to-net-core-2770bca6f374
#dotnet #dotnetcore #aspnet #aspnetcore #csharp #webdav #backend

πŸ“‚ Modernizing .NETβ€Šβ€”β€ŠPart 21: Migrating WebDAV Server Functionality to .NET Core

Transition specialized protocols like WebDAV to .NET Core using conditional compilation and controller-based wrappers.

Medium

WebDAV Isn't Dead Yet – Makefile.feld

"I should have titled this post "I hate S3"."

Link: https://blog.feld.me/posts/2025/09/webdav-isnt-dead-yet/

#linkdump #blogpost #s3 #webdav

WebDAV Isn't Dead Yet

I should have titled this post β€œI hate S3”. πŸ“’ What is the status quo? FTP is dead (yay), SFTP is too dependent on SSH and unix authentication. AWS made S3 pervasive and now every webapp that needs to store files assumes you’ll be able to connect it S3. This …

Makefile.feld