An open, extensible, dashboard for all of your homelab services.
To launch container:
docker run -d \
-p 8088:8088 \
-v </your/local/path/>:/app/server/data \
igorsheg/astro
- Clone the repository
git clone https://github.com/igorsheg/astro.git
cd astro
- Install dependencies
make install-dep
- Run Backend
make start-dev-server
- Run Frontend
make start-dev-web