remove remote registry list push to leveldb because that doesn't work right now
exit if admin password is empty
Merge pull request #15 from getwtxt/delete-user Delete user endpoint with admin pass
delete a user, new config option for admin pass. pass is bcrypt hashed on startup and not stored in plaintext.
config for admin password, store bcrypt hash in confObj
removed unnecessary 'update' target from Makefile
updated the upgrade instructions removed mention of backing up the config file. the makefile doesn't overwrite config files any longer.
dealing with time is hard
handling datetime edge case where seconds are missing
makefile now safely installs over older versions checks for existence of getwtxt.yml, style.css, and index.html. these files won't be overwritten, but the user is notified to merge them manually.
fixed test case for fetching remote registry data
conditionally parsing datestamp as either rfc3339Nano or rfc3339
codeclimate is misbehaving - disabling for now
removed github issue template
clarified mailing list for patches/discussion
added go1.14.x to travis build manifest
remove border from anchor links in nav
updated makefile to use printf
updated readme to reflect sourcehut
fixed build manifest wasn't reading test files of child modules