This is the source code for onlyfox.vip
Note: This project does require seperate PostgreSQL database.
Make sure to install Deno: https://deno.land/manual/getting_started/installation
Set up environment variables to .env file.
Set TLS certificate and key to the root of project, with filenames: server.crt, server.key Or modify main.ts line 13 to
await start(manifest, {config});
deno task start
This will watch the project directory and restart as necessary.
bash update.sh