Merge branch 'master' into webseed-merged

This commit is contained in:
Chocobozzz
2016-10-02 15:39:09 +02:00
186 changed files with 5711 additions and 2542 deletions

View File

@@ -19,8 +19,5 @@ storage:
thumbnails: 'thumbnails/'
torrents: 'torrents/'
network:
friends: []
electron:
debug: false

View File

@@ -1,4 +1,8 @@
# Correspond to your reverse proxy "listen" configuration
webserver:
https: false
host: 'example.com'
port: 80
database:
suffix: '-prod'

View File

@@ -15,7 +15,3 @@ storage:
logs: 'test1/logs/'
thumbnails: 'test1/thumbnails/'
torrents: 'test1/torrents/'
network:
friends:
- 'http://localhost:9002'

View File

@@ -15,7 +15,3 @@ storage:
logs: 'test2/logs/'
thumbnails: 'test2/thumbnails/'
torrents: 'test2/torrents/'
network:
friends:
- 'http://localhost:9003'

View File

@@ -15,7 +15,3 @@ storage:
logs: 'test3/logs/'
thumbnails: 'test3/thumbnails/'
torrents: 'test3/torrents/'
network:
friends:
- 'http://localhost:9001'

View File

@@ -15,7 +15,3 @@ storage:
logs: 'test4/logs/'
thumbnails: 'test4/thumbnails/'
torrents: 'test4/torrents/'
network:
friends:
- 'http://localhost:9002'

View File

@@ -15,8 +15,3 @@ storage:
logs: 'test5/logs/'
thumbnails: 'test5/thumbnails/'
torrents: 'test5/torrents/'
network:
friends:
- 'http://localhost:9001'
- 'http://localhost:9004'

View File

@@ -15,9 +15,3 @@ storage:
logs: 'test6/logs/'
thumbnails: 'test6/thumbnails/'
torrents: 'test6/torrents/'
network:
friends:
- 'http://localhost:9001'
- 'http://localhost:9002'
- 'http://localhost:9003'