I mentioned the other day that I’ve been self-hosting some software services on a server in my basement. Well, I build a stupidly simple, static startpage for those services. There are a lot of existing start pages or apps for start pages, like Homer or Heimdall. But they seem like overkill, with databases and build pipelines and XML config parsed by Python. One of my self-hosted guiding principles is simplicity, so I’ve shunned those start pages for a custom solution I built.
Introducing the “Simple, Static, Startpage“. It’s really stupid, and simple. Basically it’s styled bookmarks that you configure in JSON and host on a web server (or spin up with the included docker-compose file). It’s literally one HTML page, one CSS style sheet, and one JSON config file. Maybe someone finds it useful.
Here’s some screenshots:
Related Content:
A New, Old Hobby: Self-hosted Services by Dv February 21, 2021 I've recently returned to a hobby of mine ... self-hosting various software services and web applications on a server I…
Laravel: Simple Method for Modules by Dv March 1, 2017 In my day job, I maintain a fairly large-ish Laravel application. It started out as a few separate vanilla PHP…