this post was submitted on 27 Oct 2023
1 points (100.0% liked)

Self-Hosted Main

502 readers
1 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.

For Example

We welcome posts that include suggestions for good self-hosted alternatives to popular online services, how they are better, or how they give back control of your data. Also include hints and tips for less technical readers.

Useful Lists

founded 1 year ago
MODERATORS
 

I have a few web services installed on our home network and would like to have a landing page that family inside our LAN can go to and then just click a button to go to each of the services. This will help the family not need to remember port numbers.

Is there a docker container that anyone would recommend for this?

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 2 points 10 months ago

I use Homepage. There are plenty of other options, but I prefer Homepage because of it's speed and simplicity. Many landing page apps allow for customizing on the page itself. Homepage is configured using YAML files, and therefore static, so family members will not be able to make changes, or accidentally break it, once you have it set up.

Here is a screenshot of my... Homepage.

I use custom images and icons uploaded to Dropbox in... icons-72x72-png.zip

These are kept in volumes for persistence...

--volume homepage_config:/app/config \
--volume homepage_icons:/app/public/icons 
--volume homepage_images:/app/public/images \