 1cc62c2202
			
		
	
	
		1cc62c2202
		
			
		
	
	
	
	
		
			
			* Add the extra config to the first 50 apps and modify tests, * Add arch to extra 55 apps. * Fix tests error. * Fix tests (again). * Andd the last 77 apps. * Change photoprism from latest to a version. * Fixes. * Drop arm support for peppermint. --------- Co-authored-by: JigSaw <JigSawFr@users.noreply.github.com>
		
			
				
	
	
		
			46 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			46 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|   "$schema": "../schema.json",
 | |
|   "name": "Wireguard",
 | |
|   "available": true,
 | |
|   "exposable": true,
 | |
|   "port": 8082,
 | |
|   "requirements": {
 | |
|     "ports": [
 | |
|       51820
 | |
|     ]
 | |
|   },
 | |
|   "id": "wg-easy",
 | |
|   "tipi_version": 5,
 | |
|   "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"
 | |
|     }
 | |
|   ],
 | |
|   "supported_architectures": ["arm64", "amd64"]
 | |
| }
 |