~travisshears/image_service

Personal image service for my image S3 bucket
705ebc30 — Travis Shears 7 months ago
switch from express to hono
0cc28641 — Travis Shears 7 months ago
hide jwt in bruno
5f04fa83 — Travis Shears 7 months ago
add aws secret manager

refs

main
browse  log 

clone

read-only
https://git.sr.ht/~travisshears/image_service
read/write
git@git.sr.ht:~travisshears/image_service

You can also use your local clone with git send-email.

#Image Service

A personal image service on top of my image s3 bucket.

screenshot

#Dev env

This project requires Deno

Run:

$ deno task start

to start the dev env.

#Get password hash

The app requires a PASSWORD_HASH env var to be set. You can generate one with the following script:

$ deno run ./scripts/hashString.ts --key example_secret admin

#Deployment

Simply run:

$ ./deploy.sh