Documentation for Vanguard, an open-source Laravel application for managing remote server backups.
Vanguard enables users to connect to remote Linux servers, create backups to various destinations (S3, etc.), and run scheduled or manual backup operations.
This documentation uses VitePress.
- Node.js (v20+)
- npm or yarn
# Install dependencies
npm install
# Development server
npm run docs:dev
# Build for production
npm run docs:build
/
: Documentation markdown files/.vitepress
: Configuration and theme/api
: API markdown files/public
: Static assets
To contribute:
- Fork the repository
- Create a branch for your changes
- Submit a pull request
MIT License. See the LICENSE file.
Please report security vulnerabilities according to our security policy.
For questions or suggestions, please open an issue in this repository.