<feed xmlns='http://www.w3.org/2005/Atom'>
<title>packages/utils/syncthing/files/syncthing.init, 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: 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: Update to 1.29.2 and Change logfile path</title>
<updated>2025-01-21T06:34:59Z</updated>
<author>
<name>Yun Wang</name>
</author>
<published>2025-01-20T08:58:32Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=85fa8cfe0b63c946b6c7c0abf8fc0f1e8ff709e5'/>
<id>urn:sha1:85fa8cfe0b63c946b6c7c0abf8fc0f1e8ff709e5</id>
<content type='text'>
Update to 1.29.2 and Change logfile path from /etc/syncthing/syncthing
log to /var/log/syncthing.log.
This utilizes tmpfs (memory-based storage) to prevent disk usage growth
caused by log file accumulation during extended operation.

Benefits:
- Avoids storage saturation from excessive log growth.
- Aligns with best practices for temporary log management.
- For systems using flash storage (e.g., SSDs or eMMC), storing logs in
  tmpfs avoids flash memory wear caused by frequent writes to
  /etc/syncthing.

Signed-off-by: Yun Wang &lt;maoerpet@foxmail.com&gt;
</content>
</entry>
<entry>
<title>syncthing: fix wrong group name in syncthing.init</title>
<updated>2024-01-02T23:25:19Z</updated>
<author>
<name>Xiang W</name>
</author>
<published>2023-12-19T13:20:13Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=ed41a9d8508639c25cbceb9639ee6a08ee467b93'/>
<id>urn:sha1:ed41a9d8508639c25cbceb9639ee6a08ee467b93</id>
<content type='text'>
The group does not always have the same name as user, and when I try
to run syncthing with nobody I get an error. Since nobody belongs to
the group nogroup, I added some code to find out which group user
belongs to.

Signed-off-by: Xiang W &lt;wxjstz@126.com&gt;
</content>
</entry>
<entry>
<title>syncthing: fix duplicate command line parameters on service</title>
<updated>2023-12-04T16:25:20Z</updated>
<author>
<name>Eric Fahlgren</name>
</author>
<published>2023-11-27T14:47:33Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=6849a9df90d8c9c99dd50356b8f969d64026c16d'/>
<id>urn:sha1:6849a9df90d8c9c99dd50356b8f969d64026c16d</id>
<content type='text'>
  - This patch fixes 9d17ba1 and #22760

Signed-off-by: Eric Fahlgren &lt;ericfahlgren@gmail.com&gt;
</content>
</entry>
<entry>
<title>syncthing: add stdiscosrv and strelaysrv</title>
<updated>2022-11-04T20:13:43Z</updated>
<author>
<name>Van Waholtz</name>
</author>
<published>2022-10-24T14:02:05Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=9d17ba1a9387efdc08e236d4eaa937eb103472f4'/>
<id>urn:sha1:9d17ba1a9387efdc08e236d4eaa937eb103472f4</id>
<content type='text'>
Signed-off-by: Van Waholtz &lt;brvphoenix@gmail.com&gt;
</content>
</entry>
</feed>
