ProductPromotion
Logo

Open.Source

made by https://0x3d.site

GitHub - hywax/mafl: Minimalistic flexible homepage
Minimalistic flexible homepage. Contribute to hywax/mafl development by creating an account on GitHub.
Visit Site

GitHub - hywax/mafl: Minimalistic flexible homepage

GitHub - hywax/mafl: Minimalistic flexible homepage

๐ŸŽฏ 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.
  • ๐Ÿท๏ธ Tags. Add tags to your services.
  • ๐Ÿ‘Œ 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:
      - ./mafl/:/app/data/

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.

Proxmox

To create a new Proxmox VE Mafl LXC, run the command below in the Proxmox VE Shell.

bash -c "$(wget -qLO - https://github.com/tteck/Proxmox/raw/main/ct/mafl.sh)"

Configure the application by editing the config.yml file:

nano /opt/mafl/data/config.yml

Many thanks to @tteck for helping me create lxc script.

๐Ÿ“Š 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.
  • IP API - Shows information about your IP address.
  • Weather - Shows weather information for your location.

๐ŸŽจ 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

๐Ÿ–ผ 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)
  • ๐Ÿ‡ต๐Ÿ‡ฑ Polish - pl (by @UberDudePL)
  • ๐Ÿ‡ซ๐Ÿ‡ท France - fr (by @maxim31cote)
  • ๐Ÿ‡ฉ๐Ÿ‡ช German - de (by @gehno)
  • ๐Ÿ‡ฌ๐Ÿ‡ท Greek - gr (by @sthivaios)

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

๐Ÿ† Credits

A huge thank you to everyone who is helping to improve Mafl. Thanks to you, the project can evolve!

Contributors

To become a contributor, please follow our contributing guide.

๐Ÿ“„ License

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

Articles
to learn more about the open-source concepts.

Resources
which are currently available to browse on.

mail [email protected] to add your project or resources here ๐Ÿ”ฅ.

FAQ's
to know more about the topic.

mail [email protected] to add your project or resources here ๐Ÿ”ฅ.

Queries
or most google FAQ's about Open-Source.

mail [email protected] to add more queries here ๐Ÿ”.

More Sites
to check out once you're finished browsing here.

0x3d
https://www.0x3d.site/
0x3d is designed for aggregating information.
NodeJS
https://nodejs.0x3d.site/
NodeJS Online Directory
Cross Platform
https://cross-platform.0x3d.site/
Cross Platform Online Directory
Open Source
https://open-source.0x3d.site/
Open Source Online Directory
Analytics
https://analytics.0x3d.site/
Analytics Online Directory
JavaScript
https://javascript.0x3d.site/
JavaScript Online Directory
GoLang
https://golang.0x3d.site/
GoLang Online Directory
Python
https://python.0x3d.site/
Python Online Directory
Swift
https://swift.0x3d.site/
Swift Online Directory
Rust
https://rust.0x3d.site/
Rust Online Directory
Scala
https://scala.0x3d.site/
Scala Online Directory
Ruby
https://ruby.0x3d.site/
Ruby Online Directory
Clojure
https://clojure.0x3d.site/
Clojure Online Directory
Elixir
https://elixir.0x3d.site/
Elixir Online Directory
Elm
https://elm.0x3d.site/
Elm Online Directory
Lua
https://lua.0x3d.site/
Lua Online Directory
C Programming
https://c-programming.0x3d.site/
C Programming Online Directory
C++ Programming
https://cpp-programming.0x3d.site/
C++ Programming Online Directory
R Programming
https://r-programming.0x3d.site/
R Programming Online Directory
Perl
https://perl.0x3d.site/
Perl Online Directory
Java
https://java.0x3d.site/
Java Online Directory
Kotlin
https://kotlin.0x3d.site/
Kotlin Online Directory
PHP
https://php.0x3d.site/
PHP Online Directory
React JS
https://react.0x3d.site/
React JS Online Directory
Angular
https://angular.0x3d.site/
Angular JS Online Directory