astro

An open, extensible, dashboard for all of your homelab services.

19
1
TypeScript

Astro Logo

An open, extensible, dashboard for all of your homelab services.

Astro Dashboard Preview

Getting Started

Using docker

To launch container:

docker run -d \
  -p 8088:8088 \
  -v </your/local/path/>:/app/server/data \
  igorsheg/astro

Build manually

  1. Clone the repository
git clone https://github.com/igorsheg/astro.git
cd astro
  1. Install dependencies
make install-dep
  1. Run Backend
make start-dev-server
  1. Run Frontend
make start-dev-web