I‘m looking for a website/homepage/landing page/you name it where I can manage (link) to all my self hosted services on my machine.
Things like casaOS are to over engineered for my usecase (and all my services are already set up and running).
Of course I can set up a Wordpress site, but I’m wondering if there is any lightweight solution that I can use behind a ngnix proxy.
(Writing plain html looks to ugly for me 😉)
deleted by creator
I’m currently using gethomepage.dev but have also had really good luck with dashy.to
I just tested homepage but dashy looks promising. It looks like homepage lacks support for user authentication, but dashy supports it.
This is what I was planning to use on my next build with https://www.authelia.com for the authorization gateway.
What reverse proxy will you use? And are using tunnels to get access from outside or something else?
https://github.com/geekau/media-stack/blob/main/full-vpn_single-yaml/docker-compose-media-stack.yaml
Planning to base my next build on this stack. Still waiting on a couple parts.
Have not dug through the whole thing yet, but looks like they use Swag. Haven’t looked into it yet, I normally just go nginx.
I already have wireguard with dynamic dns on my router if I want to access it remotely.
I really like Flame. I have it as my startpage on both desktop and mobile browsers. It’s light and pretty quick to set up
I also use Flame! I really like the clean and simple look and it’s really easy to set up.
Flame is not actively maintained anymore. Have a look at this fork which offers support for categories: https://github.com/fdarveau/flame :::
deleted by creator
I’m currently using Homarr but have used Fenrus and a few others and all work well you just need to find the one you like the best. The two I mentioned are simple to use and very customizable.
Static html+css page generated with this: https://github.com/maximtrp/tab
I use Authentik, primarily as a local identity provider, but it shows links to all my services (and auto logs-in to supported ones)
(Writing plain html looks to ugly for me 😉)
no joke an ISP I use to work at had a internal static HTML page where we linked all the internal tools.
deleted by creator
This is what I use. You write code in markdown, ipynb Python, or HTML and CSS and it builds the static website HTML automatically.
There are free styling Python packages to generate CSS too!
I host on GitHub pages for free.
I personally use https://dashy.to/ because you can also add links to your externally hosted services should you want to.