{"id":28690605,"url":"https://github.com/thunderbird/webdav-filelink","last_synced_at":"2025-06-14T06:05:40.064Z","repository":{"id":46152002,"uuid":"188743294","full_name":"thunderbird/webdav-filelink","owner":"thunderbird","description":"FileLink Provider for WebDAV","archived":false,"fork":false,"pushed_at":"2025-05-09T06:21:08.000Z","size":56,"stargazers_count":9,"open_issues_count":4,"forks_count":7,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-05-09T07:29:55.713Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://addons.thunderbird.net/thunderbird/addon/filelink-provider-for-webdav/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/thunderbird.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,"zenodo":null}},"created_at":"2019-05-26T23:56:13.000Z","updated_at":"2025-05-09T06:21:11.000Z","dependencies_parsed_at":"2023-08-01T12:07:03.989Z","dependency_job_id":"61bab322-a303-49e4-b64f-a6a2856002ea","html_url":"https://github.com/thunderbird/webdav-filelink","commit_stats":null,"previous_names":["thundernest/webdav-filelink","thunderbird/webdav-filelink","darktrojan/dav"],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/thunderbird/webdav-filelink","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thunderbird%2Fwebdav-filelink","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thunderbird%2Fwebdav-filelink/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thunderbird%2Fwebdav-filelink/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thunderbird%2Fwebdav-filelink/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/thunderbird","download_url":"https://codeload.github.com/thunderbird/webdav-filelink/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thunderbird%2Fwebdav-filelink/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259768604,"owners_count":22908229,"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":"2025-06-14T06:05:38.798Z","updated_at":"2025-06-14T06:05:40.058Z","avatar_url":"https://github.com/thunderbird.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# FileLink Provider for WebDAV (Thunderbird add-on)\nThis add-on was originally created by Geoff Lankow, but is now maintained by the Thunderbird Team.\n\nThe provider allows to upload large attachments to a WebDAV account instead of sending them by email.\n\n## Logo\nThe logo is provided by http://www.webdav.org/\n\n## Requirements\nYou need a WebDAV account which is protected by basic authentication, or ip range (private url). The files should be readable by anonymous or authenticated users (depends on your requirements).\n\n## How it works\n* Install the add-on as described in the following [support article](https://support.mozilla.org/en-US/kb/installing-addon-thunderbird). You do not need to download the add-on beforehand, but can search for it using Thunderbird's add-on manager. If you do want to manually download the add-on file, you can find it [here](https://addons.thunderbird.net/addon/filelink-provider-for-webdav/) on addons.thunderbird.net.\n* Add WebDAV as FileLink Storage Provider (Configuration \u003e Composition -\u003e Attachments)\n* Configure private and public url (sometimes the same), username and password\n\n## How to setup the required WebDAV server\n\n### Example of Apache WebDAV with Active Directory Authentication\n```\nLoadModule      dav_module           modules/mod_dav.so\nLoadModule      dav_fs_module        modules/mod_dav_fs.so\nLoadModule      ldap_module          modules/mod_ldap.so\nLoadModule      authnz_ldap_module   modules/mod_authnz_ldap.so\n\nDocumentRoot \"/srv/webdav\"\nDavLockDB \"/var/lock/apache/DavLock.db\"\n\n# rewriting Destination because we're behind an SSL terminating reverse proxy\nRequestHeader edit Destination ^https: http: early\n\u003cDirectory \"/srv/webdav\"\u003e\n    DAV on\n    Options -Indexes\n    AllowOverride None\n    AuthName \"WebDAV: Login with username and password\"\n    AuthBasicProvider ldap\n    AuthType Basic\n    AuthLDAPGroupAttribute member\n    AuthLDAPGroupAttributeIsDN on\n    AuthLDAPUrl \"ldap://dc1.example.com/dc=example,dc=com?sAMAccountName?sub?(objectclass=*)\"\n    AuthLDAPBindDN \"cn=filelink,ou=Users,ou=Example,dc=example,dc=com\"\n    AuthLDAPBindPassword \"secret_pass\"\n\n    \u003cLimit GET POST OPTIONS\u003e\n        Require all granted\n    \u003c/Limit\u003e\n    \u003cLimitExcept GET POST OPTIONS\u003e\n        Require ldap-group cn=Mail,ou=Groups,ou=Example,dc=example,dc=com\n    \u003c/LimitExcept\u003e\n\u003c/Directory\u003e\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthunderbird%2Fwebdav-filelink","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthunderbird%2Fwebdav-filelink","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthunderbird%2Fwebdav-filelink/lists"}