Nathan d3e0e34989 fuck it
we ball
2025-06-13 22:59:48 -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 22:59:07 -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

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%