summaryrefslogtreecommitdiff
path: root/www-apps/jellyfin/files/jellyfin.confd
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2022-07-20 14:41:37 +0100
committerV3n3RiX <venerix@koprulu.sector>2022-07-20 14:41:37 +0100
commitd4b912f35e71cc281dcca92af83eb059d8a0fe0a (patch)
tree2759e74ab061579d0f6985499279f8aa06adb07f /www-apps/jellyfin/files/jellyfin.confd
parentc915adf64c1415679bfe6b55c95348db2f89202e (diff)
gentoo auto-resync : 20:07:2022 - 14:41:36
Diffstat (limited to 'www-apps/jellyfin/files/jellyfin.confd')
-rw-r--r--www-apps/jellyfin/files/jellyfin.confd15
1 files changed, 15 insertions, 0 deletions
diff --git a/www-apps/jellyfin/files/jellyfin.confd b/www-apps/jellyfin/files/jellyfin.confd
new file mode 100644
index 000000000000..310bef364b90
--- /dev/null
+++ b/www-apps/jellyfin/files/jellyfin.confd
@@ -0,0 +1,15 @@
+# This is the directory that will hold all Jellyfin data, and is also used as a default base directory for some other paths below.
+#JELLYFIN_DATA_DIR=/var/lib/jellyfin
+
+# This is the directory where the Jellyfin logs will be stored.
+#JELLYFIN_LOG_DIR=/var/log/jellyfin
+
+# This is the directory containing the server cache.
+#JELLYFIN_CACHE_DIR=/var/cache/jellyfin
+
+# This is the directory containing the server configuration files.
+#JELLYFIN_CONFIG_DIR=/etc/jellyfin
+
+# To configure Jellyfin to use a proxy, set http_proxy and/or https_proxy
+# export http_proxy=192.168.33.10:3128
+# export https_proxy=192.168.33.10:3129