My personal website and HTTP services ported to NodeJS. https://arav.su
Go to file
2021-02-17 03:28:23 +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 Fixed link to playlist that is displayed when audio tag is not supported by browser. 2021-02-16 23:55:37 +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 Okay, I fixed issue with special characters in file's names passed to proxy by serving files by NGiNX. So now I add a /files prefix to a full path. So previous commit is partly reverted. :) And need in file-type package is eliminated. 2021-02-17 03:05:50 +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 Okay, I fixed issue with special characters in file's names passed to proxy by serving files by NGiNX. So now I add a /files prefix to a full path. So previous commit is partly reverted. :) And need in file-type package is eliminated. 2021-02-17 03:05:50 +04:00
radio.js Have deleted commented out static files handling. 2021-02-16 01:43:52 +04:00
util.js Made getTimezone into an exported lambda. 2021-02-17 03:28:23 +04:00