# yaml-language-server: $schema=https://schema.zeabur.app/template.json
apiVersion: zeabur.com/v1
kind: Template
metadata:
    name: AstrBot
spec:
    description: AstrBot is a multi-platform chatbot and development framework integrated with large language models
    coverImage: https://i.imgur.com/xUaZ3V5.png
    icon: https://raw.githubusercontent.com/AstrBotDevs/AstrBot/refs/heads/master/dashboard/src/assets/images/logo-normal.svg
    variables:
        - key: AstrBot_DOMAIN
          type: DOMAIN
          name: AstrBot Domain
          description: The domain name of AstrBot.
    readme: |
        # AstrBot
        AstrBot is a loosely coupled, asynchronous chatbot and development framework that supports multi-platform deployment, featuring an easy-to-use plugin system and comprehensive Large Language Model (LLM) integration capabilities.
        ## Initial account
        Account: astrbot  Password: astrbot
    services:
        - name: AstrBot
          icon: https://raw.githubusercontent.com/AstrBotDevs/AstrBot/refs/heads/master/dashboard/src/assets/images/logo-normal.svg
          template: PREBUILT_V2
          spec:
            id: astrbot
            source:
                image: soulter/astrbot:latest
            ports:
                - id: web
                  port: 6185
                  type: HTTP
                - id: wss
                  port: 6199
                  type: HTTP
            volumes:
                - id: data
                  dir: /AstrBot/data
          domainKey: AstrBot_DOMAIN
localization:
    zh-CN:
        description: AstrBot 是一个多平台大语言模型接入的聊天机器人及开发框架
        readme: |
            # AstrBot
            AstrBot 是一个松耦合、异步、支持多消息平台部署、具有易用的插件系统和完善的大语言模型（LLM）接入功能的聊天机器人及开发框架。
            ## 初始账号
            账号: astrbot  密码: astrbot
    zh-TW:
        description: AstrBot 是一個多平台大型語言模型接入的聊天機器人及開發框架
        readme: |-
            # AstrBot
            AstrBot 是一個鬆耦合、非同步、支援多訊息平台部署、具有易用外掛系統及完善大型語言模型（LLM）接入功能的聊天機器人及開發框架。
            ## 初始帳號
            帳號：astrbot  密碼：astrbot
