mirror of
https://github.com/offen/docker-volume-backup.git
synced 2025-12-18 23:58:30 +08:00
* feat: Add Google Drive storage backend with custom endpoint support - Implement Google Drive storage backend using service account authentication - Add support for custom Google Drive API endpoints for testing - Include comprehensive test setup with mock services - Add configuration options for Google Drive credentials and folder ID - Update documentation with Google Drive configuration examples * remove debug messages * Improve tests * Add mounting tip on documentation * Replace deprecated lib usage * Fix identation * Fix googledrive tests * Fix googledrive support for _FILE credentials * Remove googledrive test unecessary echos |
||
|---|---|---|
| .. | ||
| _sass/custom | ||
| how-tos | ||
| recipes | ||
| reference | ||
| .gitignore | ||
| _config.yml | ||
| Gemfile | ||
| Gemfile.lock | ||
| index.md | ||
| README.md | ||
Documentation site
This directory contains the sources for the documentation site published at https://offen.github.io/docker-volume-backup.
Assuming you have Ruby and bundler installed, you can run the site locally using the following commands:
bundle install
bundle exec jekyll serve
Note that changes in _config.yml require a manual restart to take effect.