4d365f4024 
								
							
								 
							
						 
						
							
							
								
								Update install doc WAR file url to v6.2  
							
							
 
							
						 
						
							9 years ago  
				
					
						
							
							
								 
						
							
							
								c579837595 
								
							
								 
							
						 
						
							
							
								
								Added some notes about spring boot parameters  
							
							
 
							
						 
						
							9 years ago  
				
					
						
							
							
								 
						
							
							
								0902a6c846 
								
							
								 
							
						 
						
							
							
								
								Add clean to maven command  
							
							
 
							
						 
						
							9 years ago  
				
					
						
							
							
								 
						
							
							
								f13ed83d77 
								
							
								 
							
						 
						
							
							
								
								Added missing digit  
							
							
 
							
						 
						
							9 years ago  
				
					
						
							
							
								 
						
							
							
								bcbd6c361f 
								
									
								
							
								 
							
						 
						
							
							
								
								Added test database versions  
							
							... 
							
							
 
							
							Signed-off-by: Andrew DeMaria <lostonamountain@gmail.com> 
							
						 
						
							9 years ago  
				
					
						
							
							
								 
						
							
							
								8aba7983cc 
								
							
								 
							
						 
						
							
							
								
								Update PROXY.md  
							
							... 
							
							
 
							
							This makes two changes to the HAProxy documentation:
1) Replaces the `reqadd` statements with `http-request set-header` statements, including a dynamic `X-Forwarded-Host`. Rationale is that this is  cleaner (no manual adding of domain), and extensible to a multi-domain environment. Note that I have NOT tested the `:[port]` trick on this form of the command since I run on port 443.
2) Moves the `redirect scheme` from the backend to the frontend. I disagree with the logic of the commit (002275468a 
							
						 
						
							9 years ago  
				
					
						
							
							
								 
						
							
							
								835bbbc0a5 
								
							
								 
							
						 
						
							
							
								
								Add X-Headers for haproxy  
							
							... 
							
							
 
							
							Added X-Headers for haproxy configuration 
							
						 
						
							9 years ago  
				
					
						
							
							
								 
						
							
							
								6900142c4d 
								
							
								 
							
						 
						
							
							
								
								Added doc from  @texneues  for https on tomcat and freebsd  
							
							
 
							
						 
						
							9 years ago  
				
					
						
							
							
								 
						
							
							
								9c224b7853 
								
									
								
							
								 
							
						 
						
							
							
								
								Added UI for Database settings  
							
							... 
							
							
 
							
							Also cleanup some documentation
*Database Settings have been renamed and will require manually fixing
from 6.2beta1*
database.varchar.maxlength -> DatabaseMysqlMaxlength
database.config.type -> DatabaseConfigType
database.config.embed.driver -> DatabasigEmbedDriver
database.config.embed.url -> DatabaseConfigEmbedUrl
database.config.embed.username -> DatabasigEmbedUsername
database.config.embed.password -> DatabasigEmbedPassword
database.config.jndi.name -> DatabaseConfigJNDIName
database.usertable.quote -> DatabaseUsertableQuote
Signed-off-by: Andrew DeMaria <lostonamountain@gmail.com> 
							
						 
						
							9 years ago  
				
					
						
							
							
								 
						
							
							
								f3a4c964de 
								
							
								 
							
						 
						
							
							
								
								remove outdated note haproxy docs  
							
							
 
							
						 
						
							9 years ago  
				
					
						
							
							
								 
						
							
							
								509fd8f6aa 
								
									
								
							
								 
							
						 
						
							
							
								
								Various documentation improvements  
							
							... 
							
							
 
							
							- Remove duplicate and outdated INSTALL.md file
- Clarity around supported platforms
- Misc
Signed-off-by: Andrew DeMaria <lostonamountain@gmail.com> 
							
						 
						
							9 years ago  
				
					
						
							
							
								 
						
							
							
								190208debc 
								
									
								
							
								 
							
						 
						
							
							
								
								Correctly calculate base url in the case a proxy server is present  
							
							... 
							
							
 
							
							Signed-off-by: Andrew DeMaria <lostonamountain@gmail.com> 
							
						 
						
							9 years ago  
				
					
						
							
							
								 
						
							
							
								8e323bccac 
								
							
								 
							
						 
						
							
							
								
								Some updates  
							
							
 
							
						 
						
							9 years ago  
				
					
						
							
							
								 
						
							
							
								333d2f13fd 
								
									
								
							
								 
							
						 
						
							
							
								
								Fix link  
							
							... 
							
							
 
							
							Signed-off-by: Andrew DeMaria <lostonamountain@gmail.com> 
							
						 
						
							9 years ago  
				
					
						
							
							
								 
						
							
							
								dbab20e096 
								
									
								
							
								 
							
						 
						
							
							
								
								Added transcoder setup doc  
							
							... 
							
							
 
							
							Signed-off-by: Andrew DeMaria <lostonamountain@gmail.com> 
							
						 
						
							9 years ago  
				
					
						
							
							
								 
						
							
							
								8acd92b84c 
								
							
								 
							
						 
						
							
							
								
								Updated some comments  
							
							
 
							
						 
						
							9 years ago  
				
					
						
							
							
								 
						
							
							
								99198ae06c 
								
							
								 
							
						 
						
							
							
								
								Remove warning about haproxy version  
							
							... 
							
							
 
							
							I used debian version wich is the 1.5.8 and its working just fine ! 
							
						 
						
							9 years ago  
				
					
						
							
							
								 
						
							
							
								cc0d8d9f76 
								
							
								 
							
						 
						
							
							
								
								Again remove "mode http"  
							
							
 
							
						 
						
							9 years ago  
				
					
						
							
							
								 
						
							
							
								002275468a 
								
							
								 
							
						 
						
							
							
								
								Remove redirect scheme  
							
							... 
							
							
 
							
							I tested it without this lines and i don't like to have it in the frontend section ! I suggest removing it ! The only usefull line is in the backend 
							
						 
						
							9 years ago  
				
					
						
							
							
								 
						
							
							
								e2e4dd655d 
								
							
								 
							
						 
						
							
							
								
								Remove "mode http"  
							
							... 
							
							
 
							
							This setting is by default in the configuration files in the "default" section, so we don't need to add it here ! ( If someone uses the tcp mode or else he sure knows how haproxy works ! ) 
							
						 
						
							9 years ago  
				
					
						
							
							
								 
						
							
							
								06776d9f0a 
								
							
								 
							
						 
						
							
							
								
								Minimal instructions for spring boot installation.  
							
							
 
							
						 
						
							9 years ago  
				
					
						
							
							
								 
						
							
							
								0a460d6bab 
								
							
								 
							
						 
						
							
							
								
								Add spring boot to INSTALL.md  #253  
							
							
 
							
						 
						
							9 years ago  
				
					
						
							
							
								 
						
							
							
								0d8fb8c318 
								
									
								
							
								 
							
						 
						
							
							
								
								Remove BUILD.md as its redundant to INSTALL.md  
							
							... 
							
							
 
							
							Signed-off-by: Andrew DeMaria <lostonamountain@gmail.com> 
							
						 
						
							9 years ago  
				
					
						
							
							
								 
						
							
							
								f9b4577dbe 
								
							
								 
							
						 
						
							
							
								
								Add jmeter main test plan + a bit of documentation.  
							
							
 
							
						 
						
							9 years ago  
				
					
						
							
							
								 
						
							
							
								4efa7ccbf6 
								
									
								
							
								 
							
						 
						
							
							
								
								Doc: Add warning about HAProxy 1.7  
							
							
 
							
						 
						
							9 years ago  
				
					
						
							
							
								 
						
							
							
								fedcddc060 
								
									
								
							
								 
							
						 
						
							
							
								
								Doc: Fix haproxy documentation ( #242 )  
							
							
 
							
						 
						
							9 years ago  
				
					
						
							
							
								 
						
							
							
								aec131a3d1 
								
							
								 
							
						 
						
							
							
								
								A bit of documentation.  
							
							
 
							
						 
						
							9 years ago  
				
					
						
							
							
								 
						
							
							
								9292c457c9 
								
									
								
							
								 
							
						 
						
							
							
								
								Updated proxy doc  
							
							... 
							
							
 
							
							Signed-off-by: Andrew DeMaria <lostonamountain@gmail.com> 
							
						 
						
							9 years ago  
				
					
						
							
							
								 
						
							
							
								d681eda914 
								
									
								
							
								 
							
						 
						
							
							
								
								Remove installation from project  
							
							... 
							
							
 
							
							Signed-off-by: Andrew DeMaria <lostonamountain@gmail.com> 
							
						 
						
							9 years ago  
				
					
						
							
							
								 
						
							
							
								551832b89e 
								
							
								 
							
						 
						
							
							
								
								Update INSTALL.md  
							
							... 
							
							
 
							
							Added note about java version and tomcat issues on debian distributions. 
							
						 
						
							9 years ago  
				
					
						
							
							
								 
						
							
							
								0749b5f281 
								
									
								
							
								 
							
						 
						
							
							
								
								Removed no longer needed setting for mysql  
							
							... 
							
							
 
							
							Signed-off-by: Andrew DeMaria <lostonamountain@gmail.com> 
							
						 
						
							9 years ago  
				
					
						
							
							
								 
						
							
							
								529cb6c317 
								
									
								
							
								 
							
						 
						
							
							
								
								Added documentation  
							
							... 
							
							
 
							
							Signed-off-by: Andrew DeMaria <lostonamountain@gmail.com> 
							
						 
						
							9 years ago  
				
					
						
							
							
								 
						
							
							
								24328a1d08 
								
									
								
							
								 
							
						 
						
							
							
								
								Doc: Move build and migration docs to documentation/  
							
							
 
							
						 
						
							9 years ago  
				
					
						
							
							
								 
						
							
							
								31762a3e50 
								
									
								
							
								 
							
						 
						
							
							
								
								Doc: Add documentation for reverse proxying  
							
							
 
							
						 
						
							9 years ago  
				
					
						
							
							
								 
						
							
							
								31ddd33c9c 
								
							
								 
							
						 
						
							
							
								
								Libresonic v6.1.beta2  
							
							
 
							
						 
						
							9 years ago  
				
					
						
							
							
								 
						
							
							
								e0cd0d64eb 
								
							
								 
							
						 
						
							
							
								
								Libresonic v6.1.rc1  
							
							
 
							
						 
						
							9 years ago  
				
					
						
							
							
								 
						
							
							
								f5b13190f1 
								
							
								 
							
						 
						
							
							
								
								Update FreeBSD-FreeNAS-Install.md  
							
							
 
							
						 
						
							10 years ago  
				
					
						
							
							
								 
						
							
							
								7205141170 
								
							
								 
							
						 
						
							
							
								
								Update FreeBSD-FreeNAS-Install.md  
							
							
 
							
						 
						
							10 years ago  
				
					
						
							
							
								 
						
							
							
								0f131e0f82 
								
							
								 
							
						 
						
							
							
								
								Update FreeBSD-FreeNAS-Install.md  
							
							
 
							
						 
						
							10 years ago  
				
					
						
							
							
								 
						
							
							
								7999561785 
								
							
								 
							
						 
						
							
							
								
								Update FreeBSD-FreeNAS-Install.md  
							
							
 
							
						 
						
							10 years ago  
				
					
						
							
							
								 
						
							
							
								28d774b880 
								
							
								 
							
						 
						
							
							
								
								Update FreeBSD-FreeNAS-Install.md  
							
							
 
							
						 
						
							10 years ago  
				
					
						
							
							
								 
						
							
							
								65d669ece7 
								
							
								 
							
						 
						
							
							
								
								fix tomcat xml fomatting error  
							
							
 
							
						 
						
							10 years ago  
				
					
						
							
							
								 
						
							
							
								a757275f32 
								
							
								 
							
						 
						
							
							
								
								copied INSTALL do documentation/  
							
							
 
							
						 
						
							10 years ago