this post was submitted on 13 Feb 2025
120 points (99.2% liked)

Selfhosted

42676 readers
604 users here now

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.

Rules:

  1. Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.

  2. No spam posting.

  3. Posts have to be centered around self-hosting. There are other communities for discussing hardware or home computing. If it's not obvious why your post topic revolves around selfhosting, please include details to make it clear.

  4. Don't duplicate the full text of your blog or github here. Just post the link for folks to click.

  5. Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).

  6. No trolling.

Resources:

Any issues on the community? Report it using the report flag.

Questions? DM the mods!

founded 2 years ago
MODERATORS
 

Over the years I accumulated very many services which I host myself and each of them has it's own URL:

  • 6 websites, mine and my sisters
  • 3 instances of home assistant
  • Uptime Kuma
  • Synology with photos on it
  • Matrix server
  • Firefox sync
  • TinyTinyRSS
  • Mastodon
  • PeerTube
  • PieFed
  • Immich
  • Open WebUI (for local large language models)
  • UniFi (CCTV)
  • Baïkal (Cal- and CardDav)

I'm probably forgetting some of them now and I'm planning to host more in the future.

The problem is how to remember all of those URLs or domains. I have a system how I call them, but my extended family can't really remember them.

I think it's time for a landing page. Do you guys have any suggestions?

top 50 comments
sorted by: hot top controversial new old
[–] [email protected] 3 points 5 days ago

Heimdall seems to be the popular choice: https://github.com/linuxserver/Heimdall

[–] [email protected] 2 points 6 days ago

Homarr is more or less turnkey, as long as you use Docker to deploy your services.

[–] [email protected] 48 points 1 week ago* (last edited 1 week ago) (2 children)

Homepage

Gives you a nice dashboard that you can configure however you like. It includes integration with a ton of existing services, as well as docker.

My setup:

Clicking on each service will open it's respective url.

The 'healthy' indicator at the top right of each service is it's container health. Clicking on that will expand to show cpu, ram and network usage. Some of these services/docker hosts are on separate machines; it all integrates together nicely.

[–] [email protected] 5 points 1 week ago* (last edited 1 week ago) (1 children)

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.

1000003017

[–] [email protected] 2 points 1 week ago

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.

[–] [email protected] 2 points 1 week ago

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.

[–] [email protected] 21 points 1 week ago (1 children)

I love homepage for this purpose. Gorgeous, good UX, easy to configure, and lots of widgets/integrations.

[–] [email protected] 10 points 1 week ago

Homepage is great, especially if the services are deployed on docker or Kubernetes. You can just add some metadata to each service and Homepage will automatically pick them up. No need to remember to update it directly for a new service.

[–] [email protected] 19 points 1 week ago (1 children)

I just hacked a simple HTML page for this, with big mobile friendly buttons.

That page is served by nginx in my server and is my default home page on my phone and desktop.

[–] [email protected] 6 points 1 week ago (2 children)

Hm interesting, no icons and no status indicator. At the same time over time you probably got it into your muscle memory where to press quickly. It's intriguing.

[–] [email protected] 9 points 1 week ago

My requirement with this page is it has to load really fast, because I return to it often while working / browsing. So yeah, it's really lightweight and easy to maintain, as things come and go. The source is stored in Forgejo! (the "Code" button there).

load more comments (1 replies)
[–] [email protected] 17 points 1 week ago* (last edited 1 week ago) (4 children)

Im using homarr it works really good and is easy to configure

[–] [email protected] 11 points 1 week ago (1 children)
[–] [email protected] 2 points 1 week ago (1 children)

Honestly thank you. Been using homarr for a while and had no idea that had a completely new version

[–] [email protected] 2 points 1 week ago

Glad to help.

load more comments (3 replies)
[–] [email protected] 13 points 1 week ago (3 children)

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.

load more comments (3 replies)
[–] [email protected] 9 points 1 week ago

I use Flame as a dashboard for users at home

[–] [email protected] 9 points 1 week ago (2 children)
[–] [email protected] 1 points 1 day ago

Looks good. It seems it can list subreddits, can it list lemmy communities too?

load more comments (1 replies)
[–] [email protected] 7 points 1 week ago* (last edited 1 week ago) (1 children)

I wrote my minimal HTML+CSS dashboard with a touch of JavaScript and use it with pride.

Its blazing fast and quite customizable and no bells and whistles.

Here: https://github.com/gardiol/dashboard

You configure it with a touch of json.

[–] [email protected] 21 points 1 week ago (2 children)

No pictures on repo is always frustrating

[–] MP3Martin 8 points 1 week ago* (last edited 1 week ago)

And it also attracts more people to try/use it. (when they can see what it looks like when set up)

[–] [email protected] 5 points 1 week ago (1 children)

Ah, maybe will upload some.

[–] [email protected] 4 points 1 week ago

Let me know if you do

[–] [email protected] 7 points 1 week ago (1 children)

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.

[–] [email protected] 2 points 1 week ago

Or if you want to learn a JS framework, you can also do it that way.

[–] [email protected] 7 points 1 week ago (2 children)

I use organizr. It can use iframes to load the pages which makes for a very integrated experience. It can be a little more complex to get going and get your apps playing nice with the iframes. Also the development on it has slowed down a lot. I'm hoping it gets more love soon, but that alone has me looking for alternatives. There are several others I have seen. I'm looking at Homepage currently.

So far nothing seems better than organizr for my uses.

[–] [email protected] 2 points 1 week ago

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.

[–] [email protected] 2 points 1 week ago

I use Jump for guests, Homepage for me, and Organizr for both.

[–] [email protected] 6 points 1 week ago* (last edited 1 week ago) (1 children)

I think you pretty much just now wrote a landing page, you just need to turn those into links and host that page somewhere.

Sure, you could create a database or JSON file with attributes of each thing and use React or Node.js to generate the UI, but that doesn't seem necessary for a need on this scale - when things change just edit the landing page. I've been keeping links to my soft copies of D&D books and stuff with a simple HTML page for years, and I'm a web dev. No need to do work the requirements don't demand.

[–] [email protected] 1 points 2 days ago

I’m lazy, I just use bookmarks and then go to that site and go look at whatever. These sync in FireFox across my devices.

[–] [email protected] 6 points 1 week ago (1 children)
[–] [email protected] 6 points 1 week ago (6 children)

I have everything in bookmarks but the discoverability of them in my browser is not very good for the rest of the extended family.

load more comments (6 replies)
[–] [email protected] 6 points 1 week ago* (last edited 1 week ago) (3 children)

I'm super basic when it comes to dashboard. Spinning up a Heimdall docker container is so insanely easy and it lets me make nice looking links to all my services. Of all the things I've spent energy to try and learn to be better at, my dashboard has never been one and maybe it's time to revisit... But man, it's just a really quick compose file and one command and it's there.

https://docs.linuxserver.io/images/docker-heimdall/#usage

[–] [email protected] 3 points 1 week ago

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.

load more comments (2 replies)
[–] [email protected] 3 points 1 week ago

I use flame. It’s super simple and minimalistic. Best part is nothing random moves like homer/ar or whichever.

[–] [email protected] 3 points 1 week ago

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

[–] [email protected] 3 points 1 week ago

I use Homerr which is really simple, but you could also use Heimdall or some other options here

[–] [email protected] 3 points 1 week ago (1 children)

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.

[–] [email protected] 2 points 1 week ago

Ah personalized ones, also a good idea

[–] [email protected] 2 points 1 week ago

https://tchncs.de/en/ has a pretty good landing page.

[–] [email protected] 2 points 1 week ago (2 children)

I just made a landing page in HASS, if you're already running three instances could you make a page in one?

load more comments (2 replies)
load more comments
view more: next ›