Skip to content

Moonlight-Protocol/provider-console

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Provider Console

Dashboard for Privacy Provider operators to manage, monitor, and configure their provider instance(s) on the Moonlight Protocol.

Live

https://provider-console.fly.storage.tigris.dev/index.html

Development

deno task dev      # dev server with watch
deno task build    # build to public/
deno task serve    # serve built files

Production Build

deno task build -- --production   # minified, no sourcemaps

Deployment

Static files are deployed to a public Tigris bucket on Fly.io.

Manual deploy

deno task build -- --production

aws s3 sync public/ s3://provider-console/ \
  --endpoint-url https://fly.storage.tigris.dev \
  --acl public-read \
  --delete

Requires AWS CLI and Tigris credentials as AWS_ACCESS_KEY_ID / AWS_SECRET_ACCESS_KEY env vars.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages