Ajout du watch
This commit is contained in:
@@ -10,6 +10,9 @@
|
|||||||
"blocklist-url": "http://list.iblocklist.com/?list=ydxerpxkpcfqjaybcssw&fileformat=p2p&archiveformat=gz",
|
"blocklist-url": "http://list.iblocklist.com/?list=ydxerpxkpcfqjaybcssw&fileformat=p2p&archiveformat=gz",
|
||||||
"dht-enabled": true,
|
"dht-enabled": true,
|
||||||
"download-dir": "/home/shared/Downloads",
|
"download-dir": "/home/shared/Downloads",
|
||||||
|
"watch-dir": "/home/shared/Watch",
|
||||||
|
"watch-dir-enabled": true,
|
||||||
|
"trash-original-torrent-files": true,
|
||||||
"encryption": 2,
|
"encryption": 2,
|
||||||
"idle-seeding-limit": 30,
|
"idle-seeding-limit": 30,
|
||||||
"idle-seeding-limit-enabled": false,
|
"idle-seeding-limit-enabled": false,
|
||||||
|
|||||||
@@ -52,6 +52,13 @@ transmission:
|
|||||||
- mode: 770
|
- mode: 770
|
||||||
- makedirs: True
|
- makedirs: True
|
||||||
|
|
||||||
|
/home/shared/Watch:
|
||||||
|
file.directory:
|
||||||
|
- user: transmission
|
||||||
|
- group: users
|
||||||
|
- mode: 2775
|
||||||
|
- makedirs: True
|
||||||
|
|
||||||
Mise en place du fichier de configuration de transmission:
|
Mise en place du fichier de configuration de transmission:
|
||||||
file.managed:
|
file.managed:
|
||||||
- source: 'salt://files/transmission.config.json'
|
- source: 'salt://files/transmission.config.json'
|
||||||
|
|||||||
Reference in New Issue
Block a user