Added cloudhaus syncthing
This commit is contained in:
@@ -26,12 +26,15 @@
|
|||||||
"otherphone" = {
|
"otherphone" = {
|
||||||
id = "YXDV7TY-BOBM7ND-LGYNQMX-BSHWYCN-2PCUTNK-V367ZKH-QULTSYM-ZZNPPQD";
|
id = "YXDV7TY-BOBM7ND-LGYNQMX-BSHWYCN-2PCUTNK-V367ZKH-QULTSYM-ZZNPPQD";
|
||||||
};
|
};
|
||||||
|
"cloudhaus" = {
|
||||||
|
id = "7QAD3ZH-6HPZJAY-PMYV6EG-7C2D4XB-JMY7ORG-FSNHP33-JBY6HEI-WV6VHQX";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
folders = {
|
folders = {
|
||||||
"brain_zero" = {
|
"brain_zero" = {
|
||||||
# Name of folder in Syncthing, also the folder ID
|
# Name of folder in Syncthing, also the folder ID
|
||||||
path = "/home/user/brain_zero/"; # Which folder to add to Syncthing
|
path = "/home/user/brain_zero/"; # Which folder to add to Syncthing
|
||||||
devices = ["phone"]; # Which devices to share the folder with
|
devices = ["phone","cloudhaus"]; # Which devices to share the folder with
|
||||||
ignores = [".obsidian/workspace-mobile.json" ".obsidian/workspace.json"];
|
ignores = [".obsidian/workspace-mobile.json" ".obsidian/workspace.json"];
|
||||||
};
|
};
|
||||||
"brain_zero_readonly" = {
|
"brain_zero_readonly" = {
|
||||||
|
|||||||
Reference in New Issue
Block a user