Skip to content

bottledcode/once

Repository files navigation

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