diff options
Diffstat (limited to 'jellything-git/jellything_secrets.yaml')
-rw-r--r-- | jellything-git/jellything_secrets.yaml | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/jellything-git/jellything_secrets.yaml b/jellything-git/jellything_secrets.yaml new file mode 100644 index 0000000..b81eafa --- /dev/null +++ b/jellything-git/jellything_secrets.yaml @@ -0,0 +1,21 @@ +# This file contains secret information for jellything. + +# You need to set a passwort to enable admin login. +#admin_password: "hunter2" + +# To avoid sign-out on server restart, generate persistent keys here. +# Use `head -c 32 /dev/random | base64`. +#session_key: +#cookie_key: + +# Credentials for federating remote instances +federation: {} + #"jellything.example.org": { username: "fed_example", password: "" } + +# API Keys for obtaining metadata +api: {} + #fanart_tv: "" + #tmdb: "" + #omdb: "" + #trakt: "" + #tvdb: "" |