2025-06-13 23:37:09 -07:00
2025-04-08 15:43:55 -07:00
2024-06-23 12:54:57 -07:00
2025-05-09 16:59:54 -07:00
2025-06-13 22:59:07 -07:00
2025-06-13 22:59:07 -07:00
2024-09-22 14:04:15 -07:00
2025-06-13 23:05:58 -07:00
2025-06-13 23:37:09 -07:00

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_URI=postgres://nowaybuddy:nowaybuddy@postgres:5432/api
"""
Description
No description provided
Readme 2.6 MiB
Languages
JavaScript 52.8%
HTML 37.7%
CSS 9.3%
Dockerfile 0.2%