Création

This commit is contained in:
Iwan Clément
2018-12-30 12:00:22 +01:00
parent d5da522ebf
commit 82137f00e8
2 changed files with 34 additions and 0 deletions

View File

@@ -0,0 +1,25 @@
{
"alt-speed-down": 600,
"alt-speed-enabled": true,
"alt-speed-time-begin": 480,
"alt-speed-time-day": 127,
"alt-speed-time-enabled": true,
"alt-speed-time-end": 1380,
"alt-speed-up": 30,
"blocklist-enabled": true,
"blocklist-url": "http://list.iblocklist.com/?list=ydxerpxkpcfqjaybcssw&fileformat=p2p&archiveformat=gz",
"dht-enabled": true,
"download-dir": "/home/shared/Downloads",
"encryption": 2,
"idle-seeding-limit": 30,
"idle-seeding-limit-enabled": false,
"incomplete-dir": "/home/shared/Downloads/_INCOMPLETE_",
"incomplete-dir-enabled": true,
"ratio-limit": 1,
"ratio-limit-enabled": true,
"speed-limit-down": 800,
"speed-limit-down-enabled": true,
"speed-limit-up": 60,
"speed-limit-up-enabled": true,
"umask": 2
}

9
softwares/seedboxp2p.sls Normal file
View File

@@ -0,0 +1,9 @@
{% if grains['kernel'] == 'Linux' %}
Installons les packages Transmission:
pkg.installed:
- pkgs:
- transmission
- transmission-deamon
{% endif %}