/Homelium

A simple dashboard for your homelab.

Primary LanguageCSSGNU General Public License v3.0GPL-3.0

Homelium

License Last Commit Stars

desktop image

Forked to add my liking

  • Added favicon
  • Disable image check
  • Prefer download all image from walkxcode dashboard icon rather than fetching from net
  • Use ubuntu font

Getting Started

This design is inspired by Walkx.

Installation

The best way to install this software is using Docker.

First, download the image from the Github repository.

docker pull ghcr.io/marcorfilacarreras/homelium:amd64

Then run it with the following command.

docker run -d -p 5000:5000 -v ${PWD}/config.json:/app/app/config.json:rw ghcr.io/marcorfilacarreras/homelium:amd64

You can also use a docker-compose.yml.

version: "3.7"

services:
  homelium:
    container_name: Homelium
    image: ghcr.io/marcorfilacarreras/homelium:amd64
    ports:
      - 8000:5000
    volumes:
      - ${PWD}/config.json:/app/app/config.json:rw

You will have to create a file called config.json with the following content:

[]

License

Distributed under the MIT License. See LICENSE for more information.