this post was submitted on 07 Oct 2023
66 points (98.5% liked)

Selfhosted

48614 readers
296 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 2 years 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 😉)

all 25 comments
sorted by: hot top controversial new old
[–] mike_wooskey@lemmy.d.thewooskeys.com 30 points 2 years ago (3 children)

I love Homepage. It's pretty, configurable, simple, and versatile.

[–] rambos@lemm.ee 2 points 2 years ago

🥰🥰 more love to homepage

[–] bw1faeh0@feddit.de 2 points 2 years ago (1 children)

Thanks! I have chosen that one for my test. But it looks like there is no access/user management available.

That's true. You must manually edit the up-to-6 config files to customize Homepage. It's not difficult, but it's not a GUI.

d.rymcg.tech is a docker-based self-hosting "platform", and it includes Homepage and a way to configure it using your own custom homepage-config repo, but that might be a bit much to take on if you just want Homepage or if thisnkind of thing is outside of your skillset.

Homepage 🥰🥰

Love it

[–] talkingpumpkin@lemmy.world 18 points 2 years ago
[–] damnthefilibuster@lemmy.world 8 points 2 years ago
[–] peter@feddit.uk 7 points 2 years ago

Homer is the simplest

[–] fhein@lemmy.world 5 points 2 years ago

Static html+css page generated with this: https://github.com/maximtrp/tab

[–] Willdrick@lemmy.world 5 points 2 years ago (2 children)

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

[–] SBN@lemmy.world 2 points 2 years ago

I also use Flame! I really like the clean and simple look and it’s really easy to set up.

[–] Cyclo@lemmy.ml 1 points 2 years ago

Flame is not actively maintained anymore. Have a look at this fork which offers support for categories: https://github.com/fdarveau/flame :::

[–] Decronym@lemmy.decronym.xyz 4 points 2 years ago* (last edited 2 years ago)

Acronyms, initialisms, abbreviations, contractions, and other phrases which expand to something larger, that I've seen in this thread:

Fewer Letters More Letters
Git Popular version control system, primarily for code
HTTP Hypertext Transfer Protocol, the Web
nginx Popular HTTP server

2 acronyms in this thread; the most compressed thread commented on today has 9 acronyms.

[Thread #197 for this sub, first seen 8th Oct 2023, 04:25] [FAQ] [Full list] [Contact] [Source code]

[–] slazer2au@lemmy.world 4 points 2 years ago (1 children)

(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.

[–] lemmyvore@feddit.nl 4 points 2 years 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.

[–] SheeEttin@lemmy.world 2 points 2 years ago (1 children)

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

[–] lemmyvore@feddit.nl 1 points 2 years 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.

[–] negativenull@lemm.ee 3 points 2 years ago

I use Authentik, primarily as a local identity provider, but it shows links to all my services (and auto logs-in to supported ones)

[–] CazRaX@lemmy.world 3 points 2 years ago

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.

[–] antik@lemmy.world 1 points 2 years ago* (last edited 2 years ago)

I personally use https://dashy.to/ because you can also add links to your externally hosted services should you want to.

[–] hellmo_luciferrari@lemmy.world 1 points 2 years ago

I am using Homarr but before that I used Heimdall.

I much prefer Homarr, and it's rather easy to use too.

[–] anon_water@lemmy.ml 1 points 2 years ago* (last edited 2 years 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.