[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.

docs: Update README

FoxxMD (Aug 13, 2025, 8:20 PM UTC) c97bc653 5889ff67

+13 -12
+11 -10
README.md
··· 16 16 17 17 Current functionality: 18 18 19 - * [x] Generate TOML 20 - * [x] [To Docker Logs](https://foxxmd.github.io/komodo-import/docs/usage/overview#console) 21 - * [x] [To File](https://foxxmd.github.io/komodo-import/docs/usage/overview#file) 22 - * [x] Generate Toml For... 19 + * Generate Resources from... 23 20 * [x] Stack 24 - * [x] ["Files On Server"](https://foxxmd.github.io/komodo-import/docs/usage/overview#files-on-server) Stack types 25 - * [ ] Git Repo 26 - * [x] Import directly with Komodo API 27 - * [x] [Create/modify Resource Sync](https://foxxmd.github.io/komodo-import/docs/usage/overview#api-sync) 28 - * [ ] Create/modify Stacks 29 - * [ ] Create/modify Deployments 21 + * [x] [Files On Server](https://foxxmd.github.io/komodo-import/docs/usage/overview#files-on-server) Stacks from plain folders 22 + * [x] [Git-based](https://foxxmd.github.io/komodo-import/docs/usage/overview#git-repo) Stacks from folders containing git repository 23 + * Generate To... 24 + * [x] TOML 25 + * [x] in [Docker Logs](https://foxxmd.github.io/komodo-import/docs/usage/overview#console) 26 + * [x] in [File](https://foxxmd.github.io/komodo-import/docs/usage/overview#file) 27 + * [x] Import directly with Komodo API 28 + * [x] [Create/modify Resource Sync](https://foxxmd.github.io/komodo-import/docs/usage/overview#api-sync) 29 + * [ ] Create/modify Stacks 30 + * [ ] Create/modify Deployments 30 31 31 32 ## Quick Start 32 33
+2 -2
docsite/src/pages/index.mdx
··· 20 20 21 21 * Generate Resources from... 22 22 * [x] Stack 23 - * [x] [Files On Server](./docs/usage/overview#files-on-server) Stack from plain folders 24 - * [x] [Git-based](./docs/usage/overview#git-based) Stack from folders containing git repository 23 + * [x] [Files On Server](./docs/usage/overview#files-on-server) Stacks from plain folders 24 + * [x] [Git-based](./docs/usage/overview#git-repo) Stacks from folders containing git repository 25 25 * Generate To... 26 26 * [x] TOML 27 27 * [x] in [Docker Logs](./docs/usage/overview#console)