commit
						c54e4672e8
					
				
					 1 changed files with 5 additions and 1 deletions
				
			
		|  | @ -18,7 +18,11 @@ const form = [{ | |||
| }, { | ||||
| 	type: 'input', | ||||
| 	name: 'url', | ||||
| 	message: 'URL you want to run Misskey:' | ||||
| 	message: 'URL you want to run Misskey:', | ||||
| 	validate: function(wannabeurl) { | ||||
| 		return wannabeurl.match('^http\(s?\)://') ? true : | ||||
| 		       'URL needs to start with http:// or https://'; | ||||
| 	} | ||||
| }, { | ||||
| 	type: 'input', | ||||
| 	name: 'port', | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue