bottledcode / once

Secret Sharing

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Say it securely, once and for all

Send secure, self-destructing messages that can only be read once and must be read within a specific time frame.

Check it out on once.getswytch.com.

Development

Add a deployment.values.yaml file to the root of the project with the following content:

secrets:
  stateSecret: a secret string
image: ghcr.io/bottledcode/swytch/once

rethinkdb:
  host: rethinkdb.host
  db: swytch-once
  user: once
  password: a password

Then install loft CLI and Devspace:

loft use space MY-SPACE
devspace deploy
devspace dev

About

Secret Sharing

License:MIT License


Languages

Language:PHP 49.5%Language:CSS 39.8%Language:JavaScript 7.0%Language:Shell 1.4%Language:Smarty 1.4%Language:Dockerfile 0.9%