├── .node-version ├── Dockerfile ├── example.toml ├── package.json ├── .gitignore ├── README.md └── index.js /.node-version: -------------------------------------------------------------------------------- 1 | 10.15.3 2 | -------------------------------------------------------------------------------- /Dockerfile: -------------------------------------------------------------------------------- 1 | FROM node:10-alpine 2 | WORKDIR /app 3 | COPY package*.json ./ 4 | RUN npm install 5 | COPY . . 6 | EXPOSE 8080 7 | CMD [ "npm", "start" ] -------------------------------------------------------------------------------- /example.toml: -------------------------------------------------------------------------------- 1 | COOKIE_NAME = 'searx' 2 | ENDPOINT_NAME = 'searx.css' 3 | HTML_TAG_REPLACE = '(