All Projects β†’ igorsheg β†’ astro

igorsheg / astro

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

Programming Languages

typescript
32286 projects
go
31211 projects - #10 most used programming language
Dockerfile
14818 projects
javascript
184084 projects - #8 most used programming language
HTML
75241 projects
CSS
56736 projects

Projects that are alternatives of or similar to astro

dashy
πŸš€ A self-hostable personal dashboard built for you. Includes status-checking, widgets, themes, icon packs, a UI editor and tons more!
Stars: ✭ 7,103 (+28312%)
Mutual labels:  self-hosted, startpage, homelab
THome
a simple static dashboard
Stars: ✭ 20 (-20%)
Mutual labels:  self-hosted, homelab
pi-hosted
Raspberry Pi Self Hosted Server Based on Docker / Portainer.io
Stars: ✭ 467 (+1768%)
Mutual labels:  self-hosted, homelab
firework8s
Firework8s is a collection of kubernetes objects (yaml files) for deploying workloads in a home lab.
Stars: ✭ 35 (+40%)
Mutual labels:  self-hosted, homelab
homepage
Custom Start/home page (multi LIVE search) with live animated weather and news ticker - written in HTML/JS. Minimal, self-hosted, and dope.
Stars: ✭ 35 (+40%)
Mutual labels:  self-hosted, startpage
Proxmox
Proxmox Helper Scripts
Stars: ✭ 3,882 (+15428%)
Mutual labels:  self-hosted, homelab
DSAC
DockSTARTer App Config helps you configure some of your Docker apps!
Stars: ✭ 20 (-20%)
Mutual labels:  self-hosted, homelab
traefik-docker-ansible
🐳 🐹  This is an Ansible playbook to install multiple Web applications on a single Ubuntu server with Docker and Traefik.
Stars: ✭ 75 (+200%)
Mutual labels:  self-hosted, homelab
hexagonTab
Hexagon bookmarks accented with a chosen colour. Customise the layout, style, background and bookmarks with hexagonTab.
Stars: ✭ 65 (+160%)
Mutual labels:  startpage
peppermint
An open source ticket management & help desk solution. A freshdesk alternative
Stars: ✭ 367 (+1368%)
Mutual labels:  self-hosted
alternative-frontends
πŸ”πŸŒ Privacy-respecting web frontends for popular services
Stars: ✭ 821 (+3184%)
Mutual labels:  self-hosted
startup-page
A custom startup page for your browser.
Stars: ✭ 151 (+504%)
Mutual labels:  startpage
fugu
Fugu is simple, privacy-friendly, open-source and self-hostable product analytics. 🐑
Stars: ✭ 74 (+196%)
Mutual labels:  self-hosted
personal-dashboard
Personal Dashboard for my services
Stars: ✭ 98 (+292%)
Mutual labels:  homelab
humble
Just a humble project
Stars: ✭ 53 (+112%)
Mutual labels:  homelab
mantle
πŸ“’ Easy and effective communication for any team or community.
Stars: ✭ 30 (+20%)
Mutual labels:  self-hosted
audiobookshelf
Self-hosted audiobook and podcast server
Stars: ✭ 1,316 (+5164%)
Mutual labels:  self-hosted
minio-rclone-webdav-server
A @rclone served WebDAV server with @minio as the s3 storage backend docker example
Stars: ✭ 17 (-32%)
Mutual labels:  self-hosted
devliver
Your private self hosted composer repository with user management
Stars: ✭ 50 (+100%)
Mutual labels:  self-hosted
fork
A simple, self hosted, low level programming language.
Stars: ✭ 69 (+176%)
Mutual labels:  self-hosted

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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].