Added brain_zero sendonly share to bigbox

This commit is contained in:
2025-06-29 17:44:35 +03:00
parent 3d5387a7be
commit 9fc992229c

View File

@@ -28,6 +28,12 @@
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" ]; # Which devices to share the folder with
}; };
"brain_zero_readonly" = {
# Name of folder in Syncthing, also the folder ID
path = "/home/user/brain_zero/"; # Which folder to add to Syncthing
type = "sendonly";
devices = [ "bigboxuser" ]; # Which devices to share the folder with
};
"puter_home" = { "puter_home" = {
path = "/home/user/"; path = "/home/user/";
type = "sendonly"; type = "sendonly";