github.com/kubri/kubri@v0.5.1-0.20240317001612-bda2aaef967e/website/docs/configuration/target/file.md (about)

     1  ---
     2  sidebar_label: Local Filesystem
     3  ---
     4  
     5  # Local Filesystem Target
     6  
     7  Stores your repositories in a local folder.
     8  
     9  ## Configuration
    10  
    11  | Name   | Description                                                                                |
    12  | ------ | ------------------------------------------------------------------------------------------ |
    13  | `type` | Must be `file`.                                                                            |
    14  | `path` | Relative or absolute path to your destination folder. Will be created if it doesn't exist. |
    15  
    16  ## Example
    17  
    18  ```yaml
    19  source:
    20    type: file
    21    path: path/to/destination
    22  ```