Content-addressable storage redirector.
https://radio.animebits.moe/player/hash/7c57e488c8c1
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
continuous-integration/drone/push Build is passing
Details
|
12 months ago | |
---|---|---|
content | 1 year ago | |
utilities | 1 year ago | |
.drone.yml | 1 year ago | |
.gitignore | 1 year ago | |
Dockerfile | 1 year ago | |
FinalCommander.go | 12 months ago | |
LICENSE | 1 year ago | |
README.md | 1 year ago | |
go.mod | 12 months ago | |
go.sum | 12 months ago |
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>"