Skip to content
/ hybr Public

Deploy and manage self-hosted services with ease

Notifications You must be signed in to change notification settings

rasjonell/hybr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

74 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hybr

Take control of your digital world with hybr - a self-hosted infrastructure manager that lets you deploy and manage services with ease.

Hybr Progress

Note

🚧 This project is under active development. Everything including this document may be changed in the future. Star the repository to follow our progress!

Features

  • One-command deployment of popular self-hosted services
  • Web UI for monitoring and management
  • Automated Nginx configuration and SSL setup
  • Container-based isolation for all services
  • Real-time service monitoring and logs
  • Easy service updates and maintenance

Quick Start

curl -sSL https://hybr.dev/install.sh | bash

or with wget

wget -qO- https://hybr.dev/install.sh | bash

After installation, access the web UI at http://localhost:8080

Security Notice

Always inspect installation scripts before running them. Alternatively, you can:

  1. Download the script: curl -O https://hybr.dev/install.sh
  2. Verify the checksum (TODO)
  3. Run it: bash install.sh

Documentation

Full documentation will be available at docs.hybr.dev


Project Status

Check out my TODOs and past progress here: TODO.md

Latest Release Changelog

Made with ❤️