They are called "personal dashboards" and are easy to find with a simple search of this subreddit, and also you can look at the "aweesome selfhosted" list in the subreddit sidebar, it has a entire section on such dashboards for you.
Self-Hosted Main
A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.
For Example
- Service: Dropbox - Alternative: Nextcloud
- Service: Google Reader - Alternative: Tiny Tiny RSS
- Service: Blogger - Alternative: WordPress
We welcome posts that include suggestions for good self-hosted alternatives to popular online services, how they are better, or how they give back control of your data. Also include hints and tips for less technical readers.
Useful Lists
- Awesome-Selfhosted List of Software
- Awesome-Sysadmin List of Software
Awesome! I wasn’t sure what the term was. I guess the downvote was because I didn’t search. Sorry to have wasted your time downvoters. 😂
I setup an Nginx container and created my own html page for family. Even added a Google search bar to it. It only has a few links to services that I want my wife to use. Everything else goes on Homer.
If you rely on port numbers you can also use cosmos-server to manage your containers and add hostnames to your services to access them (that would be the reverse-proxy functionality of cosmos).
Personal Dashboards are just that personal there are plenty of them out there dashy, homarr, heimdall
I like flame https://github.com/pawelmalak/flame but thats just cause it suits my needs as others have said have a look at the awesome self hosted list and try some out.
I use Homepage. There are plenty of other options, but I prefer Homepage because of it's speed and simplicity. Many landing page apps allow for customizing on the page itself. Homepage is configured using YAML files, and therefore static, so family members will not be able to make changes, or accidentally break it, once you have it set up.
Here is a screenshot of my... Homepage.
I use custom images and icons uploaded to Dropbox in... icons-72x72-png.zip
These are kept in volumes for persistence...
--volume homepage_config:/app/config \
--volume homepage_icons:/app/public/icons
--volume homepage_images:/app/public/images \