heptacom / shopware-ksk-remote-maintenance
Shopware plugin to access filesystem via WebDAV protocol
Installs: 2
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 3
Forks: 0
Open Issues: 1
Type:shopware-plugin
Requires
- php: >= 7.2
- sabre/dav: ~3.2.0
Requires (Dev)
This package is auto-updated.
Last update: 2024-11-06 18:10:22 UTC
README
Shopware plugin to access filesystem via WebDAV protocol
This project is aimed towards developers that need access to the file system of a shopware system but do not have ftp or similar access. It enables the shopware installation to act as a WebDAV server and be accessed with a backend user and a corresponding api key. All that is needed to access the file system is a backend user that is permitted to use the api and the WebDAV interface.
Api permission can be granted in the user settings (where you can also find the api key) and WebDAV permission can be granted in the acl settings where you have to add the privilege to a role of backend users.
After this initial setup you can use your WebDAV client of choice to access the file system under this URL:
http(s)://<your-shop-domain.tld>/webdav/index/index/
Changes
View the CHANGELOG file attached to this project.
License
See LICENSE.md