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
- Host: GitHub
- URL: https://github.com/pybash1/homecenter
- Owner: pybash1
- Created: 2025-06-17T18:34:51.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-06-17T18:50:07.000Z (11 months ago)
- Last Synced: 2025-06-17T19:54:55.923Z (11 months ago)
- Language: Astro
- Size: 0 Bytes
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)