diff options
author | Mountain Man <43313373+MountainMan1312@users.noreply.github.com> | 2023-06-05 00:03:09 -0400 |
---|---|---|
committer | Mountain Man <43313373+MountainMan1312@users.noreply.github.com> | 2023-06-05 00:03:09 -0400 |
commit | 3ee66e8222f387ec55002e3a77a493ea78d6f28a (patch) | |
tree | 3ed8ef3df3b85cd4214100e54ad799ee528980c9 /README.md | |
parent | Overhaul `README.md` (diff) | |
download | mmosmacs-3ee66e8222f387ec55002e3a77a493ea78d6f28a.tar.gz mmosmacs-3ee66e8222f387ec55002e3a77a493ea78d6f28a.tar.bz2 mmosmacs-3ee66e8222f387ec55002e3a77a493ea78d6f28a.zip |
Fix formatting for Syncthing instructions in `README.md`
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 8 |
1 files changed, 5 insertions, 3 deletions
@@ -75,12 +75,14 @@ If you need to access the Syncthing GUI from a different computer, you can allow | |||
75 | ```xml | 75 | ```xml |
76 | <gui enabled="true" tls="false" debugging="false"> | 76 | <gui enabled="true" tls="false" debugging="false"> |
77 | <address>127.0.0.1:40469</address> | 77 | <address>127.0.0.1:40469</address> |
78 | <apikey>KoafJAnTpYxPSuywYmk9fNP2gpuVLFfb</apikey> | ||
79 | <theme>black</theme> | ||
80 | ``` | 78 | ``` |
81 | 79 | ||
82 | Change the `<address>127.0.0.1:40469</address>` part to `<address>0.0.0.0:40469</address>` to allow connections from other computers. Be sure to disable this once you've got Syncthing setup for security. | 80 | Change it to the following, but be sure to disable it later for security: |
83 | 81 | ||
82 | ```xml | ||
83 | <gui enabled="true" tls="false" debugging="false"> | ||
84 | <address>0.0.0.0:40469</address> | ||
85 | ``` | ||
84 | 86 | ||
85 | 87 | ||
86 | 88 | ||