* feat(halo): change config to support local domain * feat(hammond): change config to support local domain * feat(haven): change config to support local domain * feat(hedgedoc): change config to support local domain * feat(hello-world): change config to support local domain * feat(homarr): change config to support local domain * feat(homebox): change config to support local domain * feat(immich): change config to support local domain * feat(invidious): change config to support local domain * feat(it-tools): change config to support local domain * feat(jackett): change config to support local domain * feat(jellyseerr): change config to support local domain * feat(joplin): change config to support local domain * feat(kandboard): change config to support local domain * feat(kapowarr): change config to support local domain * feat(kavita): change config to support local domain * feat(libreddit): change config to support local domain * feat(librephotos): change config to support local domain * feat(libretranslate): change config to support local domain * feat(lidarr): change config to support local domain * feat(lidarr-deemix): change config to support local domain * feat(linkstack): change config to support local domain * feat(lodestone-core): change config to support local domain
		
			
				
	
	
		
			38 lines
		
	
	
		
			850 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			38 lines
		
	
	
		
			850 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
  "$schema": "../schema.json",
 | 
						|
  "name": "Haven",
 | 
						|
  "available": true,
 | 
						|
  "exposable": true,
 | 
						|
  "port": 8130,
 | 
						|
  "id": "haven",
 | 
						|
  "tipi_version": 2,
 | 
						|
  "version": "a0280ce",
 | 
						|
  "categories": ["social"],
 | 
						|
  "description": "Self-hostable private blogging",
 | 
						|
  "short_desc": "Self-hostable private blogging",
 | 
						|
  "author": "mawise",
 | 
						|
  "source": "https://github.com/havenweb/haven",
 | 
						|
  "website": "https://havenweb.org/index.html",
 | 
						|
  "form_fields": [
 | 
						|
    {
 | 
						|
      "type": "text",
 | 
						|
      "label": "Email",
 | 
						|
      "required": true,
 | 
						|
      "env_variable": "HAVEN_USER_EMAIL"
 | 
						|
    },
 | 
						|
    {
 | 
						|
      "type": "password",
 | 
						|
      "label": "Haven password",
 | 
						|
      "max": 50,
 | 
						|
      "min": 8,
 | 
						|
      "required": true,
 | 
						|
      "env_variable": "HAVEN_USER_PASSWORD"
 | 
						|
    },
 | 
						|
    {
 | 
						|
      "type": "random",
 | 
						|
      "label": "DB password",
 | 
						|
      "env_variable": "HAVEN_DB_PASSWORD"
 | 
						|
    }
 | 
						|
  ]
 | 
						|
}
 |