authorgravatar for git@paperclover.netclover caruso <git@paperclover.net> 2026-06-11 20:23:55-07:00
committergravatar for git@paperclover.netclover caruso <git@paperclover.net> 2026-06-11 23:03:39-07:00
logb5be7880a0bc4f37c5f32340a232891c36a08661
treeb4f978d57473a1bfbf39d3b75d3b70689b85e8db
parent9bdd2c02079a086408cb1ac2b1084321ec5efa18
signaturebadge-check Signed by SSH key SHA256:xbd+BjjhyBfwk7GVoURf9Yx0gzDerHbvYv7SddNWmAs

chore: comment out syncthing


2 files changed, 28 insertions(+), 30 deletions(-)

compose.yaml+28-27
......@@ -709,33 +709,34 @@ services:
709709 options:
710710 max-size: 100m
711711 max-file: "5"
712 # file sync
713 syncthing: # port 8384
714 image: lscr.io/linuxserver/syncthing:latest
715 container_name: syncthing
716 environment:
717 PUID: "$USER_ID"
718 PGID: "$GROUP_ID"
719 TZ: America/Los_Angelas
720 volumes:
721 - "${APP_ROOT}/syncthing:/config"
722 - "${STORE_ROOT}:${STORE_ROOT}"
723 ports:
724 - 22000:22000/tcp
725 - 22000:22000/udp
726 - 21027:21027/udp
727 healthcheck:
728 test: ["CMD-SHELL", "curl -fsS http://localhost:8384/rest/noauth/health >/dev/null"]
729 interval: 30s
730 timeout: 10s
731 retries: 3
732 start_period: 60s
733 restart: unless-stopped
734 labels:
735 net.paperclover.list.name: Syncthing
736 net.paperclover.list.domain: sync
737 net.paperclover.list.priority: 31
738 net.paperclover.list.access: personal
712 # file sync — disabled: not in use, and its bind-mount of ${STORE_ROOT} pinned
713 # the storage1/mirrors dataset. Re-enable if syncthing is needed again.
714 # syncthing: # port 8384
715 # image: lscr.io/linuxserver/syncthing:latest
716 # container_name: syncthing
717 # environment:
718 # PUID: "$USER_ID"
719 # PGID: "$GROUP_ID"
720 # TZ: America/Los_Angelas
721 # volumes:
722 # - "${APP_ROOT}/syncthing:/config"
723 # - "${STORE_ROOT}:${STORE_ROOT}"
724 # ports:
725 # - 22000:22000/tcp
726 # - 22000:22000/udp
727 # - 21027:21027/udp
728 # healthcheck:
729 # test: ["CMD-SHELL", "curl -fsS http://localhost:8384/rest/noauth/health >/dev/null"]
730 # interval: 30s
731 # timeout: 10s
732 # retries: 3
733 # start_period: 60s
734 # restart: unless-stopped
735 # labels:
736 # net.paperclover.list.name: Syncthing
737 # net.paperclover.list.domain: sync
738 # net.paperclover.list.priority: 31
739 # net.paperclover.list.access: personal
739740 # chat
740741 xmpp: # ports 5222, 5269
741742 container_name: xmpp
config/static/apps.html-3
......@@ -93,9 +93,6 @@ li::before {
9393 <li><a href="https://jkt.paperclover.net">jackett api adapter</a> <span class="domain">jkt.paperclover.net</span></li>
9494 {{ end }}
9595 {{ if contains "role:admin" $groups }}
96 <li><a href="https://sync.paperclover.net">syncthing</a> <span class="domain">sync.paperclover.net</span></li>
97 {{ end }}
98 {{ if contains "role:admin" $groups }}
9996 <li><a href="https://dawarich.paperclover.net">dawarich location history</a> <span class="domain">dawarich.paperclover.net</span></li>
10097 {{ end }}
10198 {{ if contains "role:admin" $groups }}