aboutsummaryrefslogtreecommitdiff
path: root/example-config-jellystack
diff options
context:
space:
mode:
authorB. Stack <bgstack15@gmail.com>2024-01-31 08:43:29 -0500
committerB. Stack <bgstack15@gmail.com>2024-01-31 08:43:29 -0500
commitb1ed46c64e689e0f22f1e94018a17f5c129d82a3 (patch)
tree8cfd3844ce825f93c0b00e0a2084343b0b2a3a52 /example-config-jellystack
downloadjellystack-b1ed46c64e689e0f22f1e94018a17f5c129d82a3.tar.gz
jellystack-b1ed46c64e689e0f22f1e94018a17f5c129d82a3.tar.bz2
jellystack-b1ed46c64e689e0f22f1e94018a17f5c129d82a3.zip
initial commit
Diffstat (limited to 'example-config-jellystack')
-rw-r--r--example-config-jellystack4
1 files changed, 4 insertions, 0 deletions
diff --git a/example-config-jellystack b/example-config-jellystack
new file mode 100644
index 0000000..0e03d98
--- /dev/null
+++ b/example-config-jellystack
@@ -0,0 +1,4 @@
+# file: ~/.config/jellystack
+# Also put password in ~/.jellyfin.password for the autocomplete to work
+# Omit the trailing slash on the server name.
+export password="eXamplePw$" username="admin" server="http://example.com:8096"
bgstack15