mirror of
https://github.com/asapach/peerflix-server.git
synced 2026-04-25 14:45:50 +03:00
[GH-ISSUE #127] Running Multiple instances of peerflix-server #319
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @pavs on GitHub (Dec 6, 2017).
Original GitHub issue: https://github.com/asapach/peerflix-server/issues/127
I want to run multiple instances of peerflix-server with it's own config file (ie, peerflix-server -config2.json)
More specifically in regards to storing downloaded torrents location.
Is it possible?
@asapach commented on GitHub (Dec 6, 2017):
I think you can run multiple instances if you specify a different
HOMEenv for each one:And something similar using
USERPROFILEenv on Windows.@zQueal commented on GitHub (Jan 11, 2018):
I've also confirmed this working with multiple unix users. Peerflix-server searches
~/.config/peerflix-serverfor the configuration files. So a new user is able to spawn its own instance by specifying a new port;