Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/igorsheg/astro
- Owner: igorsheg
- Created: 2021-03-22T10:03:42.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-07-25T23:29:54.000Z (over 1 year ago)
- Last Synced: 2024-08-01T15:14:33.738Z (3 months ago)
- Topics: dashboard, docker, go, golang, homelab, kubernetes, nodejs, react, self-hosted, startpage
- Language: TypeScript
- Homepage:
- Size: 9.94 MB
- Stars: 92
- Watchers: 1
- Forks: 6
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
An open, extensible, dashboard for all of your homelab services.
## 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
```