1 Star 0 Fork 0

learning007/mafl

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README
MIT

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.
  • 🏷️ 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:
      - ./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.

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

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)
  • 🇵🇱 Polish - pl (by @UberDudePL)
  • 🇫🇷 France - fr (by @maxim31cote)

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.

Mafl Contributors

📄 License

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

MIT License Copyright (c) 2023-PRESENT Hywax Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

简介

暂无描述 展开 收起
MIT
取消

发行版

暂无发行版

近期动态

11个月前创建了仓库
不能加载更多了
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/learning007/mafl.git
git@gitee.com:learning007/mafl.git
learning007
mafl
mafl
main

搜索帮助