From b1ed46c64e689e0f22f1e94018a17f5c129d82a3 Mon Sep 17 00:00:00 2001 From: "B. Stack" Date: Wed, 31 Jan 2024 08:43:29 -0500 Subject: initial commit --- example-config-jellystack | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 example-config-jellystack (limited to 'example-config-jellystack') 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" -- cgit