jmacdotorg / whim

A command-line multitool for sending, receiving, storing, and presenting webmentions.
MIT License
17 stars 3 forks source link

Let the listener listen on user-specified locations #33

Closed jmacdotorg closed 4 years ago

jmacdotorg commented 4 years ago

Currently, whim listen can only listen on http://*:8080, the default location for Hypnotoad.

This is unacceptable, and the result of the miserable hack that whim listen currently is. (Hypnotoad really doesn't want to be run as anything other than a command-line program.)

Ideally the listen command should run as a daemon, and accept all the configuration that Mojo's own daemon command accepts.