Content-addressable storage redirector. https://radio.animebits.moe/player/hash/7c57e488c8c1
Go to file
DataHoarder 569d295120
All checks were successful
continuous-integration/drone/push Build is passing
Update build commands
2022-01-18 19:56:05 +01:00
.drone.yml Update build commands 2022-01-18 19:56:05 +01:00
.gitignore Add Dockerfile 2022-01-16 14:01:11 +01:00
Dockerfile Update build commands 2022-01-18 19:56:05 +01:00
FinalCommander.go Removed all redundant code that has been moved to https://git.gammaspectra.live/S.O.N.G/MakyuuIchaival 2022-01-18 19:54: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:54:39 +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:54:39 +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>"