Sign inSign up

igorsheg/astro

By igorsheg

•Updated almost 5 years ago

Your homelab space

Image
2

10K+

igorsheg/astro repository overview

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/>:/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. Init Database
make init-db
make seed-db
  1. Run Backend
make start-dev-server
  1. Run Frontend
make start-dev-web

Tag summary

Content type

Image

Digest

Size

23.5 MB

Last updated

almost 5 years ago

docker pull igorsheg/astro