# yaml-language-server: $schema=https://schema.zeabur.app/template.json
apiVersion: zeabur.com/v1
kind: Template
metadata:
    name: VERT
spec:
    description: The file converter
    coverImage: https://github.com/VERT-sh/VERT/raw/main/docs/images/screenshot-home.png
    icon: https://github.com/VERT-sh/VERT/raw/main/static/favicon.png
    variables:
        - key: PUBLIC_DOMAIN
          type: DOMAIN
          name: Domain
          description: What domain do you want to use for VERT?
    tags:
        - Tool
        - File Converter
        - WebAssembly
    readme: |-
        # VERT.sh

        VERT is a file conversion utility that uses WebAssembly to convert files on your device instead of a cloud. Check out the live instance at [vert.sh](https://vert.sh).

        ## Features

        * Convert files directly on your device using WebAssembly
        * No file or file size limits
        * Convert images, audio, documents, and video
        * Supports over **250+** file formats
        * Conversion settings
    services:
        - name: VERT
          icon: https://github.com/VERT-sh/VERT/raw/main/static/favicon.png
          template: PREBUILT
          spec:
            source:
                source: GITHUB
                repo: 886745826
                branch: main
            ports:
                - id: web
                  port: 80
                  type: HTTP
          domainKey: PUBLIC_DOMAIN
localization:
    zh-TW:
        description: 文件轉換工具
        variables:
            - key: PUBLIC_DOMAIN
              type: DOMAIN
              name: 網域
              description: 你想將 VERT 綁定在哪個網域上？
        readme: |-
            # VERT.sh

            VERT 是一個文件轉換工具，使用 WebAssembly 在您的設備上轉換文件，而不是在雲端。您可以在 [vert.sh](https://vert.sh) 查看線上範例。

            ## 功能特色

            * 使用 WebAssembly 直接在您的設備上轉換文件
            * 無文件或文件大小限制
            * 轉換圖片、音訊、文件和影片
            * 支援超過 **250+** 種文件格式
            * 轉換設定
