| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354 |
- ---
- kind: compose
- metadata:
- icon:
- provider: selfh
- id: twingate
- name: Twingate_Connector
- description: >
- The Twingate Connector is a lightweight software component that establishes secure connections between your private network and the
- Twingate service. It acts as a bridge, allowing authorized users to access internal resources without exposing them directly to the
- internet. The Connector uses strong encryption and authentication mechanisms to ensure that all data transmitted between users and
- resources remains confidential and secure.
- Project: https://www.twingate.com/
- Documentation: https://docs.twingate.com/docs/architecture/connectors
- GitHub: https://github.com/twingate/twingate-connector
- version: 1.80.0
- author: Christian Lempa
- date: '2025-11-11'
- tags:
- - swarm
- draft: true
- spec:
- general:
- vars:
- service_name:
- default: twingate
- container_name:
- default: twingate_connector
- container_hostname:
- default: twingate_connector
- twingate_version:
- type: str
- description: Twingate Connector version
- default: "1.79.0"
- twingate:
- title: Twingate Configuration
- required: true
- vars:
- twingate_network:
- type: str
- description: Your Twingate network name
- prompt: "Enter your Twingate network name"
- twingate_log_level:
- type: int
- description: Log level (1=ERROR, 2=WARN, 3=INFO, 4=DEBUG)
- default: 1
- twingate_dns:
- type: str
- description: Local DNS server IP (optional, leave empty to use default)
- default: ""
|