<feed xmlns='http://www.w3.org/2005/Atom'>
<title>packages/utils/syncthing/files, branch master</title>
<subtitle>Mirror of packages feed</subtitle>
<id>https://git-03.infra.openwrt.org/feed/packages/atom?h=master</id>
<link rel='self' href='https://git-03.infra.openwrt.org/feed/packages/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/'/>
<updated>2026-03-21T13:49:07Z</updated>
<entry>
<title>syncthing: validate syncthing config</title>
<updated>2026-03-21T13:49:07Z</updated>
<author>
<name>George Sapkin</name>
</author>
<published>2026-03-13T21:41:13Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=af5999ce2a4af34f45348b3f0eccee4779f0637c'/>
<id>urn:sha1:af5999ce2a4af34f45348b3f0eccee4779f0637c</id>
<content type='text'>
Validate UCI config for syncthing service.

Switch instance name to syncthing.

Signed-off-by: George Sapkin &lt;george@sapk.in&gt;
</content>
</entry>
<entry>
<title>syncthing: validate strelaysrv config</title>
<updated>2026-03-21T13:49:07Z</updated>
<author>
<name>George Sapkin</name>
</author>
<published>2026-03-13T23:32:09Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=30199decfd4a0a736c6eeeb00c5e3ce8aa640a17'/>
<id>urn:sha1:30199decfd4a0a736c6eeeb00c5e3ce8aa640a17</id>
<content type='text'>
Validate UCI config for strelaysrv service.

Switch instance name to strelaysrv.

Signed-off-by: George Sapkin &lt;george@sapk.in&gt;
</content>
</entry>
<entry>
<title>syncthing: validate stdiscosrv config</title>
<updated>2026-03-21T13:49:07Z</updated>
<author>
<name>George Sapkin</name>
</author>
<published>2026-03-13T23:25:11Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=d26083edf86f75b32821d0072bbc5fc454e134d3'/>
<id>urn:sha1:d26083edf86f75b32821d0072bbc5fc454e134d3</id>
<content type='text'>
Validate UCI config for stdiscosrv service.

Change default DB directory to /etc/stdiscosrv/db.

Switch instance name to stdiscosrv.

Signed-off-by: George Sapkin &lt;george@sapk.in&gt;
</content>
</entry>
<entry>
<title>syncthing: add GC and thread control variables</title>
<updated>2026-03-21T13:49:07Z</updated>
<author>
<name>George Sapkin</name>
</author>
<published>2026-03-13T21:24:56Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=6accad3bb3f864c7b9a03a4c00c04d84b142a786'/>
<id>urn:sha1:6accad3bb3f864c7b9a03a4c00c04d84b142a786</id>
<content type='text'>
Add Go GC and threading control variables - GOGC, GOMEMLIMIT, and
GOMAXPROCS - to all services to allow more granular control of the
memory management on lower memory devices.

Link: https://go.dev/doc/gc-guide#GOGC
Link: https://pkg.go.dev/runtime#pkg-overview
Link: https://go.dev/blog/container-aware-gomaxprocs
Signed-off-by: George Sapkin &lt;george@sapk.in&gt;
</content>
</entry>
<entry>
<title>syncthing: fix maxprocs config option name</title>
<updated>2025-11-01T06:29:11Z</updated>
<author>
<name>George Sapkin</name>
</author>
<published>2025-11-01T00:38:10Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=d047b4c050c295a3232b98fb39bcfa0a353eace2'/>
<id>urn:sha1:d047b4c050c295a3232b98fb39bcfa0a353eace2</id>
<content type='text'>
Map old config option "macprocs" to new one.

Signed-off-by: George Sapkin &lt;george@sapk.in&gt;
</content>
</entry>
<entry>
<title>syncthing: improve argument handling readability</title>
<updated>2025-11-01T06:29:11Z</updated>
<author>
<name>George Sapkin</name>
</author>
<published>2025-11-01T00:36:21Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=e04e9eda6fc6ac550a0113da938584f17e6234b7'/>
<id>urn:sha1:e04e9eda6fc6ac550a0113da938584f17e6234b7</id>
<content type='text'>
Remove reduntant checks when making directories.

Signed-off-by: George Sapkin &lt;george@sapk.in&gt;
</content>
</entry>
<entry>
<title>syncthing: bump to 2.0.9</title>
<updated>2025-09-21T11:20:53Z</updated>
<author>
<name>George Sapkin</name>
</author>
<published>2025-08-31T17:20:15Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=507c5c91b6d5ffe0d8df4b05ea24e6d97a096954'/>
<id>urn:sha1:507c5c91b6d5ffe0d8df4b05ea24e6d97a096954</id>
<content type='text'>
Major version change that switches DB backend from
LevelDB to SQLite. Requires golang 1.24+.

- improve syncthing argument parsing to be more
  robust
- remove unused and add updated config options

Changelog: https://github.com/syncthing/syncthing/releases/tag/v2.0.0
Changelog: https://github.com/syncthing/syncthing/releases/tag/v2.0.1
Changelog: https://github.com/syncthing/syncthing/releases/tag/v2.0.2
Changelog: https://github.com/syncthing/syncthing/releases/tag/v2.0.3
Changelog: https://github.com/syncthing/syncthing/releases/tag/v2.0.4
Changelog: https://github.com/syncthing/syncthing/releases/tag/v2.0.5
Changelog: https://github.com/syncthing/syncthing/releases/tag/v2.0.6
Changelog: https://github.com/syncthing/syncthing/releases/tag/v2.0.7
Changelog: https://github.com/syncthing/syncthing/releases/tag/v2.0.8
Changelog: https://github.com/syncthing/syncthing/releases/tag/v2.0.9
Signed-off-by: George Sapkin &lt;george@sapk.in&gt;

wip

Signed-off-by: George Sapkin &lt;george@sapk.in&gt;
</content>
</entry>
<entry>
<title>syncthing: improve relay argument parsing</title>
<updated>2025-08-24T16:43:57Z</updated>
<author>
<name>George Sapkin</name>
</author>
<published>2025-08-06T20:11:34Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=d75075ce8e329d59f74b4475f6635fc1536911a4'/>
<id>urn:sha1:d75075ce8e329d59f74b4475f6635fc1536911a4</id>
<content type='text'>
Fixes: 47644ba46 ("syncthing: fix discovery and relay extra args")
Signed-off-by: George Sapkin &lt;george@sapk.in&gt;
</content>
</entry>
<entry>
<title>syncthing: improve discovery argument parsing</title>
<updated>2025-08-24T16:43:57Z</updated>
<author>
<name>George Sapkin</name>
</author>
<published>2025-08-06T19:41:53Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=6ccb3b6174d319666bcdd1319b2be4fa7cbd9b30'/>
<id>urn:sha1:6ccb3b6174d319666bcdd1319b2be4fa7cbd9b30</id>
<content type='text'>
Fixes: 47644ba46 ("syncthing: fix discovery and relay extra args")
Signed-off-by: George Sapkin &lt;george@sapk.in&gt;
</content>
</entry>
<entry>
<title>syncthing: fix discovery and relay extra args</title>
<updated>2025-08-06T13:54:28Z</updated>
<author>
<name>George Sapkin</name>
</author>
<published>2025-07-30T13:54:03Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=47644ba468fd03f805bf1afa97df589e1f4160b5'/>
<id>urn:sha1:47644ba468fd03f805bf1afa97df589e1f4160b5</id>
<content type='text'>
Update configuration option examples.

Fixes: #26952
Signed-off-by: George Sapkin &lt;george@sapk.in&gt;
</content>
</entry>
</feed>
