I self-host a lot of services on my VPS: Roundcube, ownCloud, Tiny Tiny RSS, Munin, phpMyAdmin... So I designed a static webpage that allows me to browse from one to another in a seamless way.
The applications are embedded in a iframe while the navigation bar stays from click to click. Some javascript improves the experience (synchronising title and favicon, changing the URL hash, ...) but is completely optional.
The project is hosted on github : https://github.com/xvello/homepage-navigation
I hope some of you will find it useful, and I'm open to suggestions!