# yaml-language-server: $schema=https://schema.zeabur.app/template.json
apiVersion: zeabur.com/v1
kind: Template
metadata:
    name: Automad
spec:
    description: |
        A flat-file content management system and template engine. No database required — all content is stored in human-readable text files. Features a block editor, in-page editing, image resizing, search, and a headless JSON API mode.
    coverImage: https://avatars.githubusercontent.com/u/106908559?v=4
    icon: https://avatars.githubusercontent.com/u/106908559?v=4
    variables:
        - key: PUBLIC_DOMAIN
          type: DOMAIN
          name: Domain
          description: The domain to access Automad
    tags:
        - CMS
        - Website
    readme: |
        # Automad

        Automad is a flat-file content management system and template engine built with PHP. It stores all content in human-readable text files instead of a database, making it lightweight and easy to back up. It includes a block editor, in-page editing, multi-layer caching, image resizing, search, RSS feeds, and a headless JSON API mode.

        ## First-Time Setup

        1. Click the deployed URL to open Automad.
        2. Check the deployment logs (`docker logs`) to find the auto-generated dashboard credentials.
        3. Navigate to `/dashboard` to access the admin panel.
        4. Start creating pages and customizing your site.

        ## Default Port

        - **80** (HTTP)

        ## Useful Links

        - [Automad Official Site](https://automad.org)
        - [Automad GitHub](https://github.com/marcantondahmen/automad)
        - [Automad Documentation](https://automad.org/getting-started)

        ## License

        MIT — [GitHub](https://github.com/marcantondahmen/automad)
    services:
        - name: automad
          icon: https://avatars.githubusercontent.com/u/106908559?v=4
          template: PREBUILT_V2
          spec:
            source:
                image: automad/automad:2.0.0-beta.22
            ports:
                - id: web
                  port: 80
                  type: HTTP
            volumes:
                - id: data
                  dir: /app
            env:
                UID:
                    default: "1000"
            healthCheck:
                type: HTTP
                port: web
                http:
                    path: /
          domainKey: PUBLIC_DOMAIN
localization:
    es-ES:
        description: |
            Sistema de gestion de contenidos basado en archivos planos y motor de plantillas. Sin base de datos: todo el contenido se almacena en archivos de texto legibles. Incluye editor de bloques, edicion en pagina, redimensionado de imagenes, busqueda y modo API JSON headless.
        variables:
            - key: PUBLIC_DOMAIN
              type: STRING
              name: Dominio
              description: El dominio para acceder a Automad
        readme: |
            # Automad

            Automad es un CMS basado en archivos planos y motor de plantillas construido con PHP. Almacena todo el contenido en archivos de texto legibles en lugar de una base de datos, siendo ligero y facil de respaldar. Incluye editor de bloques, edicion en pagina, cache multicapa, redimensionado de imagenes, busqueda, feeds RSS y modo API JSON headless.

            ## Configuracion inicial

            1. Haz clic en la URL desplegada para abrir Automad.
            2. Revisa los logs de despliegue para obtener las credenciales generadas automaticamente.
            3. Navega a `/dashboard` para acceder al panel de administracion.
            4. Comienza a crear paginas y personalizar tu sitio.

            ## Puerto predeterminado

            - **80** (HTTP)

            ## Enlaces utiles

            - [Sitio oficial de Automad](https://automad.org)
            - [Automad GitHub](https://github.com/marcantondahmen/automad)
            - [Documentacion de Automad](https://automad.org/getting-started)

            ## Licencia

            MIT — [GitHub](https://github.com/marcantondahmen/automad)
    id-ID:
        description: |
            Sistem manajemen konten berbasis flat-file dan mesin template. Tidak memerlukan database — semua konten disimpan dalam file teks yang mudah dibaca. Dilengkapi editor blok, editing di halaman, resize gambar, pencarian, dan mode API JSON headless.
        variables:
            - key: PUBLIC_DOMAIN
              type: STRING
              name: Domain
              description: Domain untuk mengakses Automad
        readme: |
            # Automad

            Automad adalah CMS berbasis flat-file dan mesin template yang dibangun dengan PHP. Menyimpan semua konten dalam file teks yang mudah dibaca, tanpa database, ringan dan mudah di-backup. Dilengkapi editor blok, editing di halaman, caching multi-layer, resize gambar, pencarian, RSS feed, dan mode API JSON headless.

            ## Pengaturan Awal

            1. Klik URL yang telah di-deploy untuk membuka Automad.
            2. Periksa log deployment untuk mendapatkan kredensial dashboard yang dibuat otomatis.
            3. Buka `/dashboard` untuk mengakses panel admin.
            4. Mulai membuat halaman dan menyesuaikan situs Anda.

            ## Port Default

            - **80** (HTTP)

            ## Tautan Berguna

            - [Situs Resmi Automad](https://automad.org)
            - [Automad GitHub](https://github.com/marcantondahmen/automad)
            - [Dokumentasi Automad](https://automad.org/getting-started)

            ## Lisensi

            MIT — [GitHub](https://github.com/marcantondahmen/automad)
    ja-JP:
        description: |
            フラットファイル CMS とテンプレートエンジン。データベース不要で、すべてのコンテンツを可読テキストファイルに保存。ブロックエディタ、ページ内編集、画像リサイズ、検索、ヘッドレス JSON API モードを搭載。
        variables:
            - key: PUBLIC_DOMAIN
              type: STRING
              name: ドメイン
              description: Automad にアクセスするためのドメイン
        readme: |
            # Automad

            Automad は PHP で構築されたフラットファイル CMS とテンプレートエンジンです。すべてのコンテンツをデータベースではなく可読テキストファイルに保存し、軽量でバックアップが容易です。ブロックエディタ、ページ内編集、多層キャッシュ、画像リサイズ、検索、RSS フィード、ヘッドレス JSON API モードを備えています。

            ## 初回セットアップ

            1. デプロイされた URL をクリックして Automad を開きます。
            2. デプロイログを確認して自動生成されたダッシュボード認証情報を取得します。
            3. `/dashboard` にアクセスして管理パネルに入ります。
            4. ページの作成とサイトのカスタマイズを開始します。

            ## デフォルトポート

            - **80** (HTTP)

            ## 関連リンク

            - [Automad 公式サイト](https://automad.org)
            - [Automad GitHub](https://github.com/marcantondahmen/automad)
            - [Automad ドキュメント](https://automad.org/getting-started)

            ## ライセンス

            MIT — [GitHub](https://github.com/marcantondahmen/automad)
    ko-KR:
        description: |
            플랫 파일 콘텐츠 관리 시스템 및 템플릿 엔진. 데이터베이스가 필요 없으며 모든 콘텐츠를 읽기 쉬운 텍스트 파일로 저장합니다. 블록 편집기, 페이지 내 편집, 이미지 리사이즈, 검색, 헤드리스 JSON API 모드를 지원합니다.
        variables:
            - key: PUBLIC_DOMAIN
              type: STRING
              name: 도메인
              description: Automad에 접속할 도메인
        readme: |
            # Automad

            Automad는 PHP로 구축된 플랫 파일 CMS 및 템플릿 엔진입니다. 모든 콘텐츠를 데이터베이스가 아닌 읽기 쉬운 텍스트 파일에 저장하여 가볍고 백업이 쉽습니다. 블록 편집기, 페이지 내 편집, 다층 캐싱, 이미지 리사이즈, 검색, RSS 피드, 헤드리스 JSON API 모드를 지원합니다.

            ## 초기 설정

            1. 배포된 URL을 클릭하여 Automad를 엽니다.
            2. 배포 로그를 확인하여 자동 생성된 대시보드 인증 정보를 확인합니다.
            3. `/dashboard`로 이동하여 관리 패널에 접속합니다.
            4. 페이지 생성과 사이트 커스터마이징을 시작합니다.

            ## 기본 포트

            - **80** (HTTP)

            ## 관련 링크

            - [Automad 공식 사이트](https://automad.org)
            - [Automad GitHub](https://github.com/marcantondahmen/automad)
            - [Automad 문서](https://automad.org/getting-started)

            ## 라이선스

            MIT — [GitHub](https://github.com/marcantondahmen/automad)
    th-TH:
        description: |
            ระบบจัดการเนื้อหาแบบ flat-file และเอนจินเทมเพลต ไม่ต้องใช้ฐานข้อมูล เก็บเนื้อหาทั้งหมดในไฟล์ข้อความที่อ่านง่าย รองรับ block editor การแก้ไขในหน้า ปรับขนาดรูปภาพ การค้นหา และโหมด headless JSON API
        variables:
            - key: PUBLIC_DOMAIN
              type: STRING
              name: โดเมน
              description: โดเมนสำหรับเข้าถึง Automad
        readme: |
            # Automad

            Automad เป็น CMS แบบ flat-file และเอนจินเทมเพลตที่สร้างด้วย PHP เก็บเนื้อหาทั้งหมดในไฟล์ข้อความที่อ่านง่ายแทนฐานข้อมูล ทำให้เบาและสำรองข้อมูลง่าย รองรับ block editor การแก้ไขในหน้า แคชหลายชั้น ปรับขนาดรูปภาพ การค้นหา RSS feed และโหมด headless JSON API

            ## การตั้งค่าเริ่มต้น

            1. คลิก URL ที่ deploy แล้วเพื่อเปิด Automad
            2. ตรวจสอบ log การ deploy เพื่อรับข้อมูลรับรองแดชบอร์ดที่สร้างอัตโนมัติ
            3. ไปที่ `/dashboard` เพื่อเข้าถึงแผงผู้ดูแลระบบ
            4. เริ่มสร้างหน้าและปรับแต่งเว็บไซต์ของคุณ

            ## พอร์ตเริ่มต้น

            - **80** (HTTP)

            ## ลิงก์ที่เป็นประโยชน์

            - [เว็บไซต์ทางการ Automad](https://automad.org)
            - [Automad GitHub](https://github.com/marcantondahmen/automad)
            - [เอกสาร Automad](https://automad.org/getting-started)

            ## สัญญาอนุญาต

            MIT — [GitHub](https://github.com/marcantondahmen/automad)
    zh-CN:
        description: |
            平面文件内容管理系统与模板引擎。无需数据库，所有内容以可读的纯文本文件存储。内置块编辑器、页面内编辑、图片缩放、搜索及无头 JSON API 模式。
        variables:
            - key: PUBLIC_DOMAIN
              type: STRING
              name: 域名
              description: 访问 Automad 的域名
        readme: |
            # Automad

            Automad 是一款以 PHP 构建的平面文件内容管理系统与模板引擎。它将所有内容存储在可读的纯文本文件中，无需数据库，轻量且易于备份。内置块编辑器、页面内编辑、多层缓存、图片缩放、搜索、RSS 订阅及无头 JSON API 模式。

            ## 首次设置

            1. 点击部署后的网址打开 Automad。
            2. 查看部署日志以获取自动生成的管理后台账密。
            3. 前往 `/dashboard` 进入管理面板。
            4. 开始创建页面并自定义网站。

            ## 默认端口

            - **80** (HTTP)

            ## 相关链接

            - [Automad 官方网站](https://automad.org)
            - [Automad GitHub](https://github.com/marcantondahmen/automad)
            - [Automad 文档](https://automad.org/getting-started)

            ## 授权

            MIT — [GitHub](https://github.com/marcantondahmen/automad)
    zh-TW:
        description: |
            平面檔案內容管理系統與模板引擎。無需資料庫，所有內容以可讀的純文字檔案儲存。內建區塊編輯器、頁面內編輯、圖片縮放、搜尋及無頭 JSON API 模式。
        variables:
            - key: PUBLIC_DOMAIN
              type: STRING
              name: 網域
              description: 存取 Automad 的網域
        readme: |
            # Automad

            Automad 是一款以 PHP 建構的平面檔案內容管理系統與模板引擎。它將所有內容儲存在可讀的純文字檔案中，無需資料庫，輕量且易於備份。內建區塊編輯器、頁面內編輯、多層快取、圖片縮放、搜尋、RSS 訂閱及無頭 JSON API 模式。

            ## 首次設定

            1. 點擊部署後的網址開啟 Automad。
            2. 查看部署日誌以取得自動產生的管理後台帳密。
            3. 前往 `/dashboard` 進入管理面板。
            4. 開始建立頁面並自訂網站。

            ## 預設埠

            - **80** (HTTP)

            ## 相關連結

            - [Automad 官方網站](https://automad.org)
            - [Automad GitHub](https://github.com/marcantondahmen/automad)
            - [Automad 文件](https://automad.org/getting-started)

            ## 授權

            MIT — [GitHub](https://github.com/marcantondahmen/automad)
