I’ve been going all in on random app names. A problem I have is when looking at the app dashboard I have no idea what anything is. I could give my apps more meaningful and thoughtful names, but figured these fields might be useful to others also.
An optional description
field to toml:
app = "old-morning-1234"
description = "api server"
or perhaps:
app = "old-morning-1234"
tags = ["api", "server"]
could be used to filter/group apps.
Thoughts?