* Use material avatar in timeline avatar
* Load default profile image from static file
* Include base64 image in squeak display entry response
* Got default profile image working
* Use python slim image for both squeaknode and test
* Clean up dockerfiles
* Reorder dockerfile for squeaknode
* Load alembic config file from packaged module
* Alembic directory is now loaded from packaged module
* Got multi-stage docker build working
* Removed old app directory from docker config
* Remove commented package data arg from setup.py
* Remove unused alembic graft from manifest
* Fix extra space in alembic revision
* Rename squeakserver to squeaknode and get itest passing
* Fix itest dockerfile
* Rename more squeakserver to squeaknode
* Rename database from squeakserver to squeaknode
* Update readme
* Remove frontend/build from git
* Rename squeakserver to squeaknode in tox and main
* Create webapp module in admin folder for flask app
* Almost working, but templates folder is still not included in packaged setup.py install output
* Update manifest file
* Got flask app working with templates
* pass flask configs through cfg file.
* Remove print line
* Add db to client.
* Call the initialize db function before starting the client.
* Add script to install rpc (#6)
* Add script to install rpc
* Remove comment.
* pass flask configs through cfg file.
* Remove print line
* Add db to client.
* Call the initialize db function before starting the client.
* Fix initialize db function.
* Update install rpc script.