This role configures Octobox, an open-source GitHub notifications manager.
Octobox uses a PostgreSQL database for handing state of notifications for different users. While this data is useful it is not critical and can be mostly recovered from GitHub itself. For that reason no backup setup exists currently.
Available at https://gh.status.im/ and authenticated via GitHub OAuth2.
Service is created and managed with Docker Compose:
admin@node-01.do-ams3.todo.misc:/docker/octobox % docker-compose ps
Name Command State Ports
------------------------------------------------------------------------------
octobox-app bin/docker-start Up 0.0.0.0:3000->3000/tcp
octobox-cache redis-server Up 6379/tcp
octobox-db docker-entrypoint.sh postgres Up 5432/tcp
For more details see: