Add SeaweedFS config to the repo (encrypted)
This commit is contained in:
parent
75ea3a0493
commit
df58a6b847
2
TODO.md
2
TODO.md
|
@ -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
BIN
seaweed-conf.enc
Normal file
Binary file not shown.
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue