32 lines
		
	
	
		
			761 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			32 lines
		
	
	
		
			761 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
  "$schema": "../schema.json",
 | 
						|
  "name": "Shlink",
 | 
						|
  "available": true,
 | 
						|
  "exposable": true,
 | 
						|
  "force_expose": true,
 | 
						|
  "port": 8207,
 | 
						|
  "id": "shlink",
 | 
						|
  "tipi_version": 5,
 | 
						|
  "version": "3.7.4",
 | 
						|
  "categories": [
 | 
						|
    "utilities"
 | 
						|
  ],
 | 
						|
  "description": "Shlink is a self-hosted URL shortener which provides both a REST and a CLI interface to interact with it.",
 | 
						|
  "short_desc": "Shlink is a self-hosted URL shortener",
 | 
						|
  "author": "https://shlink.io/",
 | 
						|
  "source": "https://github.com/shlinkio/shlink",
 | 
						|
  "website": "https://shlink.io/",
 | 
						|
  "form_fields": [
 | 
						|
    {
 | 
						|
      "type": "random",
 | 
						|
      "label": "Database password",
 | 
						|
      "min": 32,
 | 
						|
      "env_variable": "SHLINK_POSTGRES_PASSWORD"
 | 
						|
    }
 | 
						|
  ],
 | 
						|
  "supported_architectures": [
 | 
						|
    "arm64",
 | 
						|
    "amd64"
 | 
						|
  ]
 | 
						|
}
 |