ActiveStorageWebDAV
WebDAV service for ActiveStorage.
Installation
Add this line to your application's Gemfile:
gem 'activestorage_webdav'
And then execute:
$ bundle
Set up webdav storage service in config/storage.yml:
webdav:
service: WebDAV
url: "http://path_to_your/webdav_server/"
Usage
To use the WebDAV service in the development environment, you would add the following to config/environments/your_environment.rb:
config.active_storage.service = :webdav
Contributing
Bug reports and pull requests are welcome on GitHub at https://github.com/hyrintalion/activestorage_webdav. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the Contributor Covenant code of conduct.
License
The gem is available as open source under the terms of the MIT License.
Code of Conduct
Everyone interacting in the Activestorage::Webdav project’s codebases, issue trackers, chat rooms and mailing lists is expected to follow the code of conduct.