OrbitalBeat/README.md

386 B

OrbitalBeat

Content-addressable storage serving of blobs.

Usage

Needs a Postgres database.

$ go run .

Build via $ go build -o orbeat

Certbot notes

  • Use pip certbot
  • Edit .env to add paths to certificates
$ certbot certonly \
--standalone \
--key-type=ecdsa --elliptic-curve=secp256r1 \
--domain <domain> \
--post-hook "docker restart orbitalbeat_orbeat_1"