The project is in a healthy, maintained state
A GTK3 system tray application that helps manage local Discourse development instances
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
 Dependencies

Development

~> 2.0
~> 13.0
~> 3.0

Runtime

~> 4.2
~> 0.10.1
 Project Readme

Discourse Systray

A system tray application for managing local Discourse development instances.

Installation

gem install discourse-systray

Usage

Simply run:

discourse-systray

Optional flags:

  • --debug: Enable debug mode
  • --path PATH: Set Discourse path

Features

  • Start/Stop Discourse development environment from system tray
  • Monitor Ember CLI and Unicorn server status
  • View real-time logs with ANSI color support
  • Status indicators for running services
  • Clean process management and graceful shutdown

System Tray Menu

  • Start Discourse: Launches both Ember CLI and Unicorn server
  • Stop Discourse: Gracefully stops all running processes
  • Show Status: Opens log viewer window
  • Quit: Exits application and cleans up processes

Requirements

  • Ruby >= 2.6.0
  • GTK3
  • Discourse development environment

Development

After checking out the repo, run bundle install to install dependencies.

To install this gem onto your local machine, run:

gem build discourse-systray.gemspec
gem install ./discourse-systray-0.1.0.gem

License

The gem is available as open source under the terms of the MIT License.