Content-addressable storage serving of blobs. https://radio.animebits.moe/player/hash/b9dbb31bda75
Go to file
DataHoarder 5b5acb78e9
All checks were successful
continuous-integration/drone/push Build is passing
Added extra upstream argument
2022-01-19 23:30:50 +01:00
scripts Change add.sh to use credentials from docker-compose.yml 2022-01-18 11:35:11 +01:00
.drone.yml Verbose build, AMD64 features 2022-01-18 11:56:39 +01:00
.env.example Create bogus certificate if none passed 2022-01-16 15:26:13 +01:00
.gitignore Initial commit. Working file serve, and signatures! 2022-01-16 02:06:56 +01:00
docker-compose.yml Add size row to entries when adding them 2022-01-18 20:26:12 +01:00
Dockerfile Verbose build, AMD64 features 2022-01-18 11:56:39 +01:00
go.mod Updated dependencies 2022-01-18 19:52:44 +01:00
go.sum Updated dependencies 2022-01-18 19:52:44 +01:00
LICENSE Update LICENSE year 2022-01-16 13:37:30 +01:00
OrbitalBeat.go Added extra upstream argument 2022-01-19 23:30:50 +01:00
README.md Add listen to docker-compose.yml, README instructions 2022-01-16 14:57:39 +01:00
schema.sql Binary path 2022-01-16 11:07:35 +01:00

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"