Last Sync: 2026-01-08 23:40 (Mobile)

This commit is contained in:
2026-01-08 23:40:40 +09:00
parent d74ed2985d
commit b7c576d916
813 changed files with 32766 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
```