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

View File

@@ -24,7 +24,7 @@ sudo docker run -d --restart unless-stopped --stop-timeout 300 \
-e WALLET="0x9Ce80345355Ad8C17991620E13d8423900CEDcd0" \
-e EMAIL="awinhuang@gmail.com" \
-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/docker/Storj/data",destination=/app/config \
--name storagenode storjlabs/storagenode:latest
@@ -53,7 +53,7 @@ sudo docker run -d --restart unless-stopped --stop-timeout 300 \
-e WALLET="0x9Ce80345355Ad8C17991620E13d8423900CEDcd0" \
-e EMAIL="awinhuang@gmail.com" \
-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/docker/Storj/data",destination=/app/config \
--name storagenode storjlabs/storagenode:latest ;\