Mafl

Minimalistic flexible homepage.

Directory Structure

    • .env
    • docker-compose.yml

docker-compose.yml

version: '3.8'
 
services:
  mafl:
    image: hywax/mafl
    ports:
      - '3000:3000'
    volumes:
      - ./config.yml:/app/data/config.yml
	  restart: unless-stopped

Resources

Website: https://mafl.hywax.space/

Showcase: https://mafl.hywax.space/community/showcase.html

GitHub: https://github.com/hywax/mafl

Docker Hub: https://hub.docker.com/r/hywax/mafl

Configuration: https://mafl.hywax.space/guide/getting-started.html