mirror of
https://github.com/ajayyy/SponsorBlockServer.git
synced 2025-12-09 13:07:02 +03:00
add rsyncd config
This commit is contained in:
15
docker/rsync/rsyncd.conf
Normal file
15
docker/rsync/rsyncd.conf
Normal file
@@ -0,0 +1,15 @@
|
||||
pid file = /var/run/rsyncd.pid
|
||||
lock file = /var/run/rsync.lock
|
||||
log file = /var/log/rsync.log
|
||||
# replace with user accessing the files
|
||||
|
||||
[sponsorblock]
|
||||
use chroot = no
|
||||
max connections = 10
|
||||
# path to mirrored files
|
||||
path = /mirror
|
||||
comment = sponsorblock-database
|
||||
read only = true
|
||||
refuse options = c delete zl
|
||||
# disallow checksumming and compression level to reduce CPU/IO load
|
||||
# disallow deleting files clientside
|
||||
Reference in New Issue
Block a user