mirror of
https://github.com/psviderski/uncloud.git
synced 2026-08-26 11:03:34 +00:00
v0.1
Uncloud
A lightweight Docker clustering tool for running web apps on your own servers — from cloud VMs to bare metal.Replace Heroku and Render, no Kubernetes required.
Quick start
- Install Uncloud CLI:
curl -fsSL https://raw.githubusercontent.com/psviderski/uncloud/main/scripts/install_cli.sh | sh
- Initialize your first machine:
uc machine init root@your-server-ip
- Create a DNS A record pointing
app.example.comto your server's IP address, then deploy your app with automatic HTTPS:
uc run --name my-app -p app.example.com:8000/https registry/app
That's it! Your app is now running and accessible at https://app.example.com ✨
Project status
Uncloud is an open source project I'm (@psviderski) actively developing. I'd love to share this journey with you. Subscribe to follow the progress, get early insights into new features, and be the first to know when it's ready for production use.
I'd also love your input:
- 🐛 Found a bug? Open an issue
- 💡 Have ideas? Join the discussion
Motivation
TBD
Languages
Go
85.2%
HTML
8.6%
CSS
3.7%
Shell
1.6%
JavaScript
0.6%
Other
0.3%