Content-addressable storage serving of blobs. https://radio.animebits.moe/player/hash/b9dbb31bda75
Go to file
2022-01-18 19:39:17 +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 Change add.sh to use credentials from docker-compose.yml 2022-01-18 11:35:11 +01:00
Dockerfile Verbose build, AMD64 features 2022-01-18 11:56:39 +01:00
go.mod Removed all redundant code that has been moved to https://git.gammaspectra.live/S.O.N.G/MakyuuIchaival 2022-01-18 19:39:17 +01:00
go.sum Removed all redundant code that has been moved to https://git.gammaspectra.live/S.O.N.G/MakyuuIchaival 2022-01-18 19:39:17 +01:00
LICENSE Update LICENSE year 2022-01-16 13:37:30 +01:00
OrbitalBeat.go Removed all redundant code that has been moved to https://git.gammaspectra.live/S.O.N.G/MakyuuIchaival 2022-01-18 19:39:17 +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"