Add SeaweedFS config to the repo (encrypted)

This commit is contained in:
Scott Wallace 2022-04-11 09:14:04 +01:00
parent 75ea3a0493
commit df58a6b847
Signed by: scott
GPG key ID: AA742FDC5AFE2A72
3 changed files with 1 additions and 2 deletions

View file

@ -1,5 +1,5 @@
* [x] Establish a mesh network
* [ ] Establish a shared filesystem
* [x] Establish a shared filesystem
* [ ] Establish a Docker cluster
* [ ] Establish a method for ingress points
* [ ] Run various test scenarios

BIN
seaweed-conf.enc Normal file

Binary file not shown.

View file

@ -16,7 +16,6 @@ else
${BIN_DIR}/weed mount -dir=/data -dirAutoCreate &
${BIN_DIR}/weed mount -dir=/test -dirAutoCreate -filer.path=/test/ &
${BIN_DIR}/weed mount -dir=/blah -dirAutoCreate -filer.path=/root/ &
fi
wait