jvoisin and Evan Harris
eb4c5a04ff
Make the systemd unit compatible with tomcat9
...
- Use ReadWritePaths by default, since it doesn't
cause any harm
- Rephrase the ProtectSystem comment, to make it more clear
- Fix verbs in a comment
2019-09-03 04:54:43 -05:00
Andrew DeMaria
cb8fc14858
Some release note fixes
...
Signed-off-by: Andrew DeMaria <lostonamountain@gmail.com >
2019-07-13 18:12:01 -06:00
Andrew DeMaria
8db4ec12e1
Add sha256sums and gpg sign outside of maven process
...
Signed-off-by: Andrew DeMaria <lostonamountain@gmail.com >
2019-07-13 16:19:45 -06:00
Andrew DeMaria
c8f9c75d19
Merge remote-tracking branch 'origin/pr/887'
2019-06-10 23:28:19 -06:00
Jonas L and GitHub
e13877203b
Add contrib/library_autoupdater.sh ( #1096 )
...
This script is using inotify to watch your music folders and trigger a new library scan 10 minutes after a notification has been send from inotify.
2019-06-07 14:12:46 +02:00
jvoisin
40a5150b6e
Don't use ProtectHome by default in the systemd unit
...
Some people might put media in /home/…/
2019-06-02 16:05:47 +02:00
Jonas L and jvoisin
0878a71cc7
Use spaces instead of coma in systemd lists
...
From systemd man pages https://www.freedesktop.org/software/systemd/man/systemd.exec.html#System%20Call%20Filtering
2019-05-27 22:27:00 +00:00
jo
131b7ada1d
Update translation and fix char encoding
2019-05-23 21:12:42 +02:00
Andrew DeMaria
4e7b2aaa71
Docs for creating a release
...
Signed-off-by: Andrew DeMaria <lostonamountain@gmail.com >
2019-05-21 12:06:31 -06:00
jvoisin
9fb56c031b
Fix the systemd unit file for OpenJDK
2019-04-05 19:51:15 +02:00
jvoisin and Andrew DeMaria
ab92f83c1f
Add a bunch of hardening to the systemd unit
...
I tested this locally, it's working on my machine™
Nothing fancy, no new privileges, private stuff (/tmp, …),
no exotic devices/access/…, …
Signed-off-by: jvoisin <julien.voisin@dustri.org >
Signed-off-by: Andrew DeMaria <lostonamountain@gmail.com >
2019-03-26 14:27:52 -06:00
Arne Schlüter
bbf0791718
Add 32x32 pixeled favicon
2018-12-03 10:30:05 +01:00
Arne Schlüter
29cedd78eb
Add extended favicons
2018-11-25 17:43:54 +01:00
Andrew DeMaria
4b488cd349
Added example env file for systemd
...
Signed-off-by: Andrew DeMaria <lostonamountain@gmail.com >
2017-08-12 13:56:23 -06:00
Andrew DeMaria
bd9c793500
Added example airsonic.service
...
Signed-off-by: Andrew DeMaria <lostonamountain@gmail.com >
2017-08-12 11:23:40 -06:00
jooola
8f9872247c
screenshot: remove the upper black line
2017-08-07 14:56:56 +02:00
jooola
bfae24c8bf
Update screenshot
2017-08-07 14:54:41 +02:00
jooola
71e0780a0f
Rebrand: Replace assets with new one (contrib)
2017-08-01 23:09:40 +02:00
Andrew DeMaria
94dbd3ef94
Rename libresonic -> airsonic
...
Signed-off-by: Andrew DeMaria <lostonamountain@gmail.com >
2017-07-13 21:34:28 -06:00
Andrew DeMaria
260e04c8ea
File System Renames (No content changes)
...
Signed-off-by: Andrew DeMaria <lostonamountain@gmail.com >
2017-07-13 21:34:19 -06:00
Shen-Ta Hsieh
1f5d55d945
Recompress png files
...
Signed-off-by: Shen-Ta Hsieh <ibmibmibm.tw@gmail.com >
2017-05-31 18:24:08 +08:00
jo and Andrew DeMaria
ff6e12eb56
Rebuild assets (logo and icons)
...
- Also Remove old nonfree assets
2017-05-18 22:31:59 -06:00
Shen-Ta Hsieh
868fea4a40
Losslessly recompress PNG files using ECT
...
* References
- [compare](https://css-ig.net/png-test-corpus )
- [homepage](https://github.com/fhanau/Efficient-Compression-Tool )
Signed-off-by: Shen-Ta Hsieh <ibmibmibm.tw@gmail.com >
2017-04-26 16:42:32 +08: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
Lammler Jonas
20c943e960
Replace icons / Add dimmensions
2017-03-04 12:27:15 +01:00
Lammler Jonas
7bad5e93de
Remove old assets and add new one to /contrib
2017-03-04 12:00:54 +01:00
Andrew DeMaria
2fa3d61506
Added screenshot
...
Signed-off-by: Andrew DeMaria <lostonamountain@gmail.com >
2017-02-19 21:37:36 -07:00
Eugene E. Kashpureff Jr
b98f73bc84
New logo.
...
Signed-off-by: Tiago <tiago@tdias.tech >
Cherry picked from commit 33de00c1
Closes Pull Request #171
2016-12-13 03:11:49 +00:00
Tiago
33de00c1a5
New logo.
...
Signed-off-by: Tiago <tiago@tdias.tech >
2016-12-09 10:29:08 +00:00
Eugene E. Kashpureff Jr
c32d3b49e2
Add deploy helper script
2016-06-11 13:53:16 +00:00