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

  • anon_water@lemmy.ml
    link
    fedilink
    English
    arrow-up
    1
    ·
    edit-2
    9 months ago

    JupyterBook

    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.