Skip to content

v0.0.1

Latest
Compare
Choose a tag to compare
@allnash allnash released this 26 Oct 16:59
· 6 commits to main since this release

🐳 Deploy (Docker) Registry v0.0.1:

Your Private Docker Registry Made Simple, 1-minute deployment

✨ Key Features:

  • πŸ”’ Secure HTTPS registry with basic authentication
  • 🌐 Joxit Registry UI for visual management
  • ⚑ One-command deployment with Docker Compose
  • πŸ“ Organized SSL certificate management
  • πŸ” Configurable authentication credentials
  • 🎨 Customizable registry title and settings

🎯 Perfect for:

  • 🏒 Self-hosted Docker registry solutions
  • πŸ”’ Private image hosting needs
  • πŸ‘₯ Team development environments
  • πŸš€ Local development workflows
  • πŸ”„ CI/CD pipeline integration

βš™οΈ Quick Setup Example:

# Registry / UI Configurations
REGISTRY_PROTOCOL=https
REGISTRY_DOMAIN=domain1.lan
REGISTRY_PORT=5555
REGISTRY_UI_PROTOCOL=http
REGISTRY_UI_PORT=8080

# SSL Certificate Paths
SSL_CERT_DIR=./certs
SSL_DOMAIN_DIR=domain1.lan
SSL_CERT_FILE=fullchain.pem
SSL_KEY_FILE=privkey.pem

# Registry UI
REGISTRY_TITLE='My Awesome Registry'

# Auth Configuration
REGISTRY_USER=admin
REGISTRY_PASSWORD=yourpassword