# yaml-language-server: $schema=https://schema.zeabur.app/template.json
apiVersion: zeabur.com/v1
kind: Template
metadata:
    name: NextChat
spec:
    description: One-Click to get well-designed cross-platform ChatGPT web UI.
    icon: https://raw.githubusercontent.com/ChatGPTNextWeb/NextChat/38093756946ce0d37b24668bbd711f3bed987a7b/app/icons/logo.svg
    variables:
        - key: API_KEY
          type: STRING
          name: What is your OpenAI API key?
          description: You need to fill in the OpenAI API key to get started.
    tags:
        - Starter
        - ChatGPT
    readme: |-
        # NextChat
        One-Click to get well-designed cross-platform ChatGPT web UI.

        ## Screenshots
        ![config](https://raw.githubusercontent.com/ChatGPTNextWeb/ChatGPT-Next-Web/refs/heads/main/docs/images/settings.png)
        ![more](https://raw.githubusercontent.com/ChatGPTNextWeb/ChatGPT-Next-Web/refs/heads/main/docs/images/more.png)
    services:
        - name: NextChat
          icon: https://raw.githubusercontent.com/ChatGPTNextWeb/NextChat/38093756946ce0d37b24668bbd711f3bed987a7b/app/icons/logo.svg
          template: PREBUILT_V2
          spec:
            id: nextchat
            source:
                image: docker.io/yidadaa/chatgpt-next-web:latest
            ports:
                - id: web
                  port: 3000
                  type: HTTP
            env:
                OPENAI_API_KEY:
                    default: ${API_KEY}
localization:
    zh-CN:
        description: 一键获取精心设计的跨平台 ChatGPT 网页 UI。
        readme: |
            # NextChat
            一键获取精心设计的跨平台 ChatGPT 网页 UI。

            ## 示例图片
            ![config](https://raw.githubusercontent.com/ChatGPTNextWeb/ChatGPT-Next-Web/refs/heads/main/docs/images/settings.png)
            ![more](https://raw.githubusercontent.com/ChatGPTNextWeb/ChatGPT-Next-Web/refs/heads/main/docs/images/more.png)
    zh-TW:
        description: 一鍵獲取精心設計的跨平台 ChatGPT 網頁 UI。
        readme: |-
            # NextChat
            一鍵獲取精心設計的跨平台 ChatGPT 網頁 UI。

            ## 範例圖片
            ![config](https://raw.githubusercontent.com/ChatGPTNextWeb/ChatGPT-Next-Web/refs/heads/main/docs/images/settings.png)
            ![more](https://raw.githubusercontent.com/ChatGPTNextWeb/ChatGPT-Next-Web/refs/heads/main/docs/images/more.png)
