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

TODO: Rewrite

Configuration Template

Docker

TODO: Rewrite & add Komodo TOML files

FROM node:22
WORKDIR /app

RUN git clone https://github.com/enstrayed/enstrayedapi .
RUN npm install

USER node
ENTRYPOINT [ "node", "index.js" ]
Docker Compose File

Description
No description provided
Readme 2.6 MiB
Languages
JavaScript 52.8%
HTML 37.7%
CSS 9.3%
Dockerfile 0.2%