[READ-ONLY] Mirror of https://github.com/FoxxMD/komodo-import. Import existing compose stacks into Komodo foxxmd.github.io/komodo-import
compose docker import komodo toml
0

Configure Feed

Select the types of activity you want to include in your feed.

fix: Use scan dir for files-on-server building

FoxxMD (Aug 21, 2025, 6:58 PM UTC) 6e330353 c4449dea

+1 -1
+1 -1
src/builders/stack/stackBuilder.ts
··· 151 151 stacks.push(await buildFileStack(f, { 152 152 ...folderStackOptions, 153 153 writeEnv: writeEnvFolder, 154 - hostParentPath: this.dirData.host, 154 + hostParentPath: this.dirData.scan, 155 155 logger: this.logger })); 156 156 } catch (e) { 157 157 folderLogger.error(new Error(`Unable to build Files-On-Server Stack for folder ${f}`, { cause: e }));