Skip to content

obterr/onlyfox

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published