I'm looking for some advice on a landing page, on my root domain, to link all my self-hosted services

Briongloid@aussie.zone to Selfhosted@lemmy.world – 22 points –

Currently I have my services accessible through subdomains, with account password protection, my only experiences building websites is Google Pages and Geocities (20 years ago).

All I really need is a single linktree style landing page for my root domain, to hyperlink each of my subdomain services.

Each of my rr web ui has their own account/password setup, but I would like my landing page to also be behind a login form, preferably were I make the user/password manually.

I'm happy to either self-host the page or run it off something free like github pages.

My domain is registered via porkbun, with cloudflare managing the DNS, cloudflared tunnel routing the subdomains to their respective local ports.

I haven't been able to use my root domain via this method, which is why I am open to something like github pages to host the single page securely.

I've been looking up articles and reddit posts for weeks, but I'm not experienced enough in the matter to know where I should be looking or what I should be looking for.

14

I use a combination of Heimdall and Authelia to list all my services and control access to internal resources. Authelia is great because it lets you put authentication in front of applications that don't have a login, including 2FA options.

I second Heimdall! Best one I've found so far.

What I do is, I have all the public-accessible services listed in the guest account (plex, tautulli, ubooquity etc) , and the private ones in the admin account (sonarr ,radarr, etc)

Heimdall should be enough, but I think authelia is Overkill 🤔 A basic authentification is included in most reverse proxies

https://gethomepage.dev/en/installation/

Homepage is easy to setup. Since you're using cloudflare tunnels you might want to consider just using cloudflare access for password protection.

I second this. I’m a big fan of homepage. Easy to set up so long as you don’t mind a yaml config file (you can copy and paste the examples if you’re new to the format).

In general the term you're looking for is "self-hosted dashboard".

One I like is called Homarr

To add to my own post, I came across Cosmos which I will also be testing on top of all of the suggestions so far.

One thing I haven't determined with Cosmos yet, is how this would impact friends/family access.