* chore(deps): update ghcr.io/hay-kot/homebox docker tag to v0.9.2 * Update app version --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: github-action update-app-version <githubaction@githubaction.com>
		
			
				
	
	
		
			28 lines
		
	
	
		
			754 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			28 lines
		
	
	
		
			754 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
  "$schema": "../schema.json",
 | 
						|
  "name": "HomeBox",
 | 
						|
  "port": 7745,
 | 
						|
  "available": true,
 | 
						|
  "exposable": true,
 | 
						|
  "id": "homebox",
 | 
						|
  "tipi_version": 4,
 | 
						|
  "version": "0.9.2",
 | 
						|
  "categories": [
 | 
						|
    "utilities"
 | 
						|
  ],
 | 
						|
  "description": "Homebox is the inventory and organization system built for the Home User",
 | 
						|
  "short_desc": "Homebox is the inventory and organization system built for the Home User",
 | 
						|
  "author": "hay-kot",
 | 
						|
  "source": "https://github.com/hay-kot/homebox",
 | 
						|
  "form_fields": [
 | 
						|
    {
 | 
						|
      "type": "text",
 | 
						|
      "label": "Allow Users Registration",
 | 
						|
      "hint": "true or false if you want to allow self registration.",
 | 
						|
      "placeholder": "false",
 | 
						|
      "required": true,
 | 
						|
      "env_variable": "HBOX_OPTIONS_ALLOW_REGISTRATION"
 | 
						|
    }
 | 
						|
  ]
 | 
						|
}
 |