mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-14 04:18:49 +00:00
WebDav Storage backend
This commit is contained in:
parent
020a1245fd
commit
15d77952ac
4 changed files with 517 additions and 0 deletions
22
webdav_storage/composer.json
Normal file
22
webdav_storage/composer.json
Normal 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"
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue