Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 866 Bytes

README.md

File metadata and controls

24 lines (18 loc) · 866 Bytes

SaltedKeys

GPG/SSH public hosting on Cloudflare Workers. Public keys are from your GitHub Account, and SaltedKeys will serve them in the form of plain text.

Demo

Site root: https://keys.salted.fish.

Usage

  • git clone https://github.com/RedL0tus/SaltedKeys.git
  • cd SaltedKeys && yarn install && yarn build
  • Edit wrangler.toml, change the USER variable to your GitHub username, and update your Workers KV binding accordingly.
  • yarn wrangler publish