Astroluma
Astroluma lets you run feature-rich dashboard for managing tasks and services entirely on your own server.
Overview
Astroluma is a feature-rich, user-friendly dashboard designed to help you manage multiple aspects of your daily tasks and services. The project has 776 GitHub stars and is licensed under GPL-3.0.
Key Features
Source: GitHub README
- Multi-User Support: Individual instances for each user
- Links Organization: Categorize and organize links with nested categories
- Featured Page: Showcase important categories and links
- Custom Domain Support: Works simultaneously with custom domains and IPs
- Network Device Management:
- IPv4 network device scanning
- Wake-on-LAN support
- Device status monitoring
Getting Started
Source: GitHub README
version: '3.8'
services:
app:
image: sanjeet990/astroluma:latest
container_name: astroluma
##ports:
## - "8000:8000"
environment:
PORT: 8000
NODE_ENV: production
SECRET_KEY: a2c5f9a8b2d7e1a7f2c9c8d9b5f7a3d5
MONGODB_URI: mongodb://localhost:27017/astroluma
volumes:
- uploads_data:/app/storage/uploads
- uploads_apps:/app/storage/apps
depends_on:
- mongodb
restart: always
network_mode: host
mongodb:
image: mongo:6.0
container_name: astroluma_mongodb
ports:
- "27017:27017"
volumes:
- mongo_data:/data/db
restart: always
volumes:
mongo_data:
driver: local
uploads_data:
driver: local
docker-compose up -d
Normalized Features
Source: tool-features-normalized.json
custom domain, docker, docker compose, mongodb, multi user, plugins, portainer, two factor auth.
Deploy
Features
Authentication & Access
- Multi-User Support
- Two-Factor Authentication
Integrations & APIs
- Plugin / Extension System
Customization & Branding
- Custom Domain
Related Project Management Tools
View all 97 →Plane
47KProject management for teams and AI agents. Plan, track, and ship with Projects, Wiki, and AI. Available on cloud, self-hosted, and air-gapped.
Refine
34KBuild enterprise internal tools and B2B apps 10x faster with Refine agents. The future of vibe coding and AI-led development.
Drone
34KSelf-service Continuous Integration platform for busy development teams. Configuration as code with isolated Docker containers.
Focalboard
26KA self-hosted Kanban and project board that chose to stop — the data ownership case for a tool in maintenance mode.
Focalboard
26KSelf-hosted project management tool that provides project management tool for teams. Create kanban boards.
Wekan
21KWekan lets you run efficient task management with customizable boards, lists, and cards entirely on your own server.