Steven Roose
4d365f4024
Update install doc WAR file url to v6.2
2017-05-03 00:14:39 +02:00
Andrew DeMaria and GitHub
c579837595
Added some notes about spring boot parameters
2017-04-06 16:38:52 -05:00
Andrew DeMaria and GitHub
0902a6c846
Add clean to maven command
2017-04-06 16:22:27 -05:00
Andrew DeMaria and GitHub
f13ed83d77
Added missing digit
2017-04-02 21:56:44 -06:00
Andrew DeMaria
bcbd6c361f
Added test database versions
...
Signed-off-by: Andrew DeMaria <lostonamountain@gmail.com >
2017-04-02 21:54:17 -06:00
Joshua M. Boniface and GitHub
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 ) that moved this to the backend - in a multi-backend environment, putting it in the frontend is cleaner, and in this simple config it makes no functional difference.
2017-03-29 02:40:59 -04:00
drinn and GitHub
835bbbc0a5
Add X-Headers for haproxy
...
Added X-Headers for haproxy configuration
2017-03-26 17:44:42 -05:00
Andrew DeMaria
6900142c4d
Added doc from @texneues for https on tomcat and freebsd
2017-03-23 20:41:33 -06:00
Andrew DeMaria
a12bdd6e0a
Merge branch 'stable' into develop
...
Conflicts:
CHANGELOG.md
INSTALL.md
libresonic-assembly/pom.xml
libresonic-booter/pom.xml
libresonic-booter/src/main/resources/images/libresonic-512.png
libresonic-installer-debian/pom.xml
libresonic-installer-mac/pom.xml
libresonic-installer-rpm/pom.xml
libresonic-installer-windows/pom.xml
libresonic-main/pom.xml
libresonic-main/src/main/java/org/libresonic/player/dao/schema/hsql/Schema62.java
libresonic-main/src/main/resources/org/libresonic/player/service/logo-512.png
libresonic-main/src/main/webapp/icons/buuftheme/logo.png
libresonic-main/src/main/webapp/icons/coolandclean/logo.png
libresonic-main/src/main/webapp/icons/default_dark/logo_light.png
libresonic-main/src/main/webapp/icons/default_light/logo.png
libresonic-main/src/main/webapp/icons/denim/logo_light.png
libresonic-main/src/main/webapp/icons/groove/logo.png
libresonic-main/src/main/webapp/icons/hicon/logo.png
libresonic-main/src/main/webapp/icons/hiconi/logo_light.png
libresonic-main/src/main/webapp/icons/hitech/logo_light.png
libresonic-main/src/main/webapp/icons/midnightfun/logo.png
libresonic-main/src/main/webapp/icons/monochrome/logo.png
libresonic-main/src/main/webapp/icons/monochrome/logo_light.png
libresonic-main/src/main/webapp/icons/pinkpanther/logo_light.png
libresonic-main/src/main/webapp/icons/simplify/logo_light.png
libresonic-main/src/main/webapp/icons/slick/logo_light.png
libresonic-main/src/main/webapp/icons/sonic/logo.png
libresonic-main/src/main/webapp/icons/sonic_blue/logo_light.png
libresonic-main/src/main/webapp/icons/sonic_white/logo.png
libresonic-main/src/main/webapp/icons/subStandard/logo_light.png
libresonic-rest-api/pom.xml
libresonic-sonos-api/pom.xml
pom.xml
2017-03-22 19:47:57 -06:00
Andrew DeMaria
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 >
2017-03-19 16:35:26 -06:00
Lammler Jonas
f3a4c964de
remove outdated note haproxy docs
2017-03-16 20:00:19 +01:00
Andrew DeMaria
509fd8f6aa
Various documentation improvements
...
- Remove duplicate and outdated INSTALL.md file
- Clarity around supported platforms
- Misc
Signed-off-by: Andrew DeMaria <lostonamountain@gmail.com >
2017-03-11 19:05:04 -07:00
Andrew DeMaria
190208debc
Correctly calculate base url in the case a proxy server is present
...
Signed-off-by: Andrew DeMaria <lostonamountain@gmail.com >
2017-03-03 15:25:03 -07:00
Tom Powell and GitHub
f1ab639a48
Merge pull request #261 from jooola/patch-1
...
Updating Haproxy documentation
2017-03-01 14:07:09 -08:00
Jonas L and GitHub
8e323bccac
Some updates
2017-02-27 22:32:51 +01:00
Andrew DeMaria
333d2f13fd
Fix link
...
Signed-off-by: Andrew DeMaria <lostonamountain@gmail.com >
2017-02-26 13:56:36 -07:00
Andrew DeMaria
dbab20e096
Added transcoder setup doc
...
Signed-off-by: Andrew DeMaria <lostonamountain@gmail.com >
2017-02-26 13:54:39 -07:00
Jonas L and GitHub
8acd92b84c
Updated some comments
2017-02-26 21:31:46 +01:00
Jonas L and GitHub
99198ae06c
Remove warning about haproxy version
...
I used debian version wich is the 1.5.8 and its working just fine !
2017-02-26 21:29:16 +01:00
Jonas L and GitHub
cc0d8d9f76
Again remove "mode http"
2017-02-26 21:24:54 +01:00
Jonas L and GitHub
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
2017-02-26 21:24:17 +01:00
Jonas L and GitHub
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 ! )
2017-02-26 21:17:11 +01:00
Andrew DeMaria
2791287bd5
Merge branch 'biconou-install' into develop
2017-02-23 20:31:45 -07:00
Rémi Cocula
06776d9f0a
Minimal instructions for spring boot installation.
2017-02-23 21:33:57 +01:00
Rémi Cocula
0a460d6bab
Add spring boot to INSTALL.md #253
2017-02-21 23:14:18 +01:00
Andrew DeMaria
0d8fb8c318
Remove BUILD.md as its redundant to INSTALL.md
...
Signed-off-by: Andrew DeMaria <lostonamountain@gmail.com >
2017-02-19 15:45:36 -07:00
Tom Powell and GitHub
253b24e8d0
Merge pull request #251 from biconou/biconou_develop_PR_jmeter
...
Add jmeter main test plan + a bit of documentation.
2017-02-16 14:31:14 -08:00
Rémi Cocula
f9b4577dbe
Add jmeter main test plan + a bit of documentation.
2017-02-16 22:58:44 +01:00
Rémi Cocula
09eabd3f29
Merge branch 'develop' into biconou_develop_PR_metrics
2017-02-13 22:19:45 +01:00
François-Xavier Thomas
4efa7ccbf6
Doc: Add warning about HAProxy 1.7
2017-02-03 00:27:36 +01:00
François-Xavier Thomas
fedcddc060
Doc: Fix haproxy documentation ( #242 )
2017-02-02 22:42:14 +01:00
Rémi Cocula
aec131a3d1
A bit of documentation.
2017-01-25 23:18:52 +01:00
Andrew DeMaria
9292c457c9
Updated proxy doc
...
Signed-off-by: Andrew DeMaria <lostonamountain@gmail.com >
2017-01-20 21:07:00 -07:00
Andrew DeMaria
d681eda914
Remove installation from project
...
Signed-off-by: Andrew DeMaria <lostonamountain@gmail.com >
2017-01-17 21:23:33 -07:00
Andrew DeMaria and GitHub
551832b89e
Update INSTALL.md
...
Added note about java version and tomcat issues on debian distributions.
2017-01-05 09:37:10 -07:00
Andrew DeMaria
0749b5f281
Removed no longer needed setting for mysql
...
Signed-off-by: Andrew DeMaria <lostonamountain@gmail.com >
2016-12-23 15:16:45 -07:00
Andrew DeMaria
529cb6c317
Added documentation
...
Signed-off-by: Andrew DeMaria <lostonamountain@gmail.com >
2016-12-23 11:40:47 -07:00
François-Xavier Thomas
24328a1d08
Doc: Move build and migration docs to documentation/
2016-12-07 23:25:19 +01:00
François-Xavier Thomas
31762a3e50
Doc: Add documentation for reverse proxying
2016-12-06 22:33:58 +01:00
Eugene E. Kashpureff Jr
5c5bce6f8d
Merge 6.1.beta2 into stable
...
Conflicts:
CHANGELOG.md
INSTALL.md
documentation/FreeBSD-FreeNAS-Install.md
documentation/INSTALL.md
libresonic-assembly/pom.xml
libresonic-booter/pom.xml
libresonic-installer-debian/pom.xml
libresonic-installer-mac/pom.xml
libresonic-installer-rpm/pom.xml
libresonic-installer-windows/pom.xml
libresonic-main/pom.xml
libresonic-rest-api/pom.xml
libresonic-sonos-api/pom.xml
pom.xml
2016-11-27 18:53:36 +00:00
Eugene E. Kashpureff Jr
31ddd33c9c
Libresonic v6.1.beta2
2016-11-19 03:30:37 +00:00
Eugene E. Kashpureff Jr
e0cd0d64eb
Libresonic v6.1.rc1
2016-11-19 03:25:36 +00:00
Eugene E. Kashpureff Jr
c47503d729
Merge Pull Request #103 into develop
2016-06-11 14:10:15 +00:00
croquagei and GitHub
f5b13190f1
Update FreeBSD-FreeNAS-Install.md
2016-06-11 14:04:30 +10:00
croquagei and GitHub
7205141170
Update FreeBSD-FreeNAS-Install.md
2016-06-11 14:03:22 +10:00
croquagei and GitHub
0f131e0f82
Update FreeBSD-FreeNAS-Install.md
2016-06-11 13:57:16 +10:00
croquagei and GitHub
7999561785
Update FreeBSD-FreeNAS-Install.md
2016-06-11 13:56:44 +10:00
croquagei and GitHub
28d774b880
Update FreeBSD-FreeNAS-Install.md
2016-06-11 13:56:10 +10:00
croquagei and GitHub
65d669ece7
fix tomcat xml fomatting error
2016-06-11 13:55:38 +10:00
alexfornuto
a757275f32
copied INSTALL do documentation/
2016-05-22 17:31:13 -07:00