Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision |
gentoo:syncthing [2024/07/31 10:19] – [Configuration (per user)] willy | gentoo:syncthing [2025/03/13 13:27] (current) – [SyncThing] willy |
---|
====== SyncThing ====== | ====== K) SyncThing ====== |
| |
[[https://syncthing.net/|SyncThing]] is a **continuous file synchronization** program. It synchronizes files between two or more computers in real time, safely protected from prying eyes. Your data is your data alone and you deserve to choose where it is stored, whether it is shared with some third party, and how it’s transmitted over the internet. | [[https://syncthing.net/|SyncThing]] is a **continuous file synchronization** program. It synchronizes files between two or more computers in real time, safely protected from prying eyes. Your data is your data alone and you deserve to choose where it is stored, whether it is shared with some third party, and how it’s transmitted over the internet. |
proxy_pass http://127.0.0.1:8384/; | proxy_pass http://127.0.0.1:8384/; |
proxy_read_timeout 120s; | proxy_read_timeout 120s; |
| proxy_set_header Host 127.0.0.1; |
access_log off; | access_log off; |
} | } |