Skip to content

Listen to music generated by events across github.

License

Notifications You must be signed in to change notification settings

ekinhbayar/gitamp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

65c5937 · Dec 13, 2020
Dec 13, 2020
Sep 8, 2020
Oct 14, 2020
Dec 13, 2020
Dec 13, 2020
Feb 4, 2017
Sep 8, 2020
Dec 13, 2020
Jan 3, 2017
Sep 8, 2020
Jan 2, 2017
Dec 13, 2020
Dec 13, 2020
Dec 13, 2020
Oct 4, 2020
Sep 8, 2020
Jan 19, 2017
Dec 13, 2020
Sep 8, 2020
Sep 14, 2020

Repository files navigation

ekinhbayar/gitamp


CI Status Scrutinizer Code Quality Code Coverage Code Climate

Listen to music generated by events across github.

Made with amphp magic <3

Clone of github.audio.

Requires:

  • PHP 7.4+

Usage

  • 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!

GitAmp as a Service

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 with systemctl 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

Optional Dependencies

For true non-blocking execution, install one of the following:

Issues

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.