mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-01-23 23:20:51 +01:00
Add configuration flag for Web directory
This commit is contained in:
parent
4b91c9bf66
commit
93d15cd969
4 changed files with 28 additions and 4 deletions
|
|
@ -11,6 +11,9 @@ namespace Jellyfin.Server
|
|||
[Option('d', "datadir", Required = false, HelpText = "Path to use for the data folder (database files, etc.).")]
|
||||
public string DataDir { get; set; }
|
||||
|
||||
[Option('w', "webdir", Required = false, HelpText = "Path to the Jellyfin web resources.")]
|
||||
public string WebDir { get; set; }
|
||||
|
||||
[Option('C', "cachedir", Required = false, HelpText = "Path to use for caching.")]
|
||||
public string CacheDir { get; set; }
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue