diff options
Diffstat (limited to 'example-config-jellystack')
-rw-r--r-- | example-config-jellystack | 4 |
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" |