@@ -47,9 +47,10 @@ complexity of Kubernetes.
47
47
## 🎬 Quick demo
48
48
49
49
The screenshot below demonstrates how I use Uncloud to deploy the [ Uncloud Documentation] ( https://docs.uncloud.run )
50
- website to 2 remote machines (why not?) from a Docker Compose file on my local machine. It exposes the
51
- container port ` 8000/tcp ` as HTTPS on the domain ` docs.uncloud.run ` , served by the Caddy reverse proxy on the remote
52
- machines. All managed by Uncloud.
50
+ website to 2 remote machines (why not?) from the [ ` compose.yaml ` ] ( docs/compose.yaml ) file on my local machine.
51
+
52
+ It exposes the container port ` 8000/tcp ` as HTTPS on the domain ` docs.uncloud.run ` , served by the Caddy reverse proxy on
53
+ the remote machines. All managed by Uncloud.
53
54
54
55
![ Uncloud compose deployment demo] ( .github/images/compose-deploy.jpg )
55
56
@@ -289,8 +290,8 @@ I'm grateful to the following projects that inspired Uncloud's design and implem
289
290
dollar company [ 37signals] ( https://37signals.com/ ) where it was invented and this is just wonderful!
290
291
* [ Fly.io] ( https://fly.io/ ) — for inspiring my vision for what self-hosted infrastructure should feel like, proving that
291
292
developer experience and powerful infrastructure can coexist beautifully.
292
- * [ Tailscale] ( https://tailscale.com/ ) — for pioneering the vision of decentralised flat mesh networking with an
293
- amazing user experience that feels like magic.
293
+ * [ Tailscale] ( https://tailscale.com/ ) — for pioneering the vision of decentralised flat mesh networking with an amazing
294
+ user experience that feels like magic.
294
295
* [ Talos Linux] ( https://github.com/siderolabs/talos )
295
296
and [ KubeSpan] ( https://www.talos.dev/v1.10/talos-guides/network/kubespan/ ) — for the machine API design using
296
297
[ grpc-proxy] ( https://github.com/siderolabs/grpc-proxy ) and for its elegant approach to secure WireGuard-based overlay
0 commit comments