Whenever someone heads to my CI server URL (say ci.example.com), I’d want to show anonymous users what all public builds are running and their statuses (and logs). How can I achieve this?
Drone does not support this capability, however, Drone exposes a full-featured API that you could use to build your own external dashboard.