Updates! A slightly better app overview page.
In the hopes of adding more clarity about your apps current state we reworked our Overview page a little bit.
It’s all about scale, baby
The emphasis of the page now is about shipping apps closer to your users. How can you do that without knowing what’s your scale?
- Show breakdown of machines per region, process groups, sizes and RootFS sizes
- Hint at possible high-availability: apps with a single region or apps with a single machine.
- Easy to copy scale commands
Networking config
A toml file with [http_service] or [[services]] can be quite odd to understand at first and since we are all about global deployments we created a Networking block just below the scale block.
- Explain about how
[http_service],[[services]], IP addresses and releases are correlated. - Show latest app release since it’s the artifact that defines your networking config.
- List services, internal ports and public ports.
- Show IP addresses like we used to do and also allow users to assign/remove them.
That’s it for now! See ya in next updates

