this post was submitted on 07 Oct 2023
70 points (98.6% liked)

Selfhosted

38768 readers
242 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 1 year ago
MODERATORS
 

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 😉)

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 4 points 10 months ago (1 children)

Similar, at a company they asked the person cataloging the systems to write a yaml, then a dev wrote a script that converted it to html and then they asked a designer to slap some CSS on it. I don't think it took more than an hour of each person's time. Plus you can do each stage individually and improve it over time. For example later yet someone put the yaml in a git repo and threw together a simple deploy, someone made a script that pinged systems periodically etc.

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

At that point you're just reinventing a monitoring system.

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

For proper monitoring yeah, I'm just saying it's faster to write a HTML page than to install a homepage app that won't detect half your stuff properly anyway.