# yaml-language-server: $schema=https://schema.zeabur.app/template.json
apiVersion: zeabur.com/v1
kind: Template
metadata:
    name: Raneto
spec:
    description: |
        Raneto is a free, open-source knowledge base platform powered by Markdown files. It requires no database — simply write your documentation in Markdown and Raneto renders it as a searchable, navigable website.
    coverImage: https://raw.githubusercontent.com/gilbitron/Raneto/master/logo/logo_readme.png
    icon: https://avatars.githubusercontent.com/u/4532996
    variables:
        - key: PUBLIC_DOMAIN
          type: DOMAIN
          name: Domain
          description: The domain to access Raneto
    tags:
        - Tool
        - Documentation
    readme: |
        # Raneto

        A Markdown-powered knowledge base platform. Write documentation in Markdown files and Raneto renders them as a searchable, navigable website. No database required.

        ## What You Can Do After Deployment

        1. **Visit your domain** — browse the default example knowledge base
        2. **Add content** — place Markdown files in the `/config/content` directory to create pages
        3. **Organize with folders** — create subdirectories for categories and sections
        4. **Customize configuration** — edit `/config/config/config.js` to change the site title, description, and theme
        5. **Add images** — place images in `/config/images` to serve them at `/images/` paths
        6. **Enable search** — full-text search works out of the box across all Markdown content

        ## Key Features

        - Markdown-based content management
        - Full-text search
        - Category navigation with nested folders
        - Customizable themes and branding
        - No database dependency
        - Table of contents generation
        - Syntax highlighting for code blocks

        ## License

        MIT — [GitHub](https://github.com/gilbitron/Raneto)
    services:
        - name: raneto
          icon: https://avatars.githubusercontent.com/u/4532996
          template: PREBUILT_V2
          spec:
            source:
                image: linuxserver/raneto:0.18.1
            ports:
                - id: web
                  port: 3000
                  type: HTTP
            volumes:
                - id: raneto-config
                  dir: /config
            env:
                PGID:
                    default: "1000"
                PUID:
                    default: "1000"
                TZ:
                    default: UTC
          domainKey: PUBLIC_DOMAIN
localization:
    es-ES:
        description: |
            Raneto es una plataforma de base de conocimientos gratuita y de codigo abierto impulsada por archivos Markdown. No requiere base de datos: escribe tu documentacion en Markdown y Raneto la renderiza como un sitio web navegable y con busqueda.
        variables:
            - key: PUBLIC_DOMAIN
              type: STRING
              name: Dominio
              description: El dominio para acceder a Raneto
        readme: |
            # Raneto

            Plataforma de base de conocimientos basada en Markdown. Escribe documentacion en Markdown y Raneto la renderiza como un sitio web navegable. Sin base de datos.

            ## Que puedes hacer despues del despliegue

            1. **Visita tu dominio** — explora la base de conocimientos de ejemplo
            2. **Agrega contenido** — coloca archivos Markdown en `/config/content`
            3. **Organiza con carpetas** — crea subdirectorios para categorias
            4. **Personaliza la configuracion** — edita `/config/config/config.js`

            ## Licencia

            MIT — [GitHub](https://github.com/gilbitron/Raneto)
    id-ID:
        description: |
            Raneto adalah platform basis pengetahuan open-source gratis yang didukung oleh file Markdown. Tidak memerlukan database — cukup tulis dokumentasi dalam Markdown dan Raneto merendernya sebagai situs web yang dapat dicari dan dinavigasi.
        variables:
            - key: PUBLIC_DOMAIN
              type: STRING
              name: Domain
              description: Domain untuk mengakses Raneto
        readme: |
            # Raneto

            Platform basis pengetahuan berbasis Markdown. Tulis dokumentasi dalam Markdown dan Raneto merendernya sebagai situs web yang dapat dicari. Tanpa database.

            ## Apa yang bisa dilakukan setelah deploy

            1. **Buka domain** — jelajahi basis pengetahuan contoh
            2. **Tambahkan konten** — letakkan file Markdown di `/config/content`
            3. **Organisasi dengan folder** — buat subdirektori untuk kategori
            4. **Kustomisasi konfigurasi** — edit `/config/config/config.js`

            ## Lisensi

            MIT — [GitHub](https://github.com/gilbitron/Raneto)
    ja-JP:
        description: |
            Raneto は Markdown ファイルで駆動する無料のオープンソースナレッジベースプラットフォームです。データベース不要で、Markdown でドキュメントを書くだけで検索可能なウェブサイトとして表示されます。
        variables:
            - key: PUBLIC_DOMAIN
              type: STRING
              name: ドメイン
              description: Raneto にアクセスするためのドメイン
        readme: |
            # Raneto

            Markdown ベースのナレッジベースプラットフォーム。Markdown ファイルでドキュメントを作成し、検索可能なウェブサイトとして表示。データベース不要。

            ## デプロイ後にできること

            1. **ドメインにアクセス** — デフォルトのサンプルナレッジベースを閲覧
            2. **コンテンツを追加** — `/config/content` に Markdown ファイルを配置
            3. **フォルダで整理** — サブディレクトリでカテゴリを作成
            4. **設定をカスタマイズ** — `/config/config/config.js` を編集

            ## ライセンス

            MIT — [GitHub](https://github.com/gilbitron/Raneto)
    ko-KR:
        description: |
            Raneto는 Markdown 파일로 구동되는 무료 오픈소스 지식 베이스 플랫폼입니다. 데이터베이스 없이 Markdown으로 문서를 작성하면 검색 가능한 웹사이트로 렌더링됩니다.
        variables:
            - key: PUBLIC_DOMAIN
              type: STRING
              name: 도메인
              description: Raneto에 접속할 도메인
        readme: |
            # Raneto

            Markdown 기반 지식 베이스 플랫폼. Markdown 파일로 문서를 작성하면 검색 가능한 웹사이트로 렌더링. 데이터베이스 불필요.

            ## 배포 후 할 수 있는 것

            1. **도메인 접속** — 기본 예시 지식 베이스 탐색
            2. **콘텐츠 추가** — `/config/content`에 Markdown 파일 배치
            3. **폴더로 정리** — 하위 디렉토리로 카테고리 생성
            4. **설정 커스터마이즈** — `/config/config/config.js` 편집

            ## 라이선스

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

            แพลตฟอร์มฐานความรู้ที่ขับเคลื่อนด้วย Markdown เขียนเอกสารในไฟล์ Markdown แล้ว Raneto จะแสดงเป็นเว็บไซต์ที่ค้นหาได้ ไม่ต้องใช้ฐานข้อมูล

            ## สิ่งที่ทำได้หลังจากติดตั้ง

            1. **เข้าสู่โดเมน** — สำรวจฐานความรู้ตัวอย่าง
            2. **เพิ่มเนื้อหา** — วางไฟล์ Markdown ใน `/config/content`
            3. **จัดระเบียบด้วยโฟลเดอร์** — สร้างไดเรกทอรีย่อยสำหรับหมวดหมู่
            4. **ปรับแต่งการตั้งค่า** — แก้ไข `/config/config/config.js`

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

            MIT — [GitHub](https://github.com/gilbitron/Raneto)
    zh-CN:
        description: |
            Raneto 是一个免费的开源知识库平台，由 Markdown 文件驱动。不需要数据库，只需用 Markdown 编写文档，Raneto 就会将其渲染为可搜索、可浏览的网站。
        variables:
            - key: PUBLIC_DOMAIN
              type: STRING
              name: 域名
              description: 访问 Raneto 的域名
        readme: |
            # Raneto

            由 Markdown 驱动的知识库平台。用 Markdown 文件编写文档，Raneto 将其渲染为可搜索、可浏览的网站。不需要数据库。

            ## 部署后可以做什么

            1. **打开域名** — 浏览默认的示例知识库
            2. **添加内容** — 将 Markdown 文件放入 `/config/content` 目录创建页面
            3. **用文件夹组织** — 创建子目录作为分类和章节
            4. **自定义配置** — 编辑 `/config/config/config.js` 修改网站标题、描述和主题
            5. **添加图片** — 将图片放入 `/config/images`

            ## 许可证

            MIT — [GitHub](https://github.com/gilbitron/Raneto)
    zh-TW:
        description: |
            Raneto 是一個免費的開源知識庫平台，以 Markdown 檔案驅動。不需要資料庫，只需以 Markdown 撰寫文件，Raneto 就會將其渲染為可搜尋、可瀏覽的網站。
        variables:
            - key: PUBLIC_DOMAIN
              type: STRING
              name: 網域
              description: 存取 Raneto 的網域
        readme: |
            # Raneto

            以 Markdown 驅動的知識庫平台。以 Markdown 檔案撰寫文件，Raneto 將其渲染為可搜尋、可瀏覽的網站。不需要資料庫。

            ## 部署後可以做什麼

            1. **開啟網域** — 瀏覽預設的範例知識庫
            2. **新增內容** — 將 Markdown 檔案放入 `/config/content` 目錄建立頁面
            3. **以資料夾組織** — 建立子目錄作為分類和章節
            4. **自訂設定** — 編輯 `/config/config/config.js` 修改網站標題、描述和主題
            5. **新增圖片** — 將圖片放入 `/config/images`
            6. **啟用搜尋** — 全文搜尋開箱即用

            ## 授權

            MIT — [GitHub](https://github.com/gilbitron/Raneto)
