about summary refs log tree commit diff
path: root/nixos/modules/services/networking/syncthing.nix
AgeCommit message (Expand)AuthorFilesLines
2023-12-11nixos/syncthing: add databaseDir optionBen Wolsieffer1-1/+10
2023-11-27treewide: use `mkPackageOption`h7x41-8/+1
2023-11-17nixos/syncthing: respect the dataDir optionWilliam McKinnon1-1/+3
2023-10-25nixos/syncthing: support syncthing gui and api over unix sockets (#247343)digital1-7/+21
2023-10-15nixos/syncthing: get API key for every curl requestDoron Behar1-10/+8
2023-10-05nixos/syncthing: match stale ids by subtracting in jqlassulus1-7/+7
2023-07-23nixos/syncthing: Use API to merge / override configurationsDoron Behar1-17/+77
2023-06-29nixos/syncthing: fix syncthing-init running by defaultlassulus1-14/+15
2023-06-29Revert "Merge pull request #233377 from ncfavier/revert-226088"lassulus1-258/+256
2023-06-23nixos/syncthing: fix escapingNaïm Favier1-3/+3
2023-05-22Revert "nixos/syncthing: use rfc42 style settings"Naïm Favier1-256/+258
2023-05-18nixos/syncthing: fix disabled folderslassulus1-1/+3
2023-05-17nixos/syncthing: fixup #226088Naïm Favier1-7/+9
2023-05-15nixos/syncthing: use rfc42 style settingsXyz007771-257/+251
2023-01-16nixos/syncthing: point out pitfalls with extraOptions (#210208)maifel-maifel1-0/+23
2022-11-12nixos/syncthing: disallow relative pathsRobert Schütz1-2/+11
2022-10-30nixos/syncthing: keep manually added dirs/devicesAndrew Barchuk1-2/+2
2022-09-11nixos/syncthing: remove exit code 2 from exit status successChristian Kögler1-1/+3
2022-09-09Merge pull request #185782 from e1mo/e1mo/syncthing-receiveencryptedChristian Kögler1-2/+3
2022-09-01Merge branch 'master' into option-docs-mdpennae1-1/+9
2022-08-31nixos/*: automatically convert option descriptionspennae1-1/+1
2022-08-28nixos/syncthing: fix path setting for versioningKFears1-1/+9
2022-08-09nixos/syncthing: Add receiveencrypted folder typeMoritz 'e1mo' Fromm1-2/+3
2022-07-30treewide: automatically md-convert option descriptionspennae1-18/+18
2022-07-23nixos/syncthing: don't leak the secret API key in process listingsBjørn Forsman1-3/+11
2022-06-23nixos/syncthing: fix services.syncthing.folders descriptionGreizgh1-2/+2
2022-06-12treewide: attempt at markdown option docspennae1-60/+48
2022-01-18nixos/modules/syncthing: add 22000/udp to firewallZane van Iperen1-2/+2
2021-12-09treewide: add literalDocBook text to options with complex defaultspennae1-2/+22
2021-10-04nixos/doc: clean up defaults and examplesNaïm Favier1-5/+5
2021-08-31nixos/syncthing: fix declarative init crash on HTTPSRobin Stumm1-1/+1
2021-08-30nixos/syncthing: fix escapes interpreted in configRobin Stumm1-1/+1
2021-08-29syncthing: add extraFlags option that adjust serviceJakub Sokołowski1-1/+10
2021-08-29syncthing: add autoAcceptFolders to devices configJakub Sokołowski1-1/+10
2021-08-01nixos/syncthing: fix curl not retrying on network errorsNaïm Favier1-7/+4
2021-07-29nixos/syncthing: clean up option descriptionsNaïm Favier1-99/+114
2021-07-28nixos/syncthing: move declarative options to the top levelNaïm Favier1-276/+276
2021-07-28nixos/syncthing: add declarative.extraOptionsNaïm Favier1-43/+57
2020-08-30nixos/syncthing: add ignoreDelete folder optionDoron Behar1-2/+11
2020-04-02nixos/treewide: Fix incorrectly rendered examplesSilvan Mosberger1-6/+8
2020-01-20nixos/syncthing.nix: Sandbox the systemd service.Félix Baylac-Jacqué1-0/+18
2020-01-02nixos/syncthing: Fix submodule name usageSilvan Mosberger1-6/+6
2019-11-19nixos/syncthing: add versioningIngolf Wagner1-0/+64
2019-11-13Revert "nixos/syncthing: simple versioning"Frederik Rietdijk1-54/+0
2019-11-12nixos/syncthing: simple versioningIngolf Wagner1-0/+54
2019-08-26treewide: remove redundant quotesvolth1-2/+2
2019-07-29syncthing: create default group if not overriddenAlexey Shmalko1-3/+5
2019-07-10nixos/syncthing: do not use nogroupPeter Hoeg1-10/+4
2019-05-29Merge pull request #62157 from Lassulus/syncthing-fixMatthew Bauer1-1/+3
2019-05-29nixos/syncthing: run init only if devices or folders are setlassulus1-1/+3