{"id":15011560,"url":"https://github.com/aiursoftweb/webdav","last_synced_at":"2025-04-12T03:43:45.203Z","repository":{"id":223606201,"uuid":"760042077","full_name":"AiursoftWeb/WebDav","owner":"AiursoftWeb","description":"Mirror of https://gitlab.aiursoft.cn/aiursoft/webdav","archived":false,"fork":false,"pushed_at":"2025-01-02T17:40:39.000Z","size":62,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-06T05:02:51.406Z","etag":null,"topics":["asp-net-core","middleware","nuget","webdav","webdav-server"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/AiursoftWeb.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-02-19T17:12:54.000Z","updated_at":"2025-01-02T07:00:21.000Z","dependencies_parsed_at":"2024-04-06T05:28:24.448Z","dependency_job_id":"5bde4cbe-01e2-440f-8111-1de01bcb0e69","html_url":"https://github.com/AiursoftWeb/WebDav","commit_stats":{"total_commits":28,"total_committers":2,"mean_commits":14.0,"dds":0.2142857142857143,"last_synced_commit":"e10ec7a6eb454566eb668edf367e37da1c2b0407"},"previous_names":["aiursoftweb/webdav"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AiursoftWeb%2FWebDav","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AiursoftWeb%2FWebDav/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AiursoftWeb%2FWebDav/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AiursoftWeb%2FWebDav/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AiursoftWeb","download_url":"https://codeload.github.com/AiursoftWeb/WebDav/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248514212,"owners_count":21116899,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["asp-net-core","middleware","nuget","webdav","webdav-server"],"created_at":"2024-09-24T19:41:15.327Z","updated_at":"2025-04-12T03:43:45.198Z","avatar_url":"https://github.com/AiursoftWeb.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Aiursoft WebDav\n\n[![MIT licensed](https://img.shields.io/badge/license-MIT-blue.svg)](https://gitlab.aiursoft.cn/aiursoft/webdav/-/blob/master/LICENSE)\n[![Pipeline stat](https://gitlab.aiursoft.cn/aiursoft/webdav/badges/master/pipeline.svg)](https://gitlab.aiursoft.cn/aiursoft/webdav/-/pipelines)\n[![Test Coverage](https://gitlab.aiursoft.cn/aiursoft/webdav/badges/master/coverage.svg)](https://gitlab.aiursoft.cn/aiursoft/webdav/-/pipelines)\n[![NuGet version (Aiursoft.WebDav)](https://img.shields.io/nuget/v/Aiursoft.webdav.svg)](https://www.nuget.org/packages/Aiursoft.webdav/)\n[![ManHours](https://manhours.aiursoft.cn/r/gitlab.aiursoft.cn/aiursoft/webdav.svg)](https://gitlab.aiursoft.cn/aiursoft/webdav/-/commits/master?ref_type=heads)\n\nWebDav is an ASP.NET Core middleware that provides a WebDav server for your application.\n\n## How to install\n\nTo install `Aiursoft.WebDav` to your project from [nuget.org](https://www.nuget.org/packages/Aiursoft.WebDav/):\n\n```bash\ndotnet add package Aiursoft.WebDav\n```\n\n## How to use\n\nYou can use this middleware in your `Startup.cs` file:\n\n```csharp\nvar IsReadOnlyWebDavServer = false;\nvar webDavRoot = \"/tmp\";\n\nvar builder = WebApplication.CreateBuilder();\nbuilder.Services\n    .AddWebDav(x =\u003e x.IsReadOnly = IsReadOnlyWebDavServer)\n    .AddFilesystem(options =\u003e options.SourcePath = webDavRoot);\n\nvar host = builder.Build();\n\n// Use it as a middleware.\nhost.UseWebDav(new PathString(\"/webdav\"));\n```\n\n## How to contribute\n\nThere are many ways to contribute to the project: logging bugs, submitting pull requests, reporting issues, and creating suggestions.\n\nEven if you with push rights on the repository, you should create a personal fork and create feature branches there when you need them. This keeps the main repository clean and your workflow cruft out of sight.\n\nWe're also interested in your feedback on the future of this project. You can submit a suggestion or feature request through the issue tracker. To make this process more effective, we're asking that these include more information to help define them more clearly.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faiursoftweb%2Fwebdav","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faiursoftweb%2Fwebdav","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faiursoftweb%2Fwebdav/lists"}