# yaml-language-server: $schema=https://schema.zeabur.app/template.json
apiVersion: zeabur.com/v1
kind: Template
metadata:
    name: Stump
spec:
    description: |
        Stump is a free, open-source comic and book server with OPDS support. Organize, read, and manage your digital comic and book collection through a modern web interface with built-in reader.
    coverImage: https://avatars.githubusercontent.com/u/114969632
    icon: https://avatars.githubusercontent.com/u/114969632
    variables:
        - key: PUBLIC_DOMAIN
          type: DOMAIN
          name: Domain
          description: The domain to access Stump
        - key: PASSWORD
          type: PASSWORD
          name: Password
          description: The initial admin password for Stump
    tags:
        - Tool
        - Media
    readme: |
        # Stump

        A free, open-source comic and book server with OPDS support. Organize, read, and manage your digital collection through a modern web interface with a built-in reader.

        ## What You Can Do After Deployment

        1. **Visit your domain** — create your admin account on first launch
        2. **Add libraries** — point Stump to your /library volume containing comics or books
        3. **Browse and read** — use the built-in web reader for CBZ, CBR, PDF, and EPUB files
        4. **Connect OPDS clients** — use any OPDS-compatible reader app
        5. **Manage users** — create accounts with different access levels

        ## Key Features

        - Built-in web reader for comics and books
        - OPDS support for external readers
        - CBZ, CBR, PDF, and EPUB support
        - Library organization with metadata
        - Multi-user with access control
        - Reading progress tracking
        - Modern, responsive web interface

        ## License

        MIT — [GitHub](https://github.com/stumpapp/stump)
    services:
        - name: stump
          icon: https://avatars.githubusercontent.com/u/114969632
          template: PREBUILT_V2
          spec:
            id: stump
            source:
                image: aaronleopold/stump:0.1.0
            ports:
                - id: web
                  port: 10801
                  type: HTTP
            volumes:
                - id: stump-data
                  dir: /data
                - id: stump-library
                  dir: /library
            env:
                STUMP_CONFIG_DIR:
                    default: /data
          domainKey: PUBLIC_DOMAIN
localization:
    es-ES:
        description: |
            Stump es un servidor gratuito y de codigo abierto para comics y libros con soporte OPDS. Organiza, lee y gestiona tu coleccion digital con una interfaz web moderna y lector integrado.
        variables:
            - key: PUBLIC_DOMAIN
              type: STRING
              name: Dominio
              description: El dominio para acceder a Stump
            - key: PASSWORD
              type: STRING
              name: Contrasena
              description: La contrasena inicial de administrador de Stump
        readme: |
            # Stump

            Servidor gratuito de comics y libros con soporte OPDS. Interfaz web moderna con lector integrado.

            ## Que puedes hacer despues del despliegue

            1. **Visita tu dominio** — crea tu cuenta de administrador en el primer inicio
            2. **Anade bibliotecas** — apunta al volumen /library con comics o libros
            3. **Navega y lee** — usa el lector web integrado para CBZ, CBR, PDF y EPUB
            4. **Conecta clientes OPDS** — usa cualquier lector compatible

            ## Licencia

            MIT — [GitHub](https://github.com/stumpapp/stump)
    id-ID:
        description: |
            Stump adalah server komik dan buku gratis dan open-source dengan dukungan OPDS. Atur, baca, dan kelola koleksi digital Anda melalui antarmuka web modern dengan pembaca bawaan.
        variables:
            - key: PUBLIC_DOMAIN
              type: STRING
              name: Domain
              description: Domain untuk mengakses Stump
            - key: PASSWORD
              type: STRING
              name: Kata Sandi
              description: Kata sandi admin awal Stump
        readme: |
            # Stump

            Server komik dan buku gratis dan open-source dengan dukungan OPDS. Antarmuka web modern dengan pembaca bawaan.

            ## Apa yang bisa dilakukan setelah deploy

            1. **Buka domain** — buat akun admin pada peluncuran pertama
            2. **Tambah perpustakaan** — arahkan ke volume /library berisi komik atau buku
            3. **Jelajahi dan baca** — gunakan pembaca web bawaan untuk CBZ, CBR, PDF, EPUB
            4. **Hubungkan klien OPDS** — gunakan pembaca yang kompatibel

            ## Lisensi

            MIT — [GitHub](https://github.com/stumpapp/stump)
    ja-JP:
        description: |
            Stump は無料のオープンソースコミック・書籍サーバーで、OPDS をサポートしています。モダンな Web インターフェースと内蔵リーダーでデジタルコレクションを管理・閲覧できます。
        variables:
            - key: PUBLIC_DOMAIN
              type: STRING
              name: ドメイン
              description: Stump にアクセスするためのドメイン
            - key: PASSWORD
              type: STRING
              name: パスワード
              description: Stump の初期管理者パスワード
        readme: |
            # Stump

            無料のオープンソースコミック・書籍サーバー。OPDS 対応の内蔵リーダーでコレクションを管理。

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

            1. **ドメインにアクセス** — 初回起動時に管理者アカウントを作成
            2. **ライブラリを追加** — /library ボリュームにコミックや書籍を配置
            3. **閲覧と読書** — 内蔵リーダーで CBZ、CBR、PDF、EPUB を閲覧
            4. **OPDS クライアントを接続** — 互換アプリから接続

            ## ライセンス

            MIT — [GitHub](https://github.com/stumpapp/stump)
    ko-KR:
        description: |
            Stump는 OPDS를 지원하는 무료 오픈소스 만화 및 도서 서버입니다. 모던 웹 인터페이스와 내장 리더로 디지털 컬렉션을 정리, 읽기, 관리할 수 있습니다.
        variables:
            - key: PUBLIC_DOMAIN
              type: STRING
              name: 도메인
              description: Stump에 접속할 도메인
            - key: PASSWORD
              type: STRING
              name: 비밀번호
              description: Stump 초기 관리자 비밀번호
        readme: |
            # Stump

            OPDS를 지원하는 무료 오픈소스 만화 및 도서 서버. 내장 리더로 컬렉션을 관리.

            ## 배포 후 할 수 있는 것

            1. **도메인 접속** — 첫 실행 시 관리자 계정 생성
            2. **라이브러리 추가** — /library 볼륨에 만화나 도서 배치
            3. **탐색 및 읽기** — 내장 리더로 CBZ, CBR, PDF, EPUB 열람
            4. **OPDS 클라이언트 연결** — 호환 앱에서 접속

            ## 라이선스

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

            เซิร์ฟเวอร์การ์ตูนและหนังสือฟรีและโอเพนซอร์สที่รองรับ OPDS หน้าเว็บสมัยใหม่พร้อมตัวอ่านในตัว

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

            1. **เข้าสู่โดเมน** — สร้างบัญชีแอดมินในการเปิดครั้งแรก
            2. **เพิ่มคลัง** — ชี้ไปที่โวลุ่ม /library ที่มีการ์ตูนหรือหนังสือ
            3. **เรียกดูและอ่าน** — ใช้ตัวอ่านเว็บในตัวสำหรับ CBZ, CBR, PDF, EPUB
            4. **เชื่อมต่อไคลเอนต์ OPDS** — ใช้แอปที่รองรับ

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

            MIT — [GitHub](https://github.com/stumpapp/stump)
    zh-CN:
        description: |
            Stump 是一个免费开源的漫画和书籍服务器，支持 OPDS。通过现代化的网页界面和内置阅读器整理、阅读和管理您的数字漫画和书籍收藏。
        variables:
            - key: PUBLIC_DOMAIN
              type: STRING
              name: 域名
              description: 访问 Stump 的域名
            - key: PASSWORD
              type: STRING
              name: 密码
              description: Stump 的初始管理员密码
        readme: |
            # Stump

            免费开源的漫画和书籍服务器，支持 OPDS。通过现代化的网页界面整理、阅读和管理数字收藏。

            ## 部署后可以做什么

            1. **打开域名** — 首次启动时创建管理员账号
            2. **添加书库** — 将 Stump 指向包含漫画或书籍的 /library 卷
            3. **浏览和阅读** — 使用内置网页阅读器阅读 CBZ、CBR、PDF 和 EPUB
            4. **连接 OPDS 客户端** — 使用任何兼容 OPDS 的阅读器
            5. **管理用户** — 创建不同权限级别的账号

            ## 许可证

            MIT — [GitHub](https://github.com/stumpapp/stump)
    zh-TW:
        description: |
            Stump 是一個免費開源的漫畫和書籍伺服器，支援 OPDS。透過現代化的網頁介面和內建閱讀器整理、閱讀和管理您的數位漫畫和書籍收藏。
        variables:
            - key: PUBLIC_DOMAIN
              type: STRING
              name: 網域
              description: 存取 Stump 的網域
            - key: PASSWORD
              type: STRING
              name: 密碼
              description: Stump 的初始管理員密碼
        readme: |
            # Stump

            免費開源的漫畫和書籍伺服器，支援 OPDS。透過現代化的網頁介面整理、閱讀和管理數位收藏。

            ## 部署後可以做什麼

            1. **開啟網域** — 首次啟動時建立管理員帳號
            2. **新增書庫** — 將 Stump 指向包含漫畫或書籍的 /library 磁碟區
            3. **瀏覽和閱讀** — 使用內建網頁閱讀器閱讀 CBZ、CBR、PDF 和 EPUB
            4. **連接 OPDS 客戶端** — 使用任何相容 OPDS 的閱讀器
            5. **管理使用者** — 建立不同權限等級的帳號

            ## 授權

            MIT — [GitHub](https://github.com/stumpapp/stump)
