{"id":16358179,"url":"https://github.com/newam/mydav","last_synced_at":"2025-04-13T13:16:14.117Z","repository":{"id":183532645,"uuid":"670318984","full_name":"newAM/mydav","owner":"newAM","description":"My WebDAV server implementation.","archived":false,"fork":false,"pushed_at":"2025-04-10T12:36:18.000Z","size":412,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-13T13:16:01.861Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Nix","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/newAM.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"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":"2023-07-24T19:29:57.000Z","updated_at":"2025-04-10T12:36:22.000Z","dependencies_parsed_at":null,"dependency_job_id":"ca22b153-d8ad-4838-9360-7e922549ecc4","html_url":"https://github.com/newAM/mydav","commit_stats":{"total_commits":94,"total_committers":2,"mean_commits":47.0,"dds":"0.15957446808510634","last_synced_commit":"bf12af005b6bbc61bf51dc47ad727cfec981a06f"},"previous_names":["newam/mydav"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/newAM%2Fmydav","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/newAM%2Fmydav/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/newAM%2Fmydav/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/newAM%2Fmydav/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/newAM","download_url":"https://codeload.github.com/newAM/mydav/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248717237,"owners_count":21150389,"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":[],"created_at":"2024-10-11T02:04:59.775Z","updated_at":"2025-04-13T13:16:14.095Z","avatar_url":"https://github.com/newAM.png","language":"Nix","funding_links":[],"categories":[],"sub_categories":[],"readme":"# mydav\n\nI was looking for a WebDAV server, but at the time of writing (2023-07-24) I\nfound:\n\n* The popular go implementation archived 2022-09: \u003chttps://github.com/hacdias/webdav\u003e\n* The rust implementation unmaintained since 2022-05: \u003chttps://github.com/miquels/webdav-server-rs\u003e\n* The nginx extension unmaintained since 2018-12: \u003chttps://github.com/arut/nginx-dav-ext-module\u003e\n\nI also tried [SeaweedFS](https://github.com/seaweedfs/seaweedfs),\nbut I found that it was too complex to quickly debug issues I was running into.\n\n[messense/dav-server-rs] is actively maintained (at the time of writing),\nbut did not provide a server implementation.\n\nThis is my server implementation using [messense/dav-server-rs] until I find\na more mature solution.\n\n[messense/dav-server-rs]: https://github.com/messense/dav-server-rs\n\n## Usage\n\nThis is designed to be used with [NixOS], but should work with most Linux\ndistributions.\n\n* Add this repository to your flake inputs:\n\n```nix\n{\n  inputs = {\n    unstable.url = \"github:nixos/nixpkgs/nixos-unstable\";\n\n    mydav.url = \"github:newam/mydav\";\n    mydav.inputs.nixpkgs.follows = \"unstable\";\n  };\n}\n```\n\n* Add `mydav.overlays.default` to `nixpkgs.overlays`.\n* Import the `mydav.nixosModules.default` module.\n* Configure.\n\n\n[NixOS]: https://nixos.org/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnewam%2Fmydav","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnewam%2Fmydav","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnewam%2Fmydav/lists"}