Resolve pre-commit hook formatting failures for multiple files: **Files Fixed:** - .woodpecker/Dockerfile — Add missing final newline - .woodpecker/Dockerfile.cross — Add missing final newline - justfiles/ci.just — Remove trailing whitespace from recipe definitions - docs/setup/tracking-setup.md — Add missing final newline - crates/vapora-backend/src/api/provider_metrics.rs — Add missing final newline **Hooks Passing:** ✅ end-of-file-fixer — Files now have proper final newlines ✅ trailing-whitespace — Removed all trailing spaces ✅ mixed-line-ending — Line endings normalized These changes ensure the pre-commit framework can properly validate file formatting without blocking commits on infrastructure issues.
Setup & Deployment
Installation, configuration, and deployment guides for VAPORA.
Contents
- Setup Guide — Complete installation and configuration
- Deployment Guide — Production deployment on Kubernetes
- Deployment Quickstart — Quick deployment walkthrough
- Tracking Setup — Project tracking configuration
- Tracking Quickstart — Quick tracking setup
Quick Start
- Read Deployment Quickstart for fast setup
- Refer to Setup Guide for detailed configuration
- Use Deployment Guide for production deployments