1
0
mirror of https://github.com/SuperBFG7/ympd synced 2024-07-07 03:44:21 +00:00
Commit Graph

63 Commits

Author SHA1 Message Date
jcorporation
49d67c49c8 Fix: add mympd user with no shell and home /var/lib/mympd 2018-09-07 01:00:00 +02:00
jcorporation
a9dcff3135 Feat: add debian packaging 2018-09-07 00:10:40 +02:00
jcorporation
c293e87b3b Fix: disable debug_package 2018-09-05 21:23:39 +02:00
jcorporation
1d38363793 Fix: link mpd music_directory to mympd docroot 2018-09-05 20:46:40 +02:00
jcorporation
313f690003 Fix: set exit status to 0 for rpmbuild 2018-09-05 20:36:23 +02:00
jcorporation
8490303b97 Fix: run myMPD under myMPD user 2018-09-04 22:07:30 +02:00
jcorporation
d799fe1e87 Fix: improved package building 2018-09-04 21:36:04 +02:00
jcorporation
771d06b9af Fix: remove systemd dependency 2018-08-30 21:50:02 +01:00
jcorporation
337a3609ee Fix: move myMPD.spec to contrib/ 2018-08-30 21:38:36 +01:00
jcorporation
514bcf30ba Fix: add mympd.service to myMPD.spec 2018-08-30 21:32:51 +01:00
jcorporation
0c81a0563c Fix: update manpage 2018-08-22 22:56:31 +01:00
jcorporation
988a315f45 Feat: add config options for stickerusage and mixramp settings 2018-08-21 20:28:13 +01:00
jcorporation
f42bba550d Feat: replace commandline options with ini file under /etc/mympd/mympd.conf 2018-08-06 21:51:48 +01:00
jcorporation
e54a2ee709 fix: option for mpdpass error from pull request #23 2018-07-25 00:49:30 +01:00
Mike Andonov
0da69906dc
modified options syntax
Modifications based on the following PKGBUILD:
https://github.com/CultofRobots/archphile-custom/blob/master/mympd/PKGBUILD
2018-07-23 14:57:40 +03:00
Mike Andonov
807cb83389
modified options syntaxing
Modifications based on the following PKGBUILD:
https://github.com/CultofRobots/archphile-custom/blob/master/mympd/PKGBUILD
2018-07-23 14:53:31 +03:00
jcorporation
f61382fd03 fix: enable ssl by default 2018-07-18 22:54:39 +01:00
jcorporation
ed2277ddc2 cleanup: move manpage to contrib directory 2018-07-15 23:45:10 +01:00
jcorporation
b8141360dd cleanup: startup options 2018-07-15 23:33:06 +01:00
jcorporation
cf34f41467 cleanup: renamed startup options
cleanup: central startup options file: /etc/mympd/options
2018-07-15 23:26:59 +01:00
jcorporation
bccda91585 Improved documentation 2018-07-11 01:01:04 +01:00
jcorporation
8f3122588b Add contrib/crcert.sh to mkrelease.sh 2018-07-10 23:09:17 +01:00
jcorporation
c19161752c Add ssl options to README.MD and contrib files 2018-07-10 22:58:48 +01:00
jcorporation
c1a531f162 Improved certifcate creation, import /etc/mympd/ssl/ca/ca.pem to trust the mympd certificate 2018-07-10 22:52:16 +01:00
jcorporation
eb2d38c6fd Added contrib/crcert.sh for easy creating a certificate 2018-07-09 23:51:33 +01:00
jcorporation
78a7c84a9c Fix mympd.service
Update minified files for release
2018-06-24 19:25:58 +01:00
jcorporation
2098060765 Document state file option 2018-06-21 18:28:07 +01:00
jcorporation
325094f6e7 Removed obsolet options 2018-06-14 21:24:26 +01:00
jcorporation
0a1bbfbcd5 Updated contrib files with all parameters 2018-05-27 15:22:18 +01:00
jcorporation
361882d5af Removed option to compile assets in executeable 2018-05-24 17:26:07 +01:00
jcorporation
956812b472 Renamed project to myMPD 2018-05-24 17:10:11 +01:00
jcorporation
e87c5436f5 Removed not working dirble support
Removed jquery sorttable dependency
Reworked html template
Reworked notifications
Repaired search
2018-05-23 00:07:34 +01:00
SuperBFG7
63be6f0de0 Merge remote-tracking branch 'upstream/master' 2018-04-22 18:33:10 +02:00
Andy
612f8fc0b2
Merge pull request #158 from eb041592/master
Update FreeBSD RC script
2018-03-29 20:37:43 +02:00
SuperBFG7
2fa653711d fix defaults 2018-03-25 13:52:41 +02:00
SuperBFG7
26b2ca3408 add option "localport" to exclude ports from auth
usefull if ympd listens on two ports: one (local) for intranet usage and
one for internet usage
2018-03-25 13:45:16 +02:00
Archphile
d4865aca9d
fixed a typo
Replaced $DIRBLE_API_TOKE with $DIRBLE_API_TOKEN in order for the service to be functional.
2018-03-05 13:54:46 +02:00
SuperBFG7
7af873b793 remove password from service file 2018-02-03 12:51:20 +01:00
eb041592
80834b989f Update FreeBSD RC script
- removed /usr/sbin/daemon's option "-t" (first appeared in FreeBSD 11, leading to an error in previous versions; since the [t]itle defaults to the daemonized invocation anyways, this shouldn't make a difference for FreeBSD 11+)
- removed /usr/sbin/daemon's option "-u" and the respective variable in the script (ympd has to be started as root to be able to bind to port 80)
- allow for additional arguments via ympd_flags="" in rc.conf (which would again allow to drop privileges after binding to the port)
2018-01-28 22:54:17 +01:00
SuperBFG7
fec13b6937 Revert "remove password since it breaks empty passwords"
This reverts commit 839b9aa9de.
2018-01-26 15:47:16 +01:00
SuperBFG7
839b9aa9de remove password since it breaks empty passwords 2018-01-26 14:22:50 +01:00
SuperBFG7
f1495ff712 fixed typo 2018-01-26 14:16:03 +01:00
SuperBFG7
1e93d2dc82 Merge branch 'master' into notandy-master 2018-01-26 13:51:20 +01:00
Andrew Karpow
ceee8bd90a Merge branch 'master' of https://github.com/lesderid/ympd into lesderid-master 2018-01-22 04:58:17 +01:00
Andy
f7aade410d
Merge pull request #148 from unknownloner/master
Allow MPD Password to be configured in command line options
2018-01-22 04:23:51 +01:00
unknownln
e5a88b1ffe quote password 2017-02-18 12:05:24 -05:00
unknownln
ec74ef463b config for system services 2017-02-18 12:00:28 -05:00
Felix J. Ogris
40906e2bee added FreeBSD RC script 2017-02-06 20:19:09 +01:00
Les De Ridder
d9ec70a9da
Make the Dirble API token configurable and use HTTPS
Fixes #140
2016-09-11 18:23:42 +02:00
SuperBFG7
6f54187ea9 add digest option to contrib files 2015-11-13 15:07:07 +01:00