WebDav Storage backend

This commit is contained in:
Philipp 2021-08-25 23:47:18 +02:00
parent 020a1245fd
commit 15d77952ac
No known key found for this signature in database
GPG key ID: 24A7501396EB5432
4 changed files with 517 additions and 0 deletions

View file

@ -0,0 +1,22 @@
{
"name": "friendica-addons/webdav_storage",
"description": "Adds the possibility to use WebDAV as a selectable storage backend",
"type": "friendica-addon",
"authors": [
{
"name": "Philipp Holzer",
"email": "admin@philipp.info",
"homepage": "https://blog.philipp.info",
"role": "Developer"
}
],
"require": {
"php": ">=7.0"
},
"license": "3-clause BSD license",
"config": {
"optimize-autoloader": true,
"autoloader-suffix": "WebDavStorageAddon",
"preferred-install": "dist"
}
}