Landing page for all my services
-
Honestly thank you. Been using homarr for a while and had no idea that had a completely new version
-
Glad to help.
-
Do you guys have any suggestions?
Because I don't like software getting in my way I just cobbled together some HTML and CSS and call it a day.
-
I use Homerr which is really simple, but you could also use Heimdall or some other options here
-
If you needed some visual cues you could use colour and emojis to add context whilst keeping load times down
-
This is what I use. I tried other ones, but this one is simple to set up and edit. It's very clean and has a ton of widgets for services. I would like it to have a login option, but that isn't a deal breaker.
-
That's pretty much me aswell, besides that I didn't even spend energy to try and learn others. Simple docker compose, simple ui and easy way to add services.
I am sure there are alternatives that allow for more elaborate setups and fancier things. But for the low effort I put into it, I got a page with some nice buttons with appropriate icons that scales to whatever screen size it's displayed on. Only additional thing I did was enabled to show some basic info to see if e.g. SABnzbd is downloading something, which was also super easy.
-
Let me know if you do
-
+1 for Homarr. I didn't need to learn how to write any configs. Everything can be setup in realtime, in the GUI, and is immediately testable. Homarr brought a homepage down to my skill level.
My only wish is to lock homepages behind user permissions but it's fine, my family friends don't intend to explore, just to get to where they're going.
-
I've been using a modified and simplified version of Prismatic Night it's somewhat basic but I'm pretty happy with it. I've got startpages for my personal stuff, one for my wife and her personal stuff, and a couple for work.
-
Ah personalized ones, also a good idea
-
That's what I use. It goes under the radar a lot and I don't know why. I love that it shows me my sabnzb downloads and what streams are happening on Jellyfin at a glance.
-
I think this is possible nowdays.
-
Static, hand coded html. You can be as pretty as you want to be. A good learning exercise and since it is all static it will be fast and won't have more security issues.
-
Yeah; the lack of authentication options is a bit of a bummer if you're going to expose/share this page. There is always basic_auth in nginx or whatever proxy you're using if you really want.
-
In that case. Homarr is awesome, no complaints.
I probably won't retroact this, my family aren't going to explore and it was more to keep them on their specific homepage and stop them getting lost. New users will be locked to their specific page, I don't expect they'll ever go exploring to find out.
-
Or if you want to learn a JS framework, you can also do it that way.
-
There are a bunch of other static site generators as well. They're mostly targeted at blogs and whatnot, but maybe that's a good thing if you want to leave some instructions/documentation about each one.
-
If you want some ideas, there are plenty of examples here:
https://old.reddit.com/r/selfhosted/search?sort=new&restrict_sr=on&q=flair%3APersonal%2BDashboard
-
I use wiki.js in the linuxserver.io flavor. I have 3 URLs for every service I run: public, LAN, and tailscale url. My "homepage" is a big markdown table with links to all the services. It's not pretty by any means, but it's very functional