Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 342 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 342 Bytes

kvalue - a simple key/value http server


This app is secured by Basic Auth, HTTPS in strongly recommended.

Set this 2 environment variable for user account:

  • KVALUE_USER
  • KVALUE_PASSWORD

Deploy