Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/rasjonell/hybr
- Owner: rasjonell
- Created: 2025-01-14T14:04:44.000Z (10 days ago)
- Default Branch: master
- Last Pushed: 2025-01-22T21:18:21.000Z (1 day ago)
- Last Synced: 2025-01-22T22:24:16.930Z (1 day ago)
- Topics: containerization, deployment, docker, golang, isolation, logging, monitoring, nginx, nix, self-hosted, ssl
- Language: Go
- Homepage: https://hybr.dev
- Size: 12.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 ❤️