Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 615 Bytes

README.md

File metadata and controls

31 lines (20 loc) · 615 Bytes

Onlyfox

This is the source code for onlyfox.vip

Usage

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});

Start project

deno task start

This will watch the project directory and restart as necessary.

Start project with Docker

bash update.sh