- Creates new SHLinks and adds files to them
- Authorizes access
- Shares files with authorized clients'
deno run --allow-env="PORT","PUBLIC_URL","EMBEDDED_LENGTH_MAX" --allow-read=".","./db" --allow-write="./db" --allow-net --watch server.ts
deno test --allow-env --allow-read=".","./db" --allow-write="./db" --allow-net
docker build -t vaxx.link .
docker run --rm -it -p 8000:8000 vaxx.link