# yaml-language-server: $schema=https://schema.zeabur.app/template.json
apiVersion: zeabur.com/v1
kind: Template
metadata:
    name: code-server
spec:
    description: The fastest way to get a code-server environment in one click
    icon: https://github.com/coder/deploy-code-server/raw/main/img/logo/coder.png
    variables:
        - key: PASSWORD
          type: STRING
          name: What is your password?
          description: Password to login in to your code server
        - key: GIT_REPO
          type: STRING
          name: What is your git repo you want to clone
          description: Your GIT_REPO is used to be cloned from this github repository
    tags:
        - Website
        - Tool
        - Starter
    readme: Run [VS Code](https://github.com/Microsoft/vscode) on any machine anywhere and access it in the browser.
    services:
        - name: docker-code-server
          template: GIT
          spec:
            source:
                source: GITHUB
                repo: 673173812
                branch: ""
          domainKey: null
