# yaml-language-server: $schema=https://schema.zeabur.app/template.json
apiVersion: zeabur.com/v1
kind: Template
metadata:
    name: Telascale-derp
spec:
    description: DERP is a packet relay system (client and servers) where peers are addressed using WireGuard public keys instead of IP addresses.
    icon: https://avatars.githubusercontent.com/u/48932923?s=48&v=4
    tags:
        - Tool
        - Website
    readme: |-
        DERP is a packet relay system (client and servers) where peers are addressed using WireGuard public keys instead of IP addresses.

        It relays two types of packets:

        "Disco" discovery messages (see ../disco) as the a side channel during NAT traversal.

        Encrypted WireGuard packets as the fallback of last resort when UDP is blocked or NAT traversal fails.
    services:
        - name: Telascale-derp
          template: GIT
          spec:
            source:
                source: GITHUB
                repo: 832056403
                branch: main
          domainKey: null
