macOS
brew install webdavlocal Homebrew formula metadata
安装
brew install webdavlocal Homebrew formula metadata
nix profile install nixpkgs#webdavnixpkgs package indexes · pkgs/by-name/we/webdav/package.nix · 来源: api.github.com
概览
Simple and standalone WebDAV server
历史
hacdias/webdav is a simple standalone WebDAV server written in Go. It packages the long-lived WebDAV protocol into a single-purpose server for exposing a filesystem tree over HTTP with WebDAV methods, users, permissions, and lightweight configuration.
The underlying protocol is older than the package: WebDAV was standardized as HTTP extensions for distributed authoring, with RFC 2518 published in 1999 and RFC 4918 replacing it in 2007 after interoperability experience. That background explains why a small modern server can interoperate with many clients, file managers, sync tools, and applications that already understand WebDAV.
Henrique Dias created the public hacdias/webdav repository in August 2017. The README presents the project as a simple standalone WebDAV server, installable from binary releases, from source with the Go toolchain, or through Homebrew.
The project found an audience in self-hosting and local-network workflows where a full groupware server or cloud storage stack is too much. Its GitHub repository had more than 5,000 stars by July 2026, a strong signal for a small protocol server.
Because WebDAV remains a compatibility layer used by editors, file managers, note tools, and single-file web apps, hacdias/webdav is often adopted as glue: it lets an ordinary directory become a remote-save target without deploying a larger service.
Typical usage is to write a YAML configuration that names the address, filesystem scope, users, permissions, and optional TLS/CORS behavior, then run the `webdav` server in front of the desired directory. Users connect with WebDAV-capable clients rather than with a custom application protocol.
The package is particularly useful for quick private file serving, development tests against a WebDAV endpoint, self-hosted syncing experiments, and applications that know how to save to a WebDAV URL.
The package is significant because it gives a standards-era protocol a small contemporary binary. In packaging terms, it is the opposite of a platform: one command, one config file, and a well-known HTTP extension surface that other tools already know how to speak.
安全态势
没有找到 webdav 的匹配本地密钥处理 manifest。Nucleus 软件包元数据仍在此发布,以便未来覆盖拥有稳定的软件包 URL。
在无人值守的代理使用前,请检查该工具是否读取明文凭据、写入远程状态、发布制品或调用插件。
local files
These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.
Config paths the tool may read or write during local use.
config.yml/config.yml/opt/webdav.ymlCredential-bearing paths to review before unattended agent runs.
config.yml/config.yml/opt/webdav.yml可执行文件
| 命令 | 类型 | 暴露范围 | 备注 |
|---|---|---|---|
webdav | cli | 全局可执行文件 |
新鲜度
这些信号区分页生成时间、软件包管理器活动和上游发布比较。只有存在证据 URL 和可比较版本时,才会提示版本落后。
https://github.com/hacdias/webdav
安装元数据
| 软件包键 | brew:webdav |
|---|---|
| 版本 | 5.14.0 |
| 软件包管理器 | Homebrew |
| 软件包管理器页面 | https://formulae.brew.sh/formula/webdav |
| 主页 | https://github.com/hacdias/webdav |
| 仓库 | https://github.com/hacdias/webdav |
| 上游文档 | https://github.com/hacdias/webdav#readme |
| 许可证 | MIT |
| 源码归档 | https://github.com/hacdias/webdav/archive/refs/tags/v5.14.0.tar.gz |
| 最后更新 | 2026-07-12T10:09:33Z |
| Pulse | updated |
| 构建依赖 | go |
| Bottle | 可用 (于 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | 未定义 |
| 服务 | 未声明 |
注册表事实
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | webdav |
| Version Scheme | 0 |
| Revision | 0 |
| Head Version | HEAD |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
源数据库匹配
匹配项来自外部软件包管理器索引,并与本地 Automic Vault 软件包链接分开显示。
webdav
nix profile install nixpkgs#webdav来源线索
此页面由 av-web 从 scripts/generate-pkg-sqlite.py 生成的私有软件包 SQLite 工件提供。
View the package source record on GitHub.