 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>
		
			
				
	
	
		
			28 lines
		
	
	
		
			682 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			28 lines
		
	
	
		
			682 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|   "$schema": "../schema.json",
 | |
|   "name": "WikiJS",
 | |
|   "port": 8148,
 | |
|   "available": true,
 | |
|   "exposable": true,
 | |
|   "id": "wikijs",
 | |
|   "tipi_version": 5,
 | |
|   "version": "2.5.300",
 | |
|   "categories": [
 | |
|     "media"
 | |
|   ],
 | |
|   "description": "A modern, lightweight and powerful wiki app built on NodeJS ",
 | |
|   "short_desc": "A modern and powerful wiki app built on Node.js",
 | |
|   "author": "https://github.com/requarks",
 | |
|   "source": "https://github.com/requarks/wiki",
 | |
|   "website": "https://js.wiki/",
 | |
|   "form_fields": [
 | |
|     {
 | |
|       "type": "random",
 | |
|       "label": "WIKI_JS_DB_PASS",
 | |
|       "min": 32,
 | |
|       "env_variable": "WIKI_JS_DB_PASS"
 | |
|     }
 | |
|   ],
 | |
|   "supported_architectures": ["arm64", "amd64"]
 | |
| }
 |