Sign inSign up

kitistheawesome/souschef

By kitistheawesome

Updated 1 day ago

Web UI for Chef to Ansible migration planning, conversion, and reporting.

Image
Integration & delivery
Developer tools
Web servers
0

6.7K

kitistheawesome/souschef repository overview

SousChef Web UI

Interactive Streamlit dashboard for Chef to Ansible migration planning, conversion, and reporting.

Quick Start

docker pull kitistheawesome/souschef:latest
docker run -p 9999:9999 kitistheawesome/souschef:latest

Visit http://localhost:9999 in your browser.

Features

  • Cookbook Analysis - Parse and inspect Chef cookbooks, recipes, attributes, templates
  • Migration Planning - Assess complexity and generate migration plans
  • Conversion Tools - Convert Chef resources to Ansible tasks
  • Ansible Upgrades - Check EOL status and plan version upgrades
  • Data Persistence - PostgreSQL + MinIO storage for history and caching
  • Comprehensive Reports - Generate detailed migration reports

Configuration

Use environment variables or .env file:

docker run -p 9999:9999 --env-file .env kitistheawesome/souschef:latest

See Configuration Guide for details.

Documentation

License

MIT License - See LICENSE

Tag summary

Content type

Image

Digest

sha256:f1e330840

Size

312.4 MB

Last updated

1 day ago

docker pull kitistheawesome/souschef