Clone
1
Configuration
enstrayed edited this page 2025-12-15 22:07:14 -08:00
{
    "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"
        }
    }
}