Its opt-in ONLY using env variable, requires basic auth credentials and can run a single concurrent session. Super handy for quick debugging and setup checks.
Its opt-in ONLY using env variable, requires basic auth credentials and can run a single concurrent session. Super handy for quick debugging and setup checks.
Stack
- Everything in Go
- TUI by @charmcli
- @tursodatabase DB
- Deployed to @flydotio
Stack
- Everything in Go
- TUI by @charmcli
- @tursodatabase DB
- Deployed to @flydotio
0 - Today view
1 to 5 - Switch projects
0 - Today view
1 to 5 - Switch projects
The flow:
> pause container
> backup volume on old server
> restore volume in new server
> create and start container
The flow:
> pause container
> backup volume on old server
> restore volume in new server
> create and start container
Basically load balancing so users get routed to the physically closest server with least latency.
Basically load balancing so users get routed to the physically closest server with least latency.
If your tool can run from CLI, an LLM can use it. You don't need an MCP server.
If your tool can run from CLI, an LLM can use it. You don't need an MCP server.
> Private networking using Wireguard mesh
> Private networking using Wireguard mesh
Short answer: It's because I love @Railway and I want the same experience with my own servers.
Short answer: It's because I love @Railway and I want the same experience with my own servers.
> Add image
> Select placement server; stateful services can't be moved (yet!)
> Add volumes
> Deploy 🚀
> Add image
> Select placement server; stateful services can't be moved (yet!)
> Add volumes
> Deploy 🚀
It works, but everything is just hacky fixes on top of hacky fixes. It will take a while for me to clean up this mess. 😅
It works, but everything is just hacky fixes on top of hacky fixes. It will take a while for me to clean up this mess. 😅
Control plane is the source of truth for the state of containers, and that's it. Its only role is to define "WHAT."
Control plane is the source of truth for the state of containers, and that's it. Its only role is to define "WHAT."
So far I've tried
1. agents are simple, control plane pushes actions when agents poll: this was very slow and unreliable, there were many sync errors
So far I've tried
1. agents are simple, control plane pushes actions when agents poll: this was very slow and unreliable, there were many sync errors
> Create a service, provide image source
> Update replica
> Expose public port with domain
> Hit deploy
Enjoy! 🚀
> Create a service, provide image source
> Update replica
> Expose public port with domain
> Hit deploy
Enjoy! 🚀
> added local DNS for private endpoints using Dnsmasq
> Caddy runs on all machines now, requests can be load balanced across any machine.
x.com/arjunz/stat...
> added local DNS for private endpoints using Dnsmasq
> Caddy runs on all machines now, requests can be load balanced across any machine.
x.com/arjunz/stat...