hledger/hledger-web/Hledger
Simon Michael 1bcc091a44 web: add --host, rename --server to --serve (#429)
This came up in the context of Docker, but it seems it wasn't possible
for hledger-web to serve remote clients directly (without a proxy)
because of 127.0.0.1 being hardcoded ? Now that can be
changed with --host=IPADDR. The default base url also
uses this address, rather than "localhost" being hardcoded.

Also, the --server flag sounded too close in meaning to --host so
I've renamed it to --serve. The old spelling is still accepted,
at least through the next major release I suppose.
2016-11-21 07:38:58 -08:00
..
Web web: add --host, rename --server to --serve (#429) 2016-11-21 07:38:58 -08:00
Web.hs cli/ui/web: rename X.Options modules to X.XOptions 2015-08-28 12:43:51 -07:00