https://github.com/heptacom/kskremotemaintenance
Shopware plugin to access filesystem via WebDAV protocol
https://github.com/heptacom/kskremotemaintenance
devops ecommerce shopware shopware-plugin webdav
Last synced: 6 months ago
JSON representation
Shopware plugin to access filesystem via WebDAV protocol
- Host: GitHub
- URL: https://github.com/heptacom/kskremotemaintenance
- Owner: HEPTACOM
- License: mit
- Created: 2020-02-11T09:41:56.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-11-06T18:10:19.000Z (over 1 year ago)
- Last Synced: 2025-03-23T18:51:54.261Z (over 1 year ago)
- Topics: devops, ecommerce, shopware, shopware-plugin, webdav
- Language: PHP
- Homepage: https://heptacom.de/
- Size: 46.9 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Remote Maintenance
#### Shopware plugin to access filesystem via WebDAV protocol


[](./LICENSE.md)

[](https://github.com/HEPTACOM/KskRemoteMaintenance/issues)
[](https://github.com/HEPTACOM/KskRemoteMaintenance/network)
[](https://github.com/HEPTACOM/KskRemoteMaintenance/stargazers)




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):///webdav/index/index/`
## Changes
View the [CHANGELOG](CHANGELOG.md) file attached to this project.
## License
See [LICENSE.md](./LICENSE.md)