···201201| ENV | Required | Default | Description |
202202| :------------------------ | :------- | -------------------------------------- | :----------------------------------------------------------------------------------------------------------------------------------------------------------- |
203203| `SERVER_NAME` | ☑️ | | The name of the Komodo [Server](https://komo.do/docs/resources#server) where a Stack is located |
204204-| `STACKS_FROM` | ☑️ | `dir` | What [**Stack Sources**](#stack-source) to generate Stacks from? `dir` or `compose` |
204204+| `STACKS_FROM` | ☑️ | `dir` | What [**Stack Sources**](#stack-sources) to generate Stacks from? `dir` or `compose` |
205205| `HOST_DIR` | ☑️ | | The parent directory on the **host** that mounted into the Komodo Import container |
206206| `WRITE_ENV` | - | `true` | Write the contents of found .env files to Komodo **Environment**. Likely want this as `true`. |
207207| `COMPOSE_FILE_GLOB` | - | `**/{compose,docker-compose}*.y?(a)ml` | The [glob](https://github.com/isaacs/node-glob?tab=readme-ov-file#glob-primer) pattern to use for finding files for **Files Paths** in Stack config |
···279279 </TabItem>
280280</Tabs>
281281282282-#### Git Based Stacks
282282+#### Git Repo Stacks
283283284284If a parsed folder (or parent of it) contains a `.git` folder and it has a valid tracked branch + remote, then it will generate a **Git Repo Stack**.
285285
+3-3
docsite/src/components/QuickstartCompose.tsx
···231231232232 <h3>4. Where should generated Stacks be created?</h3>
233233234234- <p>Choose one or more <a href="../usage/overview/#outputs-1">Outputs</a>:</p>
234234+ <p>Choose one or more <a href="../usage/overview#outputs-1">Outputs</a>:</p>
235235236236 <p><Button className="margin-right--md" label="Console" link="#" variant="primary" disabled/> <Button label="Komodo" link="#" variant="primary"
237237 outline={!composeState.api}
238238 onClick={komodoApiCallback}/></p>
239239240240- <p>Generated Stacks are <strong>always</strong> output to docker logs as a <a href="../usage/resourceSync/#create-sync-resource">Sync Resource</a>.</p>
240240+ <p>Generated Stacks are <strong>always</strong> output to docker logs as a <a href="../usage/resourceSync#create-sync-resource">Sync Resource</a>.</p>
241241242242 <MDXContent><ConsoleOutput/></MDXContent>
243243244244 <div style={{display: composeState.api ? 'inherit' : 'none'}}>
245245- <p>Komodo Import can, additionally, create a <a href="../usage/resourceSync/#create-sync-resource">Sync Resource</a> with the generated Stacks in Komodo for you. This method <strong>only</strong> creates the Resource, it does not execute or change your existing Stacks.</p>
245245+ <p>Komodo Import can, additionally, create a <a href="../usage/resourceSync#create-sync-resource">Sync Resource</a> with the generated Stacks in Komodo for you. This method <strong>only</strong> creates the Resource, it does not execute or change your existing Stacks.</p>
246246247247 <p>Create an <a href="../usage/overview#api-sync">API Key and Secret</a>, then specify them below.</p>
248248 <p>
+2-2
docsite/src/pages/index.mdx
···20202121* Generate Resources from...
2222 * [x] Stack
2323- * [x] [Files On Server](./docs/usage/overview#files-on-server) Stacks from plain folders
2424- * [x] [Git-based](./docs/usage/overview#git-repo) Stacks from folders containing git repository
2323+ * [x] [Files On Server](./docs/usage/overview#stacks) Stacks from plain folders
2424+ * [x] [Git-based](./docs/usage/overview#git-repo-stacks) Stacks from folders containing git repository
2525* [x] Use running [Docker Compose projects](./docs/usage/overview?stacksFrom=compose#stack-sources) or a [specific directory](./docs/usage/overview?stacksFrom=dir#stack-sources) of compose projects
2626* Generate To...
2727 * [x] TOML