Skip to content

hywax/mafl

This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Folders and files

NameName
Last commit message
Last commit date
Jan 4, 2024
Jan 4, 2024
Dec 30, 2023
Jan 5, 2024
Jan 5, 2024
Jan 5, 2024
Jan 20, 2024
Dec 30, 2023
Jan 20, 2024
Jan 5, 2024
Dec 28, 2023
Jan 1, 2024
Jan 1, 2024
Jan 5, 2024
Jan 5, 2024
Dec 30, 2023
Dec 30, 2023
Dec 30, 2023
Dec 23, 2023
Dec 23, 2023
Jan 20, 2024
Jan 4, 2024
Dec 23, 2023
Jan 20, 2024
Jan 1, 2024
Jan 5, 2024
Jan 4, 2024
Jan 20, 2024
Jan 20, 2024
Jan 1, 2024
Dec 23, 2023
Jan 20, 2024

Repository files navigation

Mafl

Mafl is an intuitive service for organizing your homepage. Customize Mafl to your individual needs and work even more efficiently!

Mafl

User Showcase | Documentation | GitHub

Current Version Last commit Docker pulls License MIT

Mafl

Table of Contents

๐ŸŽฏ Features

  • ๐Ÿ” Privacy. All requests to third-party services occur in backend.
  • โšก Real-time. Interactive cards with extra information.
  • ๐ŸŒŽ Multi-language. Supports multiple languages.
  • ๐ŸŽจ Themes. Customize the look to your liking.
  • ๐Ÿ—‚๏ธ Grouping. Create custom service groups.
  • ๐Ÿ‘Œ Easy setup. A few lines of yaml and your homepage is ready to go.
  • ๐Ÿš€ Fast. Everything is fast and free of hang-ups.
  • ๐Ÿณ Docker. Optimized docker images for popular platforms.
  • โœจ Free. Mafl is completely free and open source.
  • ๐Ÿ“ฒ PWA. Installable application.

๐Ÿš€ Getting started

Docker

This Docker image is published to both Docker Hub and the GitHub container registry. Depending on your preferences and needs, you can reference both hywax/mafl as well as ghcr.io/hywax/mafl.

version: '3.8'

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

Node

First, clone the repository:

git clone https://github.com/hywax/mafl.git

Then install dependencies and build the production bundle (I'm using yarn here, you can use npm or pnpm if you like):

yarn install
yarn build

Finally, run the server:

yarn preview

The application will start with a basic configuration, which is located in the data folder.

๐Ÿ“Š Services

The basic concept of Mafl is to create not just a homepage, but to create an interactive homepage page. You can combine different services with each other. You can combine different services to create the perfect customized homepage for you.

List of services:

  • Base - The main card of the service. Other services are created on the basis of this service.

๐ŸŽจ Themes

There are several ready-made themes in Mafl. But nothing prevents you from creating your own design themes and sharing them with other users

Mafl themes

๐Ÿ–ผ Icons

Services can have icons. With support for several different icon packs, you can find the perfect thumbnail for any application or service.

Supported types:

  • Iconify - Over 200,000 open source vector icons
  • Emoji - Any valid emoji can be used as an icon
  • URL - Pass the URL of any matching image so that it can be found and displayed.
  • Local - Store custom images locally and reference them by file name

๐ŸŒŽ Multi-language

Mafl supports multiple languages and locales. The app should automatically detect your language and set it in the settings. If not, set it in config.yml with the lang property.

Supported Languages:

  • ๐Ÿ‡ฌ๐Ÿ‡ง English - en
  • ๐Ÿ‡ท๐Ÿ‡บ Russian - ru
  • ๐Ÿ‡จ๐Ÿ‡ณ Chinese - zh
  • ๐Ÿ‡จ๐Ÿ‡ฎ Hindi - hi
  • ๐Ÿ‡ช๐Ÿ‡ธ Spanish - es
  • ๐Ÿ‡ธ๐Ÿ‡ฆ Arabic - ar (by @mohmadhabib)

If you haven't found your language, it can easily be added! Use the instructions in the section contributing on docs.

๐Ÿ“„ License

This app is open-sourced software licensed under the MIT license.