Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rasjonell/hybr

deploy and manage self-hosted services with ease
https://github.com/rasjonell/hybr

containerization deployment docker golang isolation logging monitoring nginx nix self-hosted ssl

Last synced: about 5 hours ago
JSON representation

deploy and manage self-hosted services with ease

Awesome Lists containing this project

README

        

# Hybr

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

> [!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

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

or with `wget`

```bash
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

---

Made with ❤️