# yaml-language-server: $schema=https://schema.zeabur.app/template.json
apiVersion: zeabur.com/v1
kind: Template
metadata:
    name: n8n (sqlite version)
spec:
    description: n8n allows you to build flexible workflows focused on deep data integration.
    icon: https://i.imgur.com/AaKxvK2.png
    variables:
        - key: WEB_URL
          type: DOMAIN
          name: What is your domain for the n8n service?
          description: Used for expose the n8n service to the public web.
    tags:
        - Tool
    readme: |-
        # n8n
        n8n allows you to build flexible workflows focused on deep data integration. And with sharable templates and a user-friendly UI, the less technical people on your team can collaborate on them too. Unlike other tools, complexity is not a limitation. So you can build whatever you want — without stressing over budget.
    services:
        - name: n8n
          icon: https://i.imgur.com/AaKxvK2.png
          template: PREBUILT
          spec:
            id: n8n
            source:
                image: n8nio/n8n:1.70.2
            ports:
                - id: web
                  port: 5678
                  type: HTTP
            volumes:
                - id: data
                  dir: /root/.n8n
            env:
                DB_SQLITE_VACUUM_ON_STARTUP:
                    default: "true"
                DB_TYPE:
                    default: sqlite
                EXECUTIONS_DATA_MAX_AGE:
                    default: "8"
                EXECUTIONS_DATA_PRUNE:
                    default: "true"
                EXECUTIONS_DATA_PRUNE_MAX_COUNT:
                    default: "1000"
                EXECUTIONS_DATA_SAVE_MANUAL_EXECUTIONS:
                    default: "false"
                GENERIC_TIMEZONE:
                    default: Asia/Shanghai
                N8N_LOG_LEVEL:
                    default: verbose
                PORT:
                    default: "5678"
                TZ:
                    default: Asia/Shanghai
                VUE_APP_URL_BASE_API:
                    default: ${ZEABUR_WEB_URL}
                WEBHOOK_URL:
                    default: ${ZEABUR_WEB_URL}
          domainKey: WEB_URL
localization:
    ja-JP:
        description: n8n は、深いデータ統合に焦点を当てた柔軟なワークフローを構築することを可能にします。
        readme: |
            # n8n

            n8n は、深いデータ統合に焦点を当てた柔軟なワークフローを構築することを可能にします。
    zh-CN:
        description: n8n 允许你构建专注于深度数据集成的灵活工作流。
        readme: |
            # n8n

            n8n 允许你构建专注于深度数据集成的灵活工作流。
    zh-TW:
        description: n8n 允許你構建專注於深度資料整合的靈活工作流。
        readme: |
            # n8n

            n8n 允許你構建專注於深度資料整合的靈活工作流。
