Skip to content

uwcirg/smart.health.links

 
 

Repository files navigation

SHLinks Demo Server

  • Creates new SHLinks and adds files to them
  • Authorizes access
  • Shares files with authorized clients'

Run

deno run --allow-env="PORT","PUBLIC_URL","EMBEDDED_LENGTH_MAX" --allow-read=".","./db" --allow-write="./db" --allow-net --watch server.ts

Test

deno test --allow-env --allow-read=".","./db" --allow-write="./db" --allow-net

Build in Docker

docker build -t vaxx.link .
docker run --rm -it -p 8000:8000 vaxx.link

About

Fork of Josh Mandel's Smart Health Links demo

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • TypeScript 99.2%
  • Other 0.8%