Content-addressable storage redirector. https://radio.animebits.moe/player/hash/7c57e488c8c1
Go to file
DataHoarder e1d0e27c29
All checks were successful
continuous-integration/drone/push Build is passing
Use backing database for aliases and/or access checks
2022-01-19 21:46:05 +01:00
content Use backing database for aliases and/or access checks 2022-01-19 21:46:05 +01:00
utilities Use backing database for aliases and/or access checks 2022-01-19 21:46:05 +01:00
.drone.yml Use backing database for aliases and/or access checks 2022-01-19 21:46:05 +01:00
.gitignore Add Dockerfile 2022-01-16 14:01:11 +01:00
Dockerfile Use backing database for aliases and/or access checks 2022-01-19 21:46:05 +01:00
FinalCommander.go Use backing database for aliases and/or access checks 2022-01-19 21:46:05 +01:00
go.mod Use backing database for aliases and/or access checks 2022-01-19 21:46:05 +01:00
go.sum Use backing database for aliases and/or access checks 2022-01-19 21:46:05 +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>"