I'm looking for some advice on a landing page, on my root domain, to link all my self-hosted services
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.
IDK if this is what you're looking for exactly but i've been using Dashy (https://github.com/Lissy93/dashy) and it is perfect for my needs. Maybe it can help you.
2nd for Dashy, have been using for 4-5 months now and have been loving it. I tried out some of the others listed here as well but just didn’t hold up to Dashy.
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).
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.
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)
There's also https://github.com/jez500/bender which is heavily inspired by homer, but with a web gui to customize the links rather than having to edit the config.yml