34 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			34 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
  "$schema": "../schema.json",
 | 
						|
  "name": "SeedSync",
 | 
						|
  "available": true,
 | 
						|
  "port": 8800,
 | 
						|
  "exposable": true,
 | 
						|
  "id": "seedsync",
 | 
						|
  "description": "SeedSync is a tool to sync the files on a remote Linux server (like your seedbox, for example). It uses LFTP to transfer files fast!",
 | 
						|
  "tipi_version": 1,
 | 
						|
  "version": "0.8.6",
 | 
						|
  "categories": ["utilities"],
 | 
						|
  "short_desc": "SeedSync is a tool to sync the files on a remote Linux server.",
 | 
						|
  "author": "Inderpreet Singh",
 | 
						|
  "source": "https://github.com/ipsingh06/seedsync",
 | 
						|
  "website": "https://ipsingh06.github.io/seedsync/",
 | 
						|
  "supported_architectures": ["amd64", "arm64"],
 | 
						|
  "form_fields": [
 | 
						|
    {
 | 
						|
      "type": "number",
 | 
						|
      "label": "UID",
 | 
						|
      "hint": "Ensure any volume directories on the host are owned by the same user you specify",
 | 
						|
      "placeholder": "1000",
 | 
						|
      "env_variable": "SEEDSYNC_PUID"
 | 
						|
    },
 | 
						|
    {
 | 
						|
      "type": "number",
 | 
						|
      "label": "GUID",
 | 
						|
      "hint": "Ensure any volume directories on the host are owned by the same group you specify",
 | 
						|
      "placeholder": "1000",
 | 
						|
      "env_variable": "SEEDSYNC_PGID"
 | 
						|
    }
 | 
						|
  ]
 | 
						|
}
 |