Skip to content
forked from igorsheg/astro

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

Notifications You must be signed in to change notification settings

stylefabrik/astro

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

86 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 88.4%
  • Go 9.8%
  • Dockerfile 0.5%
  • JavaScript 0.5%
  • HTML 0.3%
  • CSS 0.3%
  • Other 0.2%