Backup syncthing

This commit is contained in:
Pim Kunis 2025-05-26 20:08:38 +02:00
parent c57072ddda
commit cdfbf8f165

View file

@ -17,6 +17,12 @@
deploymentName = "server";
deploymentNamespace = "forgejo";
};
syncthing = {
paths = ["/mnt/longhorn/persistent/volumes/syncthing" "/mnt/longhorn/persistent/volumes/keepassxc"];
deploymentName = "syncthing";
deploymentNamespace = "syncthing";
};
};
deployment = {