Mafl is an intuitive service designed to help you organize a personal homepage. It prioritizes speed, privacy, and simplicity, allowing you to create a dashboard that is both functional and visually appealing. The setup is straightforward, requiring just a few lines of YAML to get your page up and running.
Key features include:
services:
mafl:
image: hywax/mafl:latest
container_name: mafl
ports:
- "3000:3000"
volumes:
- ./data:/app/data
restart: unless-stopped
# Mafl does not require sensitive environment variables for a basic setup.
# Any future API keys or secrets for integrations should be placed here.
Auto-fetched 8 minutes ago
Auto-fetched 8 minutes ago