Block a user
syncthing (latest)
Published 2026-05-16 16:41:40 +02:00 by poma
Installation
docker pull gitea.poma-lab.com/poma/syncthing:latestsha256:f2ba269d704f415705796ce055e7b92cc8ada9c8848c71bf85427eb57017eadc
About this package
[Syncthing](https://syncthing.net) replaces proprietary sync and cloud services with something open, trustworthy and decentralized. Your data is your data alone and you deserve to choose where it is stored, if it is shared with some third party and how it's transmitted over the Internet.
Image Layers
| COPY /root-out/ / # buildkit |
| ARG BUILD_DATE=2026-05-09T14:24:10+00:00 |
| ARG VERSION=33170621-ls14 |
| ARG MODS_VERSION=v3 |
| ARG PKG_INST_VERSION=v1 |
| ARG LSIOWN_VERSION=v1 |
| ARG WITHCONTENV_VERSION=v1 |
| LABEL build_version=Linuxserver.io version:- 33170621-ls14 Build-date:- 2026-05-09T14:24:10+00:00 |
| LABEL maintainer=TheLamer |
| ADD --chmod=755 https://raw.githubusercontent.com/linuxserver/docker-mods/mod-scripts/docker-mods.v3 /docker-mods # buildkit |
| ADD --chmod=755 https://raw.githubusercontent.com/linuxserver/docker-mods/mod-scripts/package-install.v1 /etc/s6-overlay/s6-rc.d/init-mods-package-install/run # buildkit |
| ADD --chmod=755 https://raw.githubusercontent.com/linuxserver/docker-mods/mod-scripts/lsiown.v1 /usr/bin/lsiown # buildkit |
| ADD --chmod=755 https://raw.githubusercontent.com/linuxserver/docker-mods/mod-scripts/with-contenv.v1 /usr/bin/with-contenv # buildkit |
| ENV PS1=$(whoami)@$(hostname):$(pwd)\$ HOME=/root TERM=xterm S6_CMD_WAIT_FOR_SERVICES_MAXTIME=0 S6_VERBOSITY=1 S6_STAGE2_HOOK=/docker-mods VIRTUAL_ENV=/lsiopy PATH=/lsiopy/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin |
| RUN |6 BUILD_DATE=2026-05-09T14:24:10+00:00 VERSION=33170621-ls14 MODS_VERSION=v3 PKG_INST_VERSION=v1 LSIOWN_VERSION=v1 WITHCONTENV_VERSION=v1 /bin/sh -c echo "**** install runtime packages ****" && apk add --no-cache alpine-release bash ca-certificates catatonit coreutils curl findutils jq netcat-openbsd procps-ng shadow tzdata && echo "**** create abc user and make our folders ****" && groupmod -g 1000 users && useradd -u 911 -U -d /config -s /bin/false abc && usermod -G users abc && mkdir -p /app /config /defaults /lsiopy && echo "**** cleanup ****" && rm -rf /tmp/* # buildkit |
| COPY root/ / # buildkit |
| ENTRYPOINT ["/init"] |
| ENV LSIO_FIRST_PARTY=true |
| ARG BUILD_DATE=2026-05-16T04:13:10+00:00 |
| ARG VERSION=v2.1.0-ls218 |
| LABEL build_version=Linuxserver.io version:- v2.1.0-ls218 Build-date:- 2026-05-16T04:13:10+00:00 |
| LABEL maintainer=thelamer |
| ENV HOME=/config |
| RUN |2 BUILD_DATE=2026-05-16T04:13:10+00:00 VERSION=v2.1.0-ls218 /bin/sh -c echo "**** create var lib folder ****" && install -d -o abc -g abc /var/lib/syncthing && printf "Linuxserver.io version: ${VERSION}\nBuild-date: ${BUILD_DATE}" > /build_version # buildkit |
| COPY /tmp/sync/syncthing /usr/bin/ # buildkit |
| COPY root/ / # buildkit |
| EXPOSE [21027/udp 22000/tcp 22000/udp 8384/tcp] |
| VOLUME [/config] |
Labels
| Key | Value |
|---|---|
| build_version | Linuxserver.io version:- v2.1.0-ls218 Build-date:- 2026-05-16T04:13:10+00:00 |
| maintainer | thelamer |
| org.opencontainers.image.authors | linuxserver.io |
| org.opencontainers.image.created | 2026-05-16T04:13:10+00:00 |
| org.opencontainers.image.description | [Syncthing](https://syncthing.net) replaces proprietary sync and cloud services with something open, trustworthy and decentralized. Your data is your data alone and you deserve to choose where it is stored, if it is shared with some third party and how it's transmitted over the Internet. |
| org.opencontainers.image.documentation | https://docs.linuxserver.io/images/docker-syncthing |
| org.opencontainers.image.licenses | GPL-3.0-only |
| org.opencontainers.image.ref.name | 4f8b2fa6c3137985d0329579b9bbe3598f0f1ee7 |
| org.opencontainers.image.revision | 4f8b2fa6c3137985d0329579b9bbe3598f0f1ee7 |
| org.opencontainers.image.source | https://github.com/linuxserver/docker-syncthing |
| org.opencontainers.image.title | Syncthing |
| org.opencontainers.image.url | https://github.com/linuxserver/docker-syncthing/packages |
| org.opencontainers.image.vendor | linuxserver.io |
| org.opencontainers.image.version | v2.1.0-ls218 |