mirror of
https://github.com/YunoHost-Apps/simple-torrent_ynh.git
synced 2024-09-03 20:26:18 +02:00
cleaning up
This commit is contained in:
parent
8993dbe1dd
commit
0a5359ba84
2 changed files with 1 additions and 21 deletions
|
@ -1,20 +0,0 @@
|
|||
{
|
||||
"autostart": true,
|
||||
"enginedebug": false,
|
||||
"MuteEngineLog": true,
|
||||
"donecmd": "",
|
||||
"SeedRatio": "",
|
||||
"uploadrate": "",
|
||||
"donecmdthreshold": "30s",
|
||||
"watchdirectory": "/home/yunohost.app/__APP__/torrents",
|
||||
"downloaddirectory": "/home/yunohost.app/__APP__/downloads",
|
||||
"enableseeding": true,
|
||||
"enableupload": true,
|
||||
"incomingport": "__PEER_PORT__",
|
||||
"obfspreferred": true,
|
||||
"obfsrequirepreferred": false,
|
||||
"proxyurl": "",
|
||||
"scraperurl": "https://raw.githubusercontent.com/boypt/simple-torrent/master/scraper-config.json",
|
||||
"seedratio": 0,
|
||||
"trackerlisturl": "https://raw.githubusercontent.com/ngosang/trackerslist/master/trackers_best.txt"
|
||||
}
|
|
@ -8,7 +8,7 @@ User=__APP__
|
|||
Group=__APP__
|
||||
Environment=PORT=__PORT__
|
||||
WorkingDirectory=__FINALPATH__
|
||||
ExecStart=__FINALPATH__/__APP__ -c __FINALPATH__/config.yaml --host 127.0.0.1
|
||||
ExecStart=__FINALPATH__/__APP__ --host 127.0.0.1
|
||||
Restart=always
|
||||
RestartSec=3
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue