An open API service indexing awesome lists of open source software.

https://github.com/pybash1/homecenter

A control centre for my homelab
https://github.com/pybash1/homecenter

Last synced: 29 days ago
JSON representation

A control centre for my homelab

Awesome Lists containing this project

README

          

# Homecenter

A simple navigation and control center for my mini homelab.

# Setup

```sh
docker build -t homecenter .
docker run -p 80:80 homecenter
```

OR

```sh
docker built -t homecenter .
```

and then use a docker-compose file (recommended)