Source code for svrjs.link custom URL shortener
Find a file
2024-08-26 12:11:14 +02:00
.github/workflows Update main.yml 2024-06-22 09:17:40 +02:00
backend Change SVR.JS logo 2024-08-26 12:11:14 +02:00
frontend Change SVR.JS logo 2024-08-26 12:11:14 +02:00
README.txt Add note about MongoDB dependency 2024-04-16 21:22:23 +02:00

The "backend" folder contains files, that would be copied to /usr/lib/svrjs directory.
The "frontend" folder contains files, that would be copied to /var/www/svrjs directory.

You may need to set "useWebRootServerSideScript" in SVR.JS config.json to "false" and set up HTTP authentication at "/admin" and "/admin/" URLs.
The server-side script requires "mongodb@4x" npm package.