Note for Visitors
- This README mainly contains information for operation but not usage. API documentation is available here.
- Have feedback or experiencing a problem with an endpoint? Please open a GitHub issue.
- Security problem? Open a ticket here with the topic set as 'Responsible Disclosure'.
- This code is unlicensed but I don't really care if you use parts of it (I don't know why you would though).
Configuration
Configuration
{
"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"
}
}
}
Komodo Files
[[build]]
name = "enstrayedapi"
[build.config]
builder = "local"
repo = "Enstrayed/enstrayedapi"
webhook_secret = "nowaybuddy"
[[deployment]]
name = "enstrayedapi"
[deployment.config]
server = "hawthorne"
image.type = "Build"
image.params.build = "enstrayedapi"
network = "caddy"
restart = "unless-stopped"
extra_args = ["--network=postgres"]
environment = """
DATABASE_URL=postgres://nowaybuddy:nowaybuddy@postgres:5432/api
"""
Description
Languages
JavaScript
51.2%
HTML
39.6%
CSS
9%
Dockerfile
0.2%