From 6ec51bcf241ddd9bfd8fb909a9e62fd28f1fac01 Mon Sep 17 00:00:00 2001 From: enstrayed Date: Mon, 15 Dec 2025 22:07:14 -0800 Subject: [PATCH] Add Configuration --- Configuration.md | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 Configuration.md diff --git a/Configuration.md b/Configuration.md new file mode 100644 index 0000000..7bc0df6 --- /dev/null +++ b/Configuration.md @@ -0,0 +1,32 @@ +```json +{ + "oidc": { + "clientId": "nowaybuddy", + "tokenUrl": "https://login.enstrayed.com/application/o/token/", + "userinfoUrl": "https://login.enstrayed.com/application/o/userinfo/", + "authorizeUrl": "https://login.enstrayed.com/application/o/authorize/", + "clientSecret": "nowaybuddy" + }, + "email": { + "host": "orenco.enstrayed.com", + "password": "nowaybuddy", + "username": "nowaybuddy" + }, + "nowplaying": { + "cider": { + "hosts": [], + "apiKeys": [] + }, + "lastfm": { + "apiKey": "nowaybuddy", + "target": "enstrayed" + }, + "jellyfin": { + "host": "http://hawthorne.pizzly-catfish.ts.net:8096", + "apiKey": "nowaybuddy", + "target": "nathan", + "hostPublic": "https://jellyfin.enstrayed.com" + } + } +} +``` \ No newline at end of file