cb289889d29203559145bd4f92d1138e5f3b0fe5
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
Languages
JavaScript
52.8%
HTML
37.7%
CSS
9.3%
Dockerfile
0.2%