# yaml-language-server: $schema=https://schema.zeabur.app/template.json
apiVersion: zeabur.com/v1
kind: Template
metadata:
    name: Cali-FM
spec:
    description: Generate website for your podcast with one click.
    variables:
        - key: PODCAST_RSS
          type: STRING
          name: What is your Podcast RSS
          description: You need to fill the RSS feed for your Podcast.
        - key: OG_URL
          type: STRING
          name: Your OG url
          description: You need a site for generating open graph image.
    tags:
        - Website
        - Tool
    readme: |-
        # Cali-FM
        Generate website for your podcast with one click.
    services:
        - name: cali-fm
          template: GIT
          spec:
            source:
                source: GITHUB
                repo: 704423454
                branch: headless
            env:
                NEXT_PUBLIC_OG_URL:
                    default: ${OG_URL}
                NEXT_PUBLIC_PODCAST_RSS:
                    default: ${PODCAST_RSS}
          domainKey: null
