npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

@dao-solution/mypit

v1.1.7

Published

MyPit CLI - Manage your MyPit deployment with Docker

Readme

MyPit CLI - Automated Deployment Tool

Version License Node

One-command installation and management of MyPit decentralized application platform

🚀 Quick Install

npm install -g @dao-solution/mypit
mypit install

That's it! The CLI will ask you for credentials and automatically download, extract, and configure all services.

Installation Flow

mypit install

# You'll be prompted for:
# - MinIO Username (default: minioadmin)
# - MinIO Password (minimum 8 characters)
# - PostgreSQL Username (default: postgres)  
# - PostgreSQL Password (minimum 8 characters)

# After installation, view your credentials:
mypit credentials --list

# Need to change MinIO credentials?
mypit credentials --reset

✨ Features

  • 📥 Automatic Download - Fetches deployment files from GitHub
  • 🔧 Auto-Configuration - Sets up Docker containers and environment
  • 🔐 Credential Customization - Set your own MinIO and database passwords during install
  • 🔑 Security - Generates admin keys and JWT tokens automatically
  • 💾 Backup & Restore - Easy database backup and recovery
  • 🔄 Easy Restart - Reload environment variables without data loss
  • 📋 Credential Management - View and reset credentials anytime
  • 🎯 Simple Commands - Intuitive CLI interface

📋 Prerequisites

  • Node.js 18.0.0 or higher
  • Docker Desktop (must be running)
  • Ports available: 3000, 3210, 3211, 6791, 5432, 9000, 9001

🎯 Commands

| Command | Description | |---------|-------------| | mypit install | Download and install MyPit with custom credentials | | mypit stop | Stop all services | | mypit restart | Restart services (picks up .env changes) | | mypit credentials --list | Display current credentials | | mypit credentials --reset | Reset MinIO credentials and restart | | mypit store | Create database backup | | mypit restore | Restore from backup | | mypit clean | 🚨 Remove all services and data | | mypit help | Show help information |

🌐 Access Points

After installation, access your services:

| Service | URL | |---------|-----| | Frontend | http://localhost:3000 | | Admin Dashboard | http://localhost:6791 | | MinIO Console | http://localhost:9000 | | Backend API | http://localhost:3210 |

📁 File Locations

Deployment Files:

  • macOS/Linux: ~/.mypit/deployment/
  • Windows: %USERPROFILE%\.mypit\deployment\

Backups:

  • All platforms: ~/Downloads/mypit-backup/

📦 What's New

  • ✅ Automatic deployment file download from GitHub
  • ✅ Cross-platform tar.gz extraction (Windows, macOS, Linux)
  • Custom credential setup during installation
  • Password validation (minimum 8 characters)
  • Credential management commands (list/reset)
  • ✅ New restart command to reload environment variables
  • ✅ Centralized file storage in user profile
  • ✅ Complete ~/.mypit folder cleanup with clean command
  • ✅ Works from any directory
  • ✅ Improved error handling and user feedback
  • ✅ Warning when reinstalling over existing installation

🔧 Troubleshooting

Docker Not Running

❌ Docker is not installed or not running!

Solution: Start Docker Desktop and ensure it's fully initialized.

Password Too Short

❌ Password must be at least 8 characters long

Solution: Enter a password with 8 or more characters when prompted.

Download Failed

❌ Failed to download deployment files

Solution:

  1. Check internet connection
  2. Verify firewall settings
  3. Manual download option provided in error message

Port Already in Use

Solution: Ensure no other services are using required ports (3000, 3210, 6791, 9000, 5432, 9001)

Credential Changes Not Working

Solution:

  • MinIO credentials: Use mypit credentials --reset
  • Database credentials: Require mypit clean then mypit install (data will be lost)

Clean Command Not Removing Files

Solution: The clean command now completely removes ~/.mypit folder. If issues persist, manually delete it.

🤝 Contributing

Contributions are welcome! Please:

  1. Fork the repository
  2. Create a feature branch
  3. Make your changes
  4. Submit a pull request

📝 License

MIT License - see LICENSE file for details

🔗 Links

  • GitHub: https://github.com/dao-solution-inc/packaging
  • npm: https://www.npmjs.com/package/@dao-solution/mypit
  • Issues: https://github.com/dao-solution-inc/packaging/issues
  • Deployment Files: GitHub Repository

📞 Support

For questions, issues, or feature requests:

  • Open an issue
  • Check existing documentation
  • Review troubleshooting guide

🏢 About

MyPit is developed and maintained by DAO Solution Inc.


Made with ❤️ by DAO Solution Inc.