# yaml-language-server: $schema=https://schema.zeabur.app/template.json
apiVersion: zeabur.com/v1
kind: Template
metadata:
    name: Ngrok
spec:
    description: Bind zeabur to ngrok
    coverImage: https://assets-global.website-files.com/63ed707844acb1ccf1ccb700/6580a95b2f96f31aeeb7bac9_ngrok-author-bio.png
    icon: https://philnash.gallerycdn.vsassets.io/extensions/philnash/ngrok-for-vscode/1.10.1/1673789950239/Microsoft.VisualStudio.Services.Icons.Default
    variables:
        - key: NGROKID
          type: STRING
          name: NGROK Authtoken
          description: Get from dashboard.ngrok.com/get-started/your-authtoken .
        - key: PASSWORD
          type: STRING
          name: SSH Password
          description: Write anything you wish (1234) .
    tags:
        - Automation
    readme: '# Bind Zeabur to Ngrok'
    services:
        - name: NGROK
          template: GIT
          spec:
            source:
                source: GITHUB
                repo: 589479463
                branch: main
