# yaml-language-server: $schema=https://schema.zeabur.app/template.json
apiVersion: zeabur.com/v1
kind: Template
metadata:
    name: StackRender
spec:
    description: Free, simple, and intuitive database schema editor and SQL migration generator.
    coverImage: https://github.com/stackrender/.github/raw/main/assets/og-image.png
    icon: https://stackrender.io/favicon/favicon.ico
    variables:
        - key: PUBLIC_DOMAIN
          type: DOMAIN
          name: Domain
          description: The domain you want to bind to your StackRender instance.
    tags:
        - Database
        - Diagram editor
        - Developer Tool
        - SQL migration generator
        - Web
    readme: |
        # StackRender

        StackRender is an intuitive, open-source visual database design and diagramming platform built for modern development workflows. Map out your database architectures, structure schemas visually, and collaborate with your team through a clean, interactive canvas. . See the full set of features [here](https://stackrender.io).
    services:
        - name: stackrender
          icon: https://stackrender.io/favicon/favicon.ico
          template: GIT
          spec:
            id: stackrender
            source:
                source: GITHUB
                repo: 977671574
                branch: main
            ports:
                - id: web
                  port: 4173
                  type: HTTP
          domainKey: PUBLIC_DOMAIN
localization:
    zh-TW:
        description: 直覺、開源的資料庫結構設計與視覺化圖表平台。
        variables:
            - key: PUBLIC_DOMAIN
              type: DOMAIN
              name: 網域
              description: 你想綁定到 StackRender 的網域？
        readme: |-
            # StackRender

            StackRender 是一款直覺、開源的資料庫結構設計與視覺化圖表平台，專為現代開發工作流程打造。你可以在乾淨、互動式的畫布上輕鬆繪製資料庫架構、視覺化調整 Schema，並與你的團隊進行協作。查看完整功能介紹請點擊[這裡](https://stackrender.org)。

            > 部署完成後，點擊 **Editor** 即可進入工作區畫布，開始視覺化設計您的資料庫結構。
