Content-addressable storage redirector. https://radio.animebits.moe/player/hash/7c57e488c8c1
Go to file
DataHoarder bc3dc90593
All checks were successful
continuous-integration/drone/push Build is passing
Fix Signature encode, removed debug calls
2022-01-17 10:36:27 +01:00
.drone.yml Added Version 1 signature, Drone CI, bumped to 1.18-rc 2022-01-17 10:19:28 +01:00
.gitignore Add Dockerfile 2022-01-16 14:01:11 +01:00
Dockerfile Added Version 1 signature, Drone CI, bumped to 1.18-rc 2022-01-17 10:19:28 +01:00
FinalCommander.go Fix Signature encode, removed debug calls 2022-01-17 10:36:27 +01:00
go.mod Initial commit 2022-01-16 13:49:45 +01:00
go.sum Initial commit 2022-01-16 13:49:45 +01:00
LICENSE Initial commit 2022-01-16 13:49:45 +01:00
README.md Create bogus certificate if none passed 2022-01-16 15:25:17 +01:00

FinalCommander

Content-addressable storage redirector.

Usage

$ go run .

Build via $ go build -o fcmm

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 <docker name>"