github.com/kubri/kubri@v0.5.1-0.20240317001612-bda2aaef967e/website/docs/configuration/source/file.md (about) 1 --- 2 sidebar_label: Local Filesystem 3 --- 4 5 # Local Filesystem Source 6 7 Generate your repositories from local files. 8 9 Expects files to be sorted into folders named after the version e.g. `./v1.0.0/my-app.dmg` 10 11 ## Configuration 12 13 | Name | Description | 14 | ------ | ------------------------------------------- | 15 | `type` | Must be `file`. | 16 | `path` | Relative or absolute path to your releases. | 17 18 ## Example 19 20 ```yaml 21 source: 22 type: file 23 path: path/to/releases 24 ```