8ab9bd7d2231ea6f4eec0a0f0298a72fbacedfe6
This commit also changes the initial file in volume from README to README.md. Side note: By default, superagent only buffers response for text/* and form data. So when sending across README, the file is just an octet-stream and the response in not received in res.text. This can be fixed by calling buffer(false) in superagent request. Renaming the file to README.md side steps this problem because .md files have the mime type text/x-markdown.
Description
Cloudron Box
Languages
JavaScript
72.6%
Vue
22.3%
Shell
3.1%
HTML
1.1%
EJS
0.7%
Other
0.2%