snicker / gntp-regrowl

Regrowl GNTP Messages to Other Machines over Network
MIT License
7 stars 2 forks source link

ReGrowl Server

Forked by snicker in Sept 2013 to act as a headless GNTP server to bouncing messages to other clients. Will eventually support:

Currently supports:

Completely based on the work done by KFDM, one of the only GNTP solutions I've seen that works on FreeBSD.

Installing

python setup.py install

Running

$ regrowl -h
Usage: regrowl [options]

Options:
  -h, --help            show this help message and exit
  -a HOST, --address=HOST
                        address to listen on
  -p PORT, --port=PORT  port to listen on
  -P PASSWORD, --password=PASSWORD
                        Network password
  -v, --verbose         

Config File

Regrowl bridges can be controled through a simple config file in ~/.regrowl

This file is also used to configure the destinations for forwarding messages.

[regrowl.server]
port = 12345
password = mypassword

[regrowl.bridge.forward.destinations]
machine1 = network,192.168.1.65,23053,mypassword
iphone1 = prowl,<prowlAPIkey>
examplename = network,<hostname>,<port>,<password>

[regrowl.bridge.local]
enabled = false

[regrowl.bridge.subscribe]
enabled = false

Config file sections are defined by the package name.

See Also

Bitdeli Badge