diff options
author | Julien Dessaux | 2023-02-05 16:08:32 +0100 |
---|---|---|
committer | Julien Dessaux | 2023-02-05 16:09:02 +0100 |
commit | a25a28dc007227509cf341bb87352d4ff971c7aa (patch) | |
tree | 4c27d29ac3ccb5daaf2de5b5a35d704582baa8b4 /content/docs | |
parent | Makefile best practices (diff) | |
download | www-a25a28dc007227509cf341bb87352d4ff971c7aa.tar.gz www-a25a28dc007227509cf341bb87352d4ff971c7aa.tar.bz2 www-a25a28dc007227509cf341bb87352d4ff971c7aa.zip |
Bootstraped syncthing docs section for adyxax.org
Diffstat (limited to 'content/docs')
-rw-r--r-- | content/docs/adyxax.org/syncthing/_index.md | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/content/docs/adyxax.org/syncthing/_index.md b/content/docs/adyxax.org/syncthing/_index.md new file mode 100644 index 0000000..bd07e23 --- /dev/null +++ b/content/docs/adyxax.org/syncthing/_index.md @@ -0,0 +1,14 @@ +--- +title: Syncthing +description: what is replicated where and how I manage it +--- + +## Introduction + +I have been using [syncthing](https://syncthing.net/) for some time now. It is a tool to handle bidirectional synchronization of data. I manage it thanks to a [custom made ansible role]({{< ref "syncthing-ansible-role.md" >}}). + +## Inventory + +TODO something with hugo data system + +## Docs |