initial commit

This commit is contained in:
2025-08-21 11:43:10 +02:00
commit c30f2eab89
51 changed files with 617 additions and 0 deletions

1
file-sync/autostart Normal file
View File

@@ -0,0 +1 @@
true

View File

@@ -0,0 +1,7 @@
services:
syncthing:
labels:
net.unraid.docker.managed: 'composeman'
net.unraid.docker.icon: ''
net.unraid.docker.webui: ''
net.unraid.docker.shell: ''

View File

@@ -0,0 +1,21 @@
services:
syncthing:
image: syncthing/syncthing
container_name: syncthing
hostname: my-syncthing
environment:
- PUID=1006
- PGID=1006
volumes:
- /mnt/user/appdata/syncthing/config:/var/syncthing/config
- /mnt/user/volume1/photo/.lightroom-sync:/var/syncthing/lightroom-sync
- /mnt/user/volume1/tonitrus/photos/.lightroom-catalog:/var/syncthing/tonitrus-lightroom-sync
network_mode: host
restart: unless-stopped
healthcheck:
test: curl -fkLsS -m 2 127.0.0.1:8384/rest/noauth/health | grep -o --color=never OK || exit 1
interval: 1m
timeout: 10s
retries: 3
labels:
folder.view2: "Services"

1
file-sync/name Normal file
View File

@@ -0,0 +1 @@
file-sync