| 
									
										
										
										
											2023-02-21 18:29:59 +00:00
										 |  |  | { | 
					
						
							|  |  |  |   "$schema": "../schema.json", | 
					
						
							|  |  |  |   "name": "flatnotes", | 
					
						
							|  |  |  |   "available": true, | 
					
						
							|  |  |  |   "exposable": true, | 
					
						
							|  |  |  |   "id": "flatnotes", | 
					
						
							|  |  |  |   "port": 8137, | 
					
						
							| 
									
										
										
										
											2023-12-07 09:07:28 +00:00
										 |  |  |   "tipi_version": 18, | 
					
						
							|  |  |  |   "version": "3.6.1", | 
					
						
							| 
									
										
										
										
											2023-07-10 13:10:51 +00:00
										 |  |  |   "categories": [ | 
					
						
							|  |  |  |     "utilities" | 
					
						
							|  |  |  |   ], | 
					
						
							| 
									
										
										
										
											2023-02-21 18:29:59 +00:00
										 |  |  |   "description": "A self-hosted, database-less note taking web app that utilises a flat folder of markdown files for storage.", | 
					
						
							|  |  |  |   "short_desc": "A self-hosted, database-less note taking web app", | 
					
						
							|  |  |  |   "author": "Dullage", | 
					
						
							|  |  |  |   "source": "https://github.com/Dullage/flatnotes", | 
					
						
							|  |  |  |   "website": "https://demo.flatnotes.io/", | 
					
						
							|  |  |  |   "form_fields": [ | 
					
						
							|  |  |  |     { | 
					
						
							|  |  |  |       "type": "text", | 
					
						
							|  |  |  |       "label": "Flatnotes Auth Type", | 
					
						
							|  |  |  |       "hint": "Either `password` or `totp` for 2FA", | 
					
						
							|  |  |  |       "placeholder": "password", | 
					
						
							|  |  |  |       "required": true, | 
					
						
							|  |  |  |       "env_variable": "FLATNOTES_AUTH_TYPE" | 
					
						
							|  |  |  |     }, | 
					
						
							|  |  |  |     { | 
					
						
							|  |  |  |       "type": "text", | 
					
						
							|  |  |  |       "label": "Flatnotes Username", | 
					
						
							|  |  |  |       "min": 2, | 
					
						
							|  |  |  |       "required": true, | 
					
						
							|  |  |  |       "env_variable": "FLATNOTES_USERNAME" | 
					
						
							|  |  |  |     }, | 
					
						
							|  |  |  |     { | 
					
						
							|  |  |  |       "type": "text", | 
					
						
							|  |  |  |       "label": "Flatnotes Password", | 
					
						
							|  |  |  |       "min": 5, | 
					
						
							|  |  |  |       "required": true, | 
					
						
							|  |  |  |       "env_variable": "FLATNOTES_PASSWORD" | 
					
						
							|  |  |  |     }, | 
					
						
							|  |  |  |     { | 
					
						
							|  |  |  |       "type": "random", | 
					
						
							|  |  |  |       "label": "FLATNOTES_SECRET_KEY", | 
					
						
							|  |  |  |       "min": 32, | 
					
						
							|  |  |  |       "env_variable": "FLATNOTES_SECRET_KEY" | 
					
						
							|  |  |  |     }, | 
					
						
							|  |  |  |     { | 
					
						
							|  |  |  |       "type": "random", | 
					
						
							|  |  |  |       "label": "FLATNOTES_TOTP_KEY", | 
					
						
							|  |  |  |       "min": 32, | 
					
						
							|  |  |  |       "env_variable": "FLATNOTES_TOTP_KEY" | 
					
						
							|  |  |  |     } | 
					
						
							| 
									
										
										
										
											2023-10-29 19:43:17 +00:00
										 |  |  |   ], | 
					
						
							| 
									
										
										
										
											2023-11-09 23:10:36 +00:00
										 |  |  |   "supported_architectures": [ | 
					
						
							|  |  |  |     "arm64", | 
					
						
							|  |  |  |     "amd64" | 
					
						
							|  |  |  |   ] | 
					
						
							| 
									
										
										
										
											2023-02-21 18:29:59 +00:00
										 |  |  | } |