Content-addressable storage redirector. https://radio.animebits.moe/player/hash/7c57e488c8c1
Go to file
2022-01-16 16:36:27 +01:00
.gitignore Add Dockerfile 2022-01-16 14:01:11 +01:00
Dockerfile Add Dockerfile 2022-01-16 14:01:11 +01:00
FinalCommander.go Fix self-signed certificate creation 2022-01-16 16: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>"