# yaml-language-server: $schema=https://schema.zeabur.app/template.json
apiVersion: zeabur.com/v1
kind: Template
metadata:
    name: ReactFlux
spec:
    description: 阅读体验更好的 Miniflux 的第三方 Web 前端
    coverImage: https://github.com/electh/ReactFlux/raw/main/src/imgs/light.png
    tags:
        - Website
    readme: |-
        ## 概述
        Reactflux 是 [miniflux](https://github.com/miniflux/miniflux) 的第三方 Web 前端，提供了更为友好的阅读体验。

        ![demo](https://github.com/electh/ReactFlux/raw/main/src/imgs/login.png)
    services:
        - name: ReactFlux
          template: GIT
          spec:
            source:
                source: GITHUB
                repo: 768916434
                branch: main
