Content-addressable storage redirector.
https://radio.animebits.moe/player/hash/7c57e488c8c1
DataHoarder
6c960806b9
All checks were successful
continuous-integration/drone/push Build is passing
|
||
---|---|---|
content | ||
utilities | ||
.drone.yml | ||
.gitignore | ||
Dockerfile | ||
FinalCommander.go | ||
go.mod | ||
go.sum | ||
LICENSE | ||
README.md |
FinalCommander
Content-addressable storage redirector.
Usage
$ PRIVATE_KEY=<private key> ./fcmm -servers "server1:7777/100,server2:7777/100, -certificate example.crt -keypair example.key
- Running without
PRIVATE_KEY
will generate an Ed25519 keypair first time, then exit.
$ 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>"