* 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>
		
			
				
	
	
		
			33 lines
		
	
	
		
			838 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			33 lines
		
	
	
		
			838 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
  "$schema": "../schema.json",
 | 
						|
  "name": "openbooks",
 | 
						|
  "port": 8152,
 | 
						|
  "available": true,
 | 
						|
  "exposable": true,
 | 
						|
  "id": "openbooks",
 | 
						|
  "tipi_version": 3,
 | 
						|
  "url_suffix": "/openbooks/",
 | 
						|
  "version": "4.5.0",
 | 
						|
  "categories": [
 | 
						|
    "media",
 | 
						|
    "books"
 | 
						|
  ],
 | 
						|
  "description": "Openbooks allows you to download ebooks from irc.irchighway.net quickly and easily.  ",
 | 
						|
  "short_desc": "Search and Download eBooks",
 | 
						|
  "author": "https://github.com/evan-buss",
 | 
						|
  "source": "https://github.com/evan-buss/openbooks",
 | 
						|
  "form_fields": [
 | 
						|
    {
 | 
						|
      "type": "text",
 | 
						|
      "label": "IRC Username",
 | 
						|
      "required": true,
 | 
						|
      "min": 5,
 | 
						|
      "max": 20,
 | 
						|
      "hint": "Username used to connect to IRC server",
 | 
						|
      "placeholder": "sjdfksd",
 | 
						|
      "env_variable": "OPENBOOKS_IRC_USERNAME"
 | 
						|
    }
 | 
						|
  ],
 | 
						|
  "supported_architectures": ["arm64", "amd64"]
 | 
						|
}
 |