My personal website and HTTP services ported to NodeJS. https://arav.su
Go to file
2021-02-20 20:35:36 +04:00
dwelling Initial commit. 2021-02-10 01:01:50 +04:00
static A little cleanup. Removed fonts from homepage's directory, since they are stored in shared dir. 2021-02-20 20:35:36 +04:00
views From now on if JS is disabled you will still see radio's status. 2021-02-17 03:44:34 +04:00
.gitignore Initial commit. 2021-02-10 01:01:50 +04:00
backup.sql Updated backup of a guestbook. 2021-02-17 19:17:42 +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 Fixed a mess I wrote last night. Ahahaha! 2021-02-17 19:34:44 +04:00
util.js Made getTimezone into an exported lambda. 2021-02-17 03:28:23 +04:00