ekinhbayar / gitamp

Listen to music generated by events across github.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 gitamp-security@ekins.space instead of using GitHub's issues.

About

Listen to music generated by events across github.

License:MIT License


Languages

Language:PHP 77.7%Language:JavaScript 16.0%Language:CSS 3.3%Language:HTML 2.9%