My personal website and HTTP services ported to NodeJS. https://arav.su
Go to file
2021-02-16 02:16:03 +04:00
dwelling Initial commit. 2021-02-10 01:01:50 +04:00
static Set vertical-align of table rows to top. 2021-02-16 01:40:44 +04:00
views Added showing stats on how many files and directories in a current directory, and a total size of files in it. 2021-02-12 22:36:01 +04:00
.gitignore Initial commit. 2021-02-10 01:01:50 +04:00
backup.sql Updated a blog post with links to hidden services. 2021-02-10 23:51:07 +04:00
config.example.js Fixed problem with timezones. Turned out that I forgot to tell what timezone db server do use. 2021-02-10 01:58:04 +04:00
dwelling.js Have deleted commented out static files handling. 2021-02-16 01:43:52 +04:00
favicon.ico Initial commit. 2021-02-10 01:01:50 +04:00
files.js Moved all code for file type negotiation to fileType function. Removed handling of static routes in main route. Moved comparing function out of getDirectoryList as a standalone function. And renamed sizeUnits to SIZE_UNITS, it's a global constant after all. :) 2021-02-16 02:16:03 +04:00
index.js Initial commit. 2021-02-10 01:01:50 +04:00
install.sql Initial commit. 2021-02-10 01:01:50 +04:00
package.json Initial commit. 2021-02-10 01:01:50 +04:00
radio.js Have deleted commented out static files handling. 2021-02-16 01:43:52 +04:00
util.js Have old getBaseHost function removed. It was replaced by getServiceByHost. 2021-02-16 01:45:11 +04:00