Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 658 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 658 Bytes

FS CDN

A lightweight content delivery network focused on images and videos. Built on Hono and Redis for Deno.

Installing

  1. Create a "media" directory in the current directory, and create all of your categories as directories inside of the media directory.

  2. Rename the config.toml.example file to config.toml and edit the settings accordingly.

  3. Rename the .env.example file to .env and set your REDIS_URL and APP_API_KEYS accordingly.

  4. Start the server by running deno run src/app.ts, and grant all the requested permissions.

Development

To start the server in dev mode and bypass the permission checks, run deno run dev.