Listen to music generated by events across github.
Made with amphp magic <3
Clone of github.audio.
Requires:
- PHP 7.4+
- Run
composer update
- Copy the config.sample.php file to config.php and change the settings
- Run the server using
php server.php
- Open your browser and go to http://localhost:1337 (for default settings)
- Profit!
To run GitAmp as a systemd unit:
- Copy the gitamp.sample.service to
/etc/systemd/system/gitamp.service
. - Replace the paths with your installation location.
- Enable it by running
systemctl enable gitamp
&& start withsystemctl start gitamp
If you want to run it after reboots as well, symlink the service file under multi-user.target.wants
via
ln -sf /etc/systemd/system/gitamp.service /etc/systemd/system/multi-user.target.wants/gitamp.service
For true non-blocking execution, install one of the following:
All features requests, bug reports or questions can be posted in GitHub issues.
For security related reports please send a mail to [email protected] instead of using GitHub's issues.