github sushaantu/boxento v1.0.0
v1.0.0 - Initial Release

latest releases: v1.0.4, v1.0.3, v1.0.2...
8 months ago

Boxento v1.0.0 - Docker Support Release 🐳

First official release of Boxento with Docker support! Now you can run your personal dashboard with a single command.

🚀 Quick Start

# Pull and run
docker run -d -p 5173:5173 --name boxento ghcr.io/sushaantu/boxento:1.0.0

🌐 Accessing Your Dashboard

The URL depends on your Docker environment:

💡 Tip: When using OrbStack, the URL is automatically generated and shown in the OrbStack dashboard. No additional configuration needed!

🐋 Docker Features

  • Multi-platform support (amd64, arm64)
  • Health checks included
  • Production-ready configuration
  • Native support for Docker Desktop and OrbStack

📦 Container Options

Using Docker Compose

services:
  boxento:
    image: ghcr.io/sushaantu/boxento:1.0.0
    container_name: boxento
    restart: unless-stopped
    ports:
      - "XXXX:XXXX"
    environment:
      - NODE_ENV=production
      - VITE_ALLOWED_HOSTS=XXXXXX

Environment Variables

Only necessary if you want to use auth or use widgets like Google Calendar

  • VITE_ALLOWED_HOSTS - Configure allowed domains (automatically configured for common Docker environments)
  • NODE_ENV - Set environment (defaults to production)

🏷️ Available Tags

  • v1.0.0 - This stable release
  • latest - Latest development build
  • sha-XXXXXX - Specific commit builds

📝 Notes

  • First stable release with Docker support
  • Automated builds via GitHub Actions
  • Container images hosted on GitHub Container Registry (ghcr.io)
  • Built-in support for popular Docker development environments

Don't miss a new boxento release

NewReleases is sending notifications on new releases.