1
0
mirror of https://github.com/aclindsa/moneygo.git synced 2024-10-31 16:00:05 -04:00
Commit Graph

17 Commits

Author SHA1 Message Date
6bdde8e83b README: Remove $ for easier copy-pasta 2017-12-06 05:27:13 -05:00
147a00e429 Only serve over HTTPS, optionally auto-generating certificates
Because MoneyGo requires sending passwords and session cookies, we
should never serve over HTTP. While we're at it, make it more convenient
for folks to test this out by adding a config option to auto-generate
self-signed certificates.
2017-12-05 21:02:49 -05:00
382d6ad434 README: Fix instructions for touching cusip_list.csv 2017-12-05 05:43:48 -05:00
e4defb7348 README: Update OFX status 2017-12-02 05:53:14 -05:00
d0a5980b85 First pass at reorganizing go code into sub-packages 2017-10-04 19:35:59 -04:00
f88fed966b Move to using config file 2017-10-01 21:15:40 -04:00
debd221796 Update README 2017-10-01 07:44:20 -04:00
19848ed991 Mention nodejs version dependency
This is to address https://github.com/aclindsa/moneygo/issues/2, where the older npm/nodejs versions on Ubuntu causes errors when installing cldr-data.
2017-09-27 10:35:09 -04:00
fdc2bc85bb README: Require go 1.9 2017-09-20 20:19:24 -04:00
24cf7e3e8e Update README 2017-07-14 08:17:49 -04:00
a69468785b README: Update documentation section 2017-07-07 06:40:07 -04:00
7f20ca5256 README: Add screenshots 2017-07-07 06:32:01 -04:00
5047dc6948 Add markdown documentation 2017-07-07 06:18:05 -04:00
eb5c9cdcd8 README: Add other dependencies, missing features 2017-06-16 20:47:18 -04:00
29614c38c7 Update README 2017-06-05 21:08:13 -04:00
4c1b917e05 Update README 2017-06-05 20:41:50 -04:00
f29a038c85 Switch README to Markdown 2017-06-05 20:24:55 -04:00