vault backup: 2023-06-29 09:39:30

This commit is contained in:
2023-06-29 09:39:30 +08:00
parent df95fb5722
commit b74bc18b01
2 changed files with 11 additions and 15 deletions

View File

@@ -39,14 +39,11 @@
"id": "3971d194ef2e5886", "id": "3971d194ef2e5886",
"type": "leaf", "type": "leaf",
"state": { "state": {
"type": "canvas", "type": "markdown",
"state": { "state": {
"file": "00. Inbox/My Mindmap.canvas", "file": "05. 資料收集/架站/Storj.md",
"viewState": { "mode": "source",
"x": -200.83365608343956, "source": true
"y": -1166.8826525498919,
"zoom": -1.6567471281136945
}
} }
} }
} }
@@ -80,7 +77,7 @@
"state": { "state": {
"type": "search", "type": "search",
"state": { "state": {
"query": "", "query": "storj",
"matchingCase": false, "matchingCase": false,
"explainSearch": false, "explainSearch": false,
"collapseAll": false, "collapseAll": false,
@@ -117,7 +114,7 @@
"state": { "state": {
"type": "backlink", "type": "backlink",
"state": { "state": {
"file": "00. Inbox/My Mindmap.canvas", "file": "05. 資料收集/架站/Storj.md",
"collapseAll": false, "collapseAll": false,
"extraContext": false, "extraContext": false,
"sortOrder": "alphabetical", "sortOrder": "alphabetical",
@@ -142,7 +139,7 @@
"state": { "state": {
"type": "outline", "type": "outline",
"state": { "state": {
"file": "00. Inbox/My Mindmap.canvas" "file": "05. 資料收集/架站/Storj.md"
} }
} }
}, },
@@ -193,8 +190,9 @@
"periodic-notes:Open today": false "periodic-notes:Open today": false
} }
}, },
"active": "3971d194ef2e5886", "active": "f69acad103e7f817",
"lastOpenFiles": [ "lastOpenFiles": [
"00. Inbox/My Mindmap.canvas",
"04. Programming/Machine Learning.md", "04. Programming/Machine Learning.md",
"04. Programming/QT/QTableWidget.md", "04. Programming/QT/QTableWidget.md",
"00. Inbox/餐廳、景點收集.md", "00. Inbox/餐廳、景點收集.md",
@@ -224,8 +222,6 @@
"04. Programming/Python/matplotlib.md", "04. Programming/Python/matplotlib.md",
"05. 資料收集/核心肌群訓練.md", "05. 資料收集/核心肌群訓練.md",
"05. 資料收集/Capture One.md", "05. 資料收集/Capture One.md",
"05. 資料收集/AI.md",
"00. Inbox/My Mindmap.canvas",
"attachments/Pasted image 20230504183452.png", "attachments/Pasted image 20230504183452.png",
"attachments/Pasted image 20230504183439.png", "attachments/Pasted image 20230504183439.png",
"00. Inbox/想要的鏡頭/變焦", "00. Inbox/想要的鏡頭/變焦",

View File

@@ -24,7 +24,7 @@ sudo docker run -d --restart unless-stopped --stop-timeout 300 \
-e WALLET="0x9Ce80345355Ad8C17991620E13d8423900CEDcd0" \ -e WALLET="0x9Ce80345355Ad8C17991620E13d8423900CEDcd0" \
-e EMAIL="awinhuang@gmail.com" \ -e EMAIL="awinhuang@gmail.com" \
-e ADDRESS="awin.myds.me:28967" \ -e ADDRESS="awin.myds.me:28967" \
-e STORAGE="2TB" \ -e STORAGE="4TB" \
--mount type=bind,source="/volume1/homes/awin/Storj/key",destination=/app/identity \ --mount type=bind,source="/volume1/homes/awin/Storj/key",destination=/app/identity \
--mount type=bind,source="/volume1/docker/Storj/data",destination=/app/config \ --mount type=bind,source="/volume1/docker/Storj/data",destination=/app/config \
--name storagenode storjlabs/storagenode:latest --name storagenode storjlabs/storagenode:latest
@@ -53,7 +53,7 @@ sudo docker run -d --restart unless-stopped --stop-timeout 300 \
-e WALLET="0x9Ce80345355Ad8C17991620E13d8423900CEDcd0" \ -e WALLET="0x9Ce80345355Ad8C17991620E13d8423900CEDcd0" \
-e EMAIL="awinhuang@gmail.com" \ -e EMAIL="awinhuang@gmail.com" \
-e ADDRESS="awin.myds.me:28967" \ -e ADDRESS="awin.myds.me:28967" \
-e STORAGE="2TB" \ -e STORAGE="4TB" \
--mount type=bind,source="/volume1/homes/awin/Storj/key",destination=/app/identity \ --mount type=bind,source="/volume1/homes/awin/Storj/key",destination=/app/identity \
--mount type=bind,source="/volume1/docker/Storj/data",destination=/app/config \ --mount type=bind,source="/volume1/docker/Storj/data",destination=/app/config \
--name storagenode storjlabs/storagenode:latest ;\ --name storagenode storjlabs/storagenode:latest ;\