41 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			41 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|   "$schema": "../schema.json",
 | |
|   "name": "Wireguard",
 | |
|   "available": true,
 | |
|   "exposable": true,
 | |
|   "port": 8082,
 | |
|   "requirements": {
 | |
|     "ports": [51820]
 | |
|   },
 | |
|   "id": "wg-easy",
 | |
|   "tipi_version": 4,
 | |
|   "version": "7",
 | |
|   "categories": ["network"],
 | |
|   "description": "Access your homeserver from anywhere even on your mobile device. Wireguard-easy is a simple tool to configure and manage Wireguard VPN servers. It is written in Go and uses the official Wireguard client. You have to open and redirect port 51820 to your homeserver in order to connect.",
 | |
|   "short_desc": "VPN server for your homeserver",
 | |
|   "author": "WeeJeWel",
 | |
|   "source": "https://github.com/WeeJeWel/wg-easy/",
 | |
|   "form_fields": [
 | |
|     {
 | |
|       "type": "fqdnip",
 | |
|       "label": "Your public IP address or domain name",
 | |
|       "required": true,
 | |
|       "env_variable": "WIREGUARD_HOST"
 | |
|     },
 | |
|     {
 | |
|       "type": "password",
 | |
|       "label": "Password",
 | |
|       "max": 50,
 | |
|       "min": 3,
 | |
|       "required": true,
 | |
|       "env_variable": "WIREGUARD_PASSWORD"
 | |
|     },
 | |
|     {
 | |
|       "type": "ip",
 | |
|       "label": "Default DNS server",
 | |
|       "required": false,
 | |
|       "env_variable": "WIREGUARD_DNS"
 | |
|     }
 | |
|   ]
 | |
| }
 | 
