Last Sync: 2026-01-01 23:18 (Mobile)

This commit is contained in:
2026-01-01 23:18:34 +09:00
parent efefcb9046
commit 5875f2b9e4
2719 changed files with 254620 additions and 0 deletions

20
truenas.md Normal file
View File

@@ -0,0 +1,20 @@
https://download.freenas.org/
```yaml
services:
resilio-sync:
image: lscr.io/linuxserver/resilio-sync:latest
container_name: resilio-sync
environment:
- PUID=1000
- PGID=1000
- TZ=Etc/UTC
volumes:
- /data/resilio-sync/config:/config
- /data/resilio-sync/downloads:/downloads
- /data/resilio-sync/data:/sync
ports:
- 8888:8888
- 55555:55555
restart: unless-stopped
```