Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/igorsheg/astro

An open, extensible, dashboard for all of your homelab services.
https://github.com/igorsheg/astro

dashboard docker go golang homelab kubernetes nodejs react self-hosted startpage

Last synced: 15 days ago
JSON representation

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

Awesome Lists containing this project

README

        


Astro Logo



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




Astro Dashboard Preview

## Getting Started

### Using docker

To launch container:

```sh
docker run -d \
-p 8088:8088 \
-v :/app/server/data \
igorsheg/astro
```

### Build manually

1. Clone the repository

```sh
git clone https://github.com/igorsheg/astro.git
cd astro
```

2. Install dependencies

```sh
make install-dep
```

4. Run Backend

```sh
make start-dev-server
```

5. Run Frontend

```sh
make start-dev-web
```