Commit Graph

36 Commits

Author SHA1 Message Date
Andrew Carr 3fe238b169 Dirble option and functionality removed
Dirble is no longer available and per the author/old-owner, will probably not
be coming back.

This commit removes the configuration option and the code used to access
dirble. Everything else still appears to be functional.

re: https://dev.to/confact/what-happened-with-dirble-k3g
2021-05-21 01:38:19 +00:00
Daniel Schregenberger e6e08d6159
Merge branch 'master' into harden 2019-04-22 11:53:24 +02:00
SuperBFG7 fff184dca2 moved default user definition to service file 2019-04-22 11:51:09 +02:00
SuperBFG7 aeceb91551 moved definition of default user to service file 2019-04-22 11:47:22 +02:00
Clément Pit-Claudel 0917b467e8
Harden ympd.service
This offers a measure of protection against potential ympd vulnerabilities.  See
https://www.freedesktop.org/software/systemd/man/systemd.exec.html for
documentation.
2019-03-10 16:43:39 +00: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
Jason Pleau c7f19755bd fix webport using the wrong variable in init scripts 2015-05-01 20:57:58 -04:00
Jason Pleau 5abfdfda7b update init script and systemd service file
init script: depend on $remote_fs instead of $local_fs. Reason: /usr can
be mounted a remote filesystem. Also depend on mpd (instead of $mpd,
which doesn't seem to exist.. at least on my system)

Also provide a default config (which should be installed as
/etc/default/ympd)

This commit makes the systemd unit file as well as the init script load
values from this configuration file so the user can change ympd settings
easily when running it as a service.
2015-05-01 17:14:21 -04:00
Andy b9411a7134 Merge pull request #26 from KAMiKAZOW/patch-1
Create ympd.spec
2014-11-03 03:22:05 +01:00
KAMiKAZOW d4f45558e9 Rename ympd.spec to contrib/ympd.spec 2014-10-29 03:08:59 +01:00
Jason Pleau d8610584d4 init.debian: correct typo in shebang and adjust default webport
The default webport in the systemd unit is 8080, but the one in the init
script was 80.
2014-10-28 20:11:38 -04:00
Philippe Mongeau 5659a1a86d make service environment file optional 2014-04-23 10:47:25 -04:00
Marc Plano-Lesay bf96db2ba3 Allow the sytemd unit to read a configuration file 2014-04-12 19:45:40 +02:00
Andrew Karpow 75e4d6a22e updated initscript 2014-03-08 20:38:14 +01:00
Philippe Mongeau dcc4823bc3 add systemd service file 2014-03-08 12:30:48 +01:00
Alex Morega 3413be6ef6 fix SCRIPTNAME value 2014-01-21 00:38:42 +01:00
Andrew Karpow 9212e3af29 removed init-config, changed default webport to 80 2014-01-17 19:03:15 +01:00
Nico Suhl d735295cdc fix init script 2014-01-10 20:33:51 +01:00
Andrew Karpow 338b27676c add debian package information and initscripts 2013-11-12 02:54:00 +01:00